GLib Types

Miscellaneous other trivial docstrings in the GLib module are listed below.

Gtk4.GLib.GListStoreMethod
GListStore(t)

Create a GListStore, which is an array of GObjects that implements the GListModel interface. The argument t can be a Julia type corresponding to a GObject type (such as GtkWidget) or a symbol (such as :GtkWidget).

source
Gtk4.GLib.GMenuItemType
GMenuItem(label, [detailed_action])

Create a GMenuItem with attributes label and an optional detailed_action, which is an action name with an optional detail argument.

source