gtkWindowSetHasFrame          package:RGtk2          R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_H_a_s_F_r_a_m_e

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

     (Note: this is a special-purpose function for the framebuffer
     port, that causes GTK+ to draw its own window border. For most
     applications, you want 'gtkWindowSetDecorated' instead, which
     tells the window manager whether to draw the window border.)

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

     gtkWindowSetHasFrame(object, setting)

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

'object': ['GtkWindow']  a 'GtkWindow'

'setting': [logical]  a boolean

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

     If this function is called on a window with setting of 'TRUE',
     before it is realized or showed, it will have a "frame" window
     around 'window->window', accessible in 'window->frame'. Using the
     signal  frame_event you can receive all events targeted at the
     frame.

     This function is used by the linux-fb port to implement managed
     windows, but it could conceivably be used by X-programs that want
     to do their own window decorations.

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

     Derived by RGtkGen from GTK+ documentation

