Struct
GtkStockItem
deprecated: 3.10
Description
struct GtkStockItem {
gchar* stock_id;
gchar* label;
GdkModifierType modifier;
guint keyval;
gchar* translation_domain;
}
No description available.
Structure members
stock_id
Identifier.
label
User visible label.
modifier
Modifier type for keyboard accelerator.
keyval
Keyboard accelerator.
translation_domain
Translation domain of the menu or toolbar item.
Deprecated since: 3.10.
Please do not use it in newly written code.
Instance methods
gtk_stock_item_copy
Copies a stock item, mostly useful for language bindings and not in applications.
deprecated: 3.10
gtk_stock_item_free
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
.
deprecated: 3.10