type Gtk_Image_Menu_Item_Record is new Gtk.Menu_Item.Gtk_Menu_Item_Record with private;
type Gtk_Image_Menu_Item is access all Gtk_Image_Menu_Item_Record'Class;
Accel_Group_Property : constant Glib.Properties.Property_Object;
Always_Show_Image_Property : constant Glib.Properties.Property_Boolean;
Image_Property : constant Glib.Properties.Property_Object;
Use_Stock_Property : constant Glib.Properties.Property_Boolean;
procedure Gtk_New
| ( | Widget | : out Gtk_Image_Menu_Item; |
| Label | : UTF8_String); |
procedure Gtk_New_From_Stock
| ( | Widget | : out Gtk_Image_Menu_Item; |
| Stock_Id | : String); |
procedure Gtk_New
| ( | Widget | : out Gtk_Image_Menu_Item; |
| Stock_Id | : String; | |
| Accel_Group | : Gtk.Accel_Group.Gtk_Accel_Group); |
procedure Gtk_New_With_Mnemonic
| ( | Widget | : out Gtk_Image_Menu_Item; |
| Label | : UTF8_String); |
procedure Initialize
| ( | Widget | : access Gtk_Image_Menu_Item_Record'Class; |
| Label | : UTF8_String); |
procedure Initialize
| ( | Widget | : access Gtk_Image_Menu_Item_Record'Class; |
| Stock_Id | : String; | |
| Accel_Group | : Gtk.Accel_Group.Gtk_Accel_Group); |
procedure Initialize_With_Mnemonic
| ( | Widget | : access Gtk_Image_Menu_Item_Record'Class; |
| Label | : UTF8_String); |
procedure Initialize_From_Stock
| ( | Widget | : access Gtk_Image_Menu_Item_Record'Class; |
| Stock_Id | : String); |
function Get_Type return Gtk.Gtk_Type;
procedure Set_Image
| ( | Menu_Item | : access Gtk_Image_Menu_Item_Record; |
| Image | : access Gtk.Widget.Gtk_Widget_Record'Class); |
function Get_Image
| ( | Menu_Item | : access Gtk_Image_Menu_Item_Record) return Gtk.Widget.Gtk_Widget; |
procedure Set_Accel_Group
| ( | Image_Menu_Item | : access Gtk_Image_Menu_Item_Record'Class; |
| Accel_Group | : access Gtk.Accel_Group.Gtk_Accel_Group_Record'Class); |
function Get_Always_Show_Image
| ( | Image_Menu_Item | : access Gtk_Image_Menu_Item_Record'Class) return Boolean; |
procedure Set_Always_Show_Image
| ( | Image_Menu_Item | : access Gtk_Image_Menu_Item_Record'Class; |
| Always_Show | : Boolean); |
function Get_Use_Stock
| ( | Image_Menu_Item | : access Gtk_Image_Menu_Item_Record'Class) return Boolean; |
procedure Set_Use_Stock
| ( | Image_Menu_Item | : access Gtk_Image_Menu_Item_Record'Class; |
| Use_Stock | : Boolean); |
Binding from C File version 2.16.6