gdkPixbufFlip             package:RGtk2             R Documentation

_g_d_k_P_i_x_b_u_f_F_l_i_p

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

     Flips a pixbuf horizontally or vertically and returns the result
     in a new pixbuf.

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

     gdkPixbufFlip(object, horizontal)

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

'object': ['GdkPixbuf']  a 'GdkPixbuf'

'horizontal': [logical] 'TRUE' to flip horizontally, 'FALSE' to flip
          vertically

_D_e_t_a_i_l_s:

     Since  2.6

_V_a_l_u_e:

     ['GdkPixbuf']  the new 'GdkPixbuf', or 'NULL' if not enough memory
     could be allocated for it.

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

     Derived by RGtkGen from GTK+ documentation

