C# 클래스 Xwt.GtkBackend.Gtk3Extensions

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

공개 메소드들

메소드 설명
AddContent ( this dialog, Gtk widget, bool expand = true, bool fill = true, uint padding ) : 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
GetFromSurface ( Cairo surface, int src_x, int src_y, int width, int height ) : Gdk.Pixbuf
GetHasWindow ( this widget ) : bool
GetSelectedAction ( this context ) : Gdk.DragAction
GetSize ( this cr, Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
GetSize ( this window, int &w, int &h ) : void
GetSliderPosition ( this scale ) : double
GetText ( this args ) : string
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
SetTextColumn ( this comboBox, int column ) : void
ToGtk3StateFlags ( this state ) : Gtk.StateFlags
ToPixbuf ( this window, int src_x, int src_y, int width, int height ) : Gdk.Pixbuf

비공개 메소드들

메소드 설명
gdk_pixbuf_get_from_surface ( IntPtr surface, int src_x, int src_y, int width, int height ) : IntPtr
gdk_pixbuf_get_from_window ( IntPtr win, int src_x, int src_y, int width, int height ) : IntPtr

메소드 상세

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

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

GetFromSurface() 공개 정적인 메소드

public static GetFromSurface ( Cairo surface, int src_x, int src_y, int width, int height ) : Gdk.Pixbuf
surface Cairo
src_x int
src_y int
width int
height int
리턴 Gdk.Pixbuf

GetHasWindow() 공개 정적인 메소드

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

GetSelectedAction() 공개 정적인 메소드

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

GetSize() 공개 정적인 메소드

public static GetSize ( this cr, Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void
cr this
widget Gtk
cell_area Gdk
x_offset int
y_offset int
width int
height int
리턴 void

GetSize() 공개 정적인 메소드

public static GetSize ( this window, int &w, int &h ) : void
window this
w int
h int
리턴 void

GetSliderPosition() 공개 정적인 메소드

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

GetText() 공개 정적인 메소드

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

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

SetTextColumn() 공개 정적인 메소드

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

ToGtk3StateFlags() 공개 정적인 메소드

public static ToGtk3StateFlags ( this state ) : Gtk.StateFlags
state this
리턴 Gtk.StateFlags

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