Property | Type | Description | |
---|---|---|---|
Context | Xwt.Backends.ApplicationContext |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
OnGetSize ( Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void | ||
OnRender ( Cairo cr, Gtk widget, Gdk background_area, Gdk cell_area, CellRendererState flags ) : void |
protected OnGetSize ( Gtk widget, Gdk &cell_area, int &x_offset, int &y_offset, int &width, int &height ) : void | ||
widget | Gtk | |
cell_area | Gdk | |
x_offset | int | |
y_offset | int | |
width | int | |
height | int | |
return | void |
protected OnRender ( Cairo cr, Gtk widget, Gdk background_area, Gdk cell_area, CellRendererState flags ) : void | ||
cr | Cairo | |
widget | Gtk | |
background_area | Gdk | |
cell_area | Gdk | |
flags | CellRendererState | |
return | void |