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

Показать файл Открыть проект

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

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