Method | Description | |
---|---|---|
AddWidgetItem ( this tb, Gtk.Widget w ) : void | ||
AppendItem ( this menu, Gtk.MenuItem item ) : Gtk.MenuItem | ||
AppendItem ( this tb, Gtk.ToolItem item ) : void | ||
AppendSeparator ( this menu ) : void | ||
CreateAcceleratedMenuItem ( this action, Gdk key, Gdk mods ) : Gtk.ImageMenuItem | ||
CreateSubMenuItem ( this action ) : Gtk.MenuItem | ||
CreateToolBarItem ( this action ) : Gtk.ToolItem |
public static AddWidgetItem ( this tb, Gtk.Widget w ) : void | ||
tb | this | |
w | Gtk.Widget | |
return | void |
public static AppendItem ( this menu, Gtk.MenuItem item ) : Gtk.MenuItem | ||
menu | this | |
item | Gtk.MenuItem | |
return | Gtk.MenuItem |
public static AppendItem ( this tb, Gtk.ToolItem item ) : void | ||
tb | this | |
item | Gtk.ToolItem | |
return | void |
public static AppendSeparator ( this menu ) : void | ||
menu | this | |
return | void |
public static CreateAcceleratedMenuItem ( this action, Gdk key, Gdk mods ) : Gtk.ImageMenuItem | ||
action | this | |
key | Gdk | |
mods | Gdk | |
return | Gtk.ImageMenuItem |
public static CreateSubMenuItem ( this action ) : Gtk.MenuItem | ||
action | this | |
return | Gtk.MenuItem |
public static CreateToolBarItem ( this action ) : Gtk.ToolItem | ||
action | this | |
return | Gtk.ToolItem |