gtkWidgetDraw             package:RGtk2             R Documentation

_g_t_k_W_i_d_g_e_t_D_r_a_w

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

     In GTK+ 1.2, this function would immediately render the region
     'area' of a widget, by invoking the virtual draw method of a
     widget. In GTK+ 2.0, the draw method is gone, and instead
     'gtkWidgetDraw' simply invalidates the specified region of the
     widget, then updates the invalid region of the widget immediately.
     Usually you don't want to update the region immediately for
     performance reasons, so in general 'gtkWidgetQueueDrawArea' is a
     better choice if you want to draw a region of a widget. *WARNING:
     'gtk_widget_draw' is deprecated and should not be used in
     newly-written code.*

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

     gtkWidgetDraw(object, area)

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

'object': ['GtkWidget']  a 'GtkWidget'

  'area': ['GdkRectangle']  area to draw

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

     Derived by RGtkGen from GTK+ documentation

