C# Class Pinta.Core.GtkExtensions

Show file Open project: xxgreg/Pinta Class Usage Examples

Public Methods

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

Method Details

AddWidgetItem() public static method

public static AddWidgetItem ( this tb, Gtk.Widget w ) : void
tb this
w Gtk.Widget
return void

AppendItem() public static method

public static AppendItem ( this menu, Gtk.MenuItem item ) : Gtk.MenuItem
menu this
item Gtk.MenuItem
return Gtk.MenuItem

AppendItem() public static method

public static AppendItem ( this tb, Gtk.ToolItem item ) : void
tb this
item Gtk.ToolItem
return void

AppendSeparator() public static method

public static AppendSeparator ( this menu ) : void
menu this
return void

CreateAcceleratedMenuItem() public static method

public static CreateAcceleratedMenuItem ( this action, Gdk key, Gdk mods ) : Gtk.ImageMenuItem
action this
key Gdk
mods Gdk
return Gtk.ImageMenuItem

CreateSubMenuItem() public static method

public static CreateSubMenuItem ( this action ) : Gtk.MenuItem
action this
return Gtk.MenuItem

CreateToolBarItem() public static method

public static CreateToolBarItem ( this action ) : Gtk.ToolItem
action this
return Gtk.ToolItem