C# Класс Xwt.GtkBackend.Gtk3Extensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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