C# 클래스 Xwt.GtkBackend.Gtk2Extensions

파일 보기 프로젝트 열기: mono/xwt

공개 메소드들

메소드 설명
AddContent ( this dialog, Gtk widget, bool expand = true, bool fill = true, uint padding ) : void
AddSignalHandler ( this widget, string name, Delegate handler, Type args_type ) : void
FixContainerLeak ( this c ) : void
GetBackgroundColor ( this widget ) : Xwt.Drawing.Color
GetBackgroundColor ( this widget, Gtk state ) : Xwt.Drawing.Color
GetCellRenderers ( this column ) : Gtk.CellRenderer[]
GetForegroundColor ( this widget ) : Xwt.Drawing.Color
GetForegroundColor ( this widget, Gtk state ) : Xwt.Drawing.Color
GetHasWindow ( this widget ) : bool
GetSelectedAction ( this context ) : Gdk.DragAction
GetSliderPosition ( this scale ) : double
GetText ( this args ) : string
GetTextColor ( this widget ) : Xwt.Drawing.Color
GetTextColor ( this widget, Gtk state ) : Xwt.Drawing.Color
ListTargets ( this context ) : Gdk.Atom[]
RemoveSignalHandler ( this widget, string name, Delegate handler ) : void
RenderPlaceholderText ( this entry, Gtk args, string placeHolderText, Pango &layout ) : void
SetAppPaintable ( this widget, bool value ) : void
SetBackgroundColor ( this widget, Gtk state, Xwt color ) : void
SetBackgroundColor ( this widget, Xwt color ) : void
SetChildBackgroundColor ( this container, Xwt color ) : void
SetContentSpacing ( this dialog, int spacing ) : void
SetForegroundColor ( this widget, Gtk state, Xwt color ) : void
SetForegroundColor ( this widget, Xwt color ) : void
SetHasWindow ( this widget, bool value ) : void
SetStateActive ( this widget ) : void
SetStateNormal ( this widget ) : void
SetTextColor ( this widget, Gtk state, Xwt color ) : void
SetTextColor ( this widget, Xwt color ) : void
SetTextColumn ( this comboBox, int column ) : void
ToPixbuf ( this window, int src_x, int src_y, int width, int height ) : Gdk.Pixbuf

비공개 메소드들

메소드 설명
RenderPlaceholderText_internal ( Gtk widget, Gtk args, string placeHolderText, Pango &layout, float xalign, float yalign, int xpad, int ypad ) : void

메소드 상세

AddContent() 공개 정적인 메소드

public static AddContent ( this dialog, Gtk widget, bool expand = true, bool fill = true, uint padding ) : void
dialog this
widget Gtk
expand bool
fill bool
padding uint
리턴 void

AddSignalHandler() 공개 정적인 메소드

public static AddSignalHandler ( this widget, string name, Delegate handler, Type args_type ) : void
widget this
name string
handler System.Delegate
args_type System.Type
리턴 void

FixContainerLeak() 공개 정적인 메소드

public static FixContainerLeak ( this c ) : void
c this
리턴 void

GetBackgroundColor() 공개 정적인 메소드

public static GetBackgroundColor ( this widget ) : Xwt.Drawing.Color
widget this
리턴 Xwt.Drawing.Color

GetBackgroundColor() 공개 정적인 메소드

public static GetBackgroundColor ( this widget, Gtk state ) : Xwt.Drawing.Color
widget this
state Gtk
리턴 Xwt.Drawing.Color

GetCellRenderers() 공개 정적인 메소드

public static GetCellRenderers ( this column ) : Gtk.CellRenderer[]
column this
리턴 Gtk.CellRenderer[]

GetForegroundColor() 공개 정적인 메소드

public static GetForegroundColor ( this widget ) : Xwt.Drawing.Color
widget this
리턴 Xwt.Drawing.Color

GetForegroundColor() 공개 정적인 메소드

