C# 클래스 Pinta.Core.GtkExtensions

파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddWidgetItem() 공개 정적인 메소드

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

AppendItem() 공개 정적인 메소드

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

AppendItem() 공개 정적인 메소드

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

AppendSeparator() 공개 정적인 메소드

public static AppendSeparator ( this menu ) : void
menu this
리턴 void

CreateAcceleratedMenuItem() 공개 정적인 메소드

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

CreateSubMenuItem() 공개 정적인 메소드

public static CreateSubMenuItem ( this action ) : Gtk.MenuItem
action this
리턴 Gtk.MenuItem

CreateToolBarItem() 공개 정적인 메소드

public static CreateToolBarItem ( this action ) : Gtk.ToolItem
action this
리턴 Gtk.ToolItem