Method | Description | |
---|---|---|
AddContent ( this dialog, Gtk widget, bool expand = true, bool fill = true, uint padding ) : void | ||
AddSignalHandler ( this widget, string name, |
||
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, |
||
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 |
Method | Description | |
---|---|---|
RenderPlaceholderText_internal ( Gtk widget, Gtk args, string placeHolderText, Pango &layout, float xalign, float yalign, int xpad, int ypad ) : void |
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 | |
return | void |
public static AddSignalHandler ( this widget, string name, |
||
widget | this | |
name | string | |
handler | ||
args_type | ||
return | void |
public static FixContainerLeak ( this c ) : void | ||
c | this | |
return | void |
public static GetBackgroundColor ( this widget ) : Xwt.Drawing.Color | ||
widget | this | |
return | Xwt.Drawing.Color |
public static GetBackgroundColor ( this widget, Gtk state ) : Xwt.Drawing.Color | ||
widget | this | |
state | Gtk | |
return | Xwt.Drawing.Color |
public static GetCellRenderers ( this column ) : Gtk.CellRenderer[] | ||
column | this | |
return | Gtk.CellRenderer[] |
public static GetForegroundColor ( this widget ) : Xwt.Drawing.Color | ||
widget | this | |
return | Xwt.Drawing.Color |
public static GetForegroundColor ( this widget, Gtk state ) : Xwt.Drawing.Color | ||
widget | this | |
state | Gtk | |
return | Xwt.Drawing.Color |
public static GetHasWindow ( this widget ) : bool | ||
widget | this | |
return | bool |
public static GetSelectedAction ( this context ) : Gdk.DragAction | ||
context | this | |
return | Gdk.DragAction |
public static GetSliderPosition ( this scale ) : double | ||
scale | this | |
return | double |
public static GetTextColor ( this widget ) : Xwt.Drawing.Color | ||
widget | this | |
return | Xwt.Drawing.Color |
public static GetTextColor ( this widget, Gtk state ) : Xwt.Drawing.Color | ||
widget | this | |
state | Gtk | |
return | Xwt.Drawing.Color |
public static ListTargets ( this context ) : Gdk.Atom[] | ||
context | this | |
return | Gdk.Atom[] |
public static RemoveSignalHandler ( this widget, string name, |
||
widget | this | |
name | string | |
handler | ||
return | void |
public static RenderPlaceholderText ( this entry, Gtk args, string placeHolderText, Pango &layout ) : void | ||
entry | this | |
args | Gtk | |
placeHolderText | string | |
layout | Pango | |
return | void |
public static SetAppPaintable ( this widget, bool value ) : void | ||
widget | this | |
value | bool | |
return | void |
public static SetBackgroundColor ( this widget, Gtk state, Xwt color ) : void | ||
widget | this | |
state | Gtk | |
color | Xwt | |
return | void |
public static SetBackgroundColor ( this widget, Xwt color ) : void | ||
widget | this | |
color | Xwt | |
return | void |
public static SetChildBackgroundColor ( this container, Xwt color ) : void | ||
container | this | |
color | Xwt | |
return | void |
public static SetContentSpacing ( this dialog, int spacing ) : void | ||
dialog | this | |
spacing | int | |
return | void |
public static SetForegroundColor ( this widget, Gtk state, Xwt color ) : void | ||
widget | this | |
state | Gtk | |
color | Xwt | |
return | void |
public static SetForegroundColor ( this widget, Xwt color ) : void | ||
widget | this | |
color | Xwt | |
return | void |
public static SetHasWindow ( this widget, bool value ) : void | ||
widget | this | |
value | bool | |
return | void |
public static SetStateActive ( this widget ) : void | ||
widget | this | |
return | void |
public static SetStateNormal ( this widget ) : void | ||
widget | this | |
return | void |
public static SetTextColor ( this widget, Gtk state, Xwt color ) : void | ||
widget | this | |
state | Gtk | |
color | Xwt | |
return | void |
public static SetTextColor ( this widget, Xwt color ) : void | ||
widget | this | |
color | Xwt | |
return | void |
public static SetTextColumn ( this comboBox, int column ) : void | ||
comboBox | this | |
column | int | |
return | void |
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 | |
return | Gdk.Pixbuf |