C# Class Pinta.Core.GtkExtensions

Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static AddWidgetItem ( this tb, Gtk.Widget w ) : void
tb this
w Gtk.Widget
Résultat void

AppendItem() public static méthode

public static AppendItem ( this menu, Gtk.MenuItem item ) : Gtk.MenuItem
menu this
item Gtk.MenuItem
Résultat Gtk.MenuItem

AppendItem() public static méthode

public static AppendItem ( this tb, Gtk.ToolItem item ) : void
tb this
item Gtk.ToolItem
Résultat void

AppendSeparator() public static méthode

public static AppendSeparator ( this menu ) : void
menu this
Résultat void

CreateAcceleratedMenuItem() public static méthode

public static CreateAcceleratedMenuItem ( this action, Gdk key, Gdk mods ) : Gtk.ImageMenuItem
action this
key Gdk
mods Gdk
Résultat Gtk.ImageMenuItem

CreateSubMenuItem() public static méthode

public static CreateSubMenuItem ( this action ) : Gtk.MenuItem
action this
Résultat Gtk.MenuItem

CreateToolBarItem() public static méthode

public static CreateToolBarItem ( this action ) : Gtk.ToolItem
action this
Résultat Gtk.ToolItem