Description
These functions provide an applications programmer with default
images and buttons for toolbars, menu pixmaps, etc.
See the function Gtk.Widget.Render_Icon for a convenience function that
converts a stock icon to an actual pixmap/pixbuf.
Subprograms
-
procedure Gtk_New
(Item : out Gtk_Stock_Item;
Stock_Id : String;
Label : UTF8_String;
Modifier : Gdk.Types.Gdk_Modifier_Type;
Keyval : Gdk.Types.Gdk_Key_Type;
Translation_Domain : String);
-
procedure Add (Item : Gtk_Stock_Item);
-
procedure Add (Items : Gtk_Stock_Item_Array);
-
procedure Add_Static (Item : Gtk_Stock_Item);
-
procedure Add_Static (Items : Gtk_Stock_Item_Array);
-
procedure Lookup
(Stock_Id : String;
Item : out Gtk_Stock_Item;
Success : out Boolean);
-
procedure Free (Item : in out Gtk_Stock_Item);