Skip to content
View taniyoshima's full-sized avatar

Block or report taniyoshima

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. pyt_gtk4_filedialog pyt_gtk4_filedialog Public

    Gtk.FileDialogを使用したプログラム

    Python 1

  2. pyt_gtk4_menubutton pyt_gtk4_menubutton Public

    Gtk.MenuButtonやGtk.Buttonを使用してアイコンの並ぶメニューバーを表示します。①Buttonを押した場合にGtk.PopupMenuを表示するものをGtk.MenuButtonで作成し、②押した場合に処理をおこなうものをGtk.Buttonで作成します。 uiの作成には、cambalacheを使用します。

    Python

  3. pyt_gtk4_headerbar pyt_gtk4_headerbar Public

    Gtk.MenuButtonやGtk.Buttonを使用してGtk.HeaderBarにボタンを追加します。 uiの作成には、cambalacheを使用します。

    Python

  4. pyt_gtk4_aboutdialog pyt_gtk4_aboutdialog Public

    Gtk.HeaderBarに設置したボタンを押して表示されるPopover上のボタンを押した場合に、Gtk.AboutDialogを表示するプログラムです。

    Python

  5. pyt_gtk4_button pyt_gtk4_button Public

    Gtk.Button、Gtk.CheckButton、Gtk.ToggleButtonを使用するプログラムです。

    Python

  6. pyt_gtk4_label pyt_gtk4_label Public

    Gtk.Labelについて設定方法をまとめる

    Python