Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkStockItem |
Struct : | StockItem |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
keyval : Number
|
Gtk.StockItem | |
label : String
|
Gtk.StockItem | |
modifier : Gdk.ModifierType
|
Gtk.StockItem | |
stock_id : String
|
Gtk.StockItem | |
translation_domain : String
|
Gtk.StockItem |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.StockItem
()
Create a new Gtk.StockItem
Create a new Gtk.StockItem
|
||
copy
()
:
Gtk.StockItem
Copies a stock item, mostly useful for language bindings and not in applications.
Copies a stock item, mostly useful for language bindings and not in applications.
|
Gtk.StockItem | |
free
()
:
none
Frees a stock item allocated on the heap, such as one returned by gtk_stock_item_copy().
Frees a stock item allocated on the heap, such as one returned by gtk_stock_item_copy(). Also frees the fields inside the stock item, if they are not NULL.
|
Gtk.StockItem |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk
Method |
Registers each of the stock items in items.
|
Gtk
Method |
Same as gtk_stock_add(), but doesn't copy items, so
|
Gtk
Method |
Fills item with the registered values for stock_id, returning TRUE if stock_id was known.
|