gtkDrawExpander {RGtk2} | R Documentation |
Draws an expander as used in GtkTreeView
.
WARNING: gtk_draw_expander
is deprecated and should not be used in newly-written code. Use gtkPaintExpander
instead.
gtkDrawExpander(object, window, state.type, x, y, is.open)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[integer] the x position to draw the expander at |
|
[integer] the y position to draw the expander at |
|
[GtkExpanderStyle ] the style to draw the expander in |
Derived by RGtkGen from GTK+ documentation