public static GetForegroundColor ( this widget, Gtk state ) : Xwt.Drawing.Color
widget this
state Gtk
리턴 Xwt.Drawing.Color

GetHasWindow() 공개 정적인 메소드

public static GetHasWindow ( this widget ) : bool
widget this
리턴 bool

GetSelectedAction() 공개 정적인 메소드

public static GetSelectedAction ( this context ) : Gdk.DragAction
context this
리턴 Gdk.DragAction

GetSliderPosition() 공개 정적인 메소드

public static GetSliderPosition ( this scale ) : double
scale this
리턴 double

GetText() 공개 정적인 메소드

public static GetText ( this args ) : string
args this
리턴 string

GetTextColor() 공개 정적인 메소드

public static GetTextColor ( this widget ) : Xwt.Drawing.Color
widget this
리턴 Xwt.Drawing.Color

GetTextColor() 공개 정적인 메소드

public static GetTextColor ( this widget, Gtk state ) : Xwt.Drawing.Color
widget this
state Gtk
리턴 Xwt.Drawing.Color

ListTargets() 공개 정적인 메소드

public static ListTargets ( this context ) : Gdk.Atom[]
context this
리턴 Gdk.Atom[]

RemoveSignalHandler() 공개 정적인 메소드

public static RemoveSignalHandler ( this widget, string name, Delegate handler ) : void
widget this
name string
handler System.Delegate
리턴 void

RenderPlaceholderText() 공개 정적인 메소드

public static RenderPlaceholderText ( this entry, Gtk args, string placeHolderText, Pango &layout ) : void
entry this
args Gtk
placeHolderText string
layout Pango
리턴 void

SetAppPaintable() 공개 정적인 메소드

public static SetAppPaintable ( this widget, bool value ) : void
widget this
value bool
리턴 void

SetBackgroundColor() 공개 정적인 메소드

public static SetBackgroundColor ( this widget, Gtk state, Xwt color ) : void
widget this
state Gtk
color Xwt
리턴 void

SetBackgroundColor() 공개 정적인 메소드

public static SetBackgroundColor ( this widget, Xwt color ) : void
widget this
color Xwt
리턴 void

SetChildBackgroundColor() 공개 정적인 메소드

public static SetChildBackgroundColor ( this container, Xwt color ) : void
container this
color Xwt
리턴 void

SetContentSpacing() 공개 정적인 메소드

public static SetContentSpacing ( this dialog, int spacing ) : void
dialog this
spacing int
리턴 void

SetForegroundColor() 공개 정적인 메소드

public static SetForegroundColor ( this widget, Gtk state, Xwt color ) : void
widget this
state Gtk
color Xwt
리턴 void

SetForegroundColor() 공개 정적인 메소드

public static SetForegroundColor ( this widget, Xwt color ) : void
widget this
color Xwt
리턴 void

SetHasWindow() 공개 정적인 메소드

public static SetHasWindow ( this widget, bool value ) : void
widget this
value bool
리턴 void

SetStateActive() 공개 정적인 메소드

public static SetStateActive ( this widget ) : void
widget this
리턴 void

SetStateNormal() 공개 정적인 메소드

public static SetStateNormal ( this widget ) : void
widget this
리턴 void

SetTextColor() 공개 정적인 메소드

public static SetTextColor ( this widget, Gtk state, Xwt color ) : void
widget this
state Gtk
color Xwt
리턴 void

SetTextColor() 공개 정적인 메소드

public static SetTextColor ( this widget, Xwt color ) : void
widget this
color Xwt
리턴 void

SetTextColumn() 공개 정적인 메소드

public static SetTextColumn ( this comboBox, int column ) : void
comboBox this
column int
리턴 void

ToPixbuf() 공개 정적인 메소드

public static ToPixbuf ( this window, int src_x, int src_y, int width, int height ) : Gdk.Pixbuf
window this
src_x int
src_y int
width int
height int
리턴 Gdk.Pixbuf