gtkDrawExpander            package:RGtk2            R Documentation

_g_t_k_D_r_a_w_E_x_p_a_n_d_e_r

_D_e_s_c_r_i_p_t_i_o_n:

     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.*

_U_s_a_g_e:

     gtkDrawExpander(object, window, state.type, x, y, is.open)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkStyle']  a 'GtkStyle'

'window': ['GdkWindow']  a 'GdkWindow'

'state.type': ['GtkStateType']  a state

     'x': [integer]  the x position to draw the expander at

     'y': [integer]  the y position to draw the expander at

'is.open': ['GtkExpanderStyle']  the style to draw the expander in

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

