GtkFrame                package:RGtk2                R Documentation

_G_t_k_F_r_a_m_e

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

     A bin with a decorative frame and optional label

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkFrameNew(label = NULL, show = TRUE)'
      'gtkFrameSetLabel(object, label = NULL)'
      'gtkFrameSetLabelWidget(object, label.widget)'
      'gtkFrameSetLabelAlign(object, xalign, yalign)'
      'gtkFrameSetShadowType(object, type)'
      'gtkFrameGetLabel(object)'
      'gtkFrameGetLabelAlign(object)'
      'gtkFrameGetLabelWidget(object)'
      'gtkFrameGetShadowType(object)'
      'gtkFrame(label = NULL, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkFrame
                                            +----GtkAspectFrame 

_I_n_t_e_r_f_a_c_e_s:

     GtkFrame implements AtkImplementorIface and  'GtkBuildable'.

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

     The frame widget is a Bin that surrounds its child with a
     decorative frame and an optional label. If present, the label is
     drawn in a gap in the top side of the frame. The position of the
     label can be controlled with 'gtkFrameSetLabelAlign'.

_G_t_k_F_r_a_m_e _a_s _G_t_k_B_u_i_l_d_a_b_l_e:

     The GtkFrame implementation of the GtkBuildable interface supports
     placing a child in the label position by specifying "label" as the
     "type" attribute of a <child> element. A normal content child can
     be specified without specifying  a <child> type attribute.

     _A UI definition fragment with GtkFrame_ <object class="GtkFrame">
       <child type="label">
         <object class="GtkLabel" id="frame-label"/>
       </child>
       <child>
         <object class="GtkEntry" id="frame-content"/>
       </child>
     </object>


_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_F_r_a_m_e' _undocumented _


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkFrame' is the equivalent of 'gtkFrameNew'.

_P_r_o_p_e_r_t_i_e_s:


     '_l_a_b_e_l' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Text of the frame's label. 
          Default value: NULL


     '_l_a_b_e_l-_w_i_d_g_e_t' ['_G_t_k_W_i_d_g_e_t' : _R_e_a_d / _W_r_i_t_e] A widget to display in
          place of the usual frame label.


     '_l_a_b_e_l-_x_a_l_i_g_n' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The horizontal alignment
          of the label.  Allowed values: [0,1]  Default value: 0


     '_l_a_b_e_l-_y_a_l_i_g_n' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The vertical alignment of
          the label.  Allowed values: [0,1]  Default value: 0.5


     '_s_h_a_d_o_w' ['_G_t_k_S_h_a_d_o_w_T_y_p_e' : _R_e_a_d / _W_r_i_t_e] Deprecated property, use
          shadow_type instead.  Default value: GTK_SHADOW_ETCHED_IN


     '_s_h_a_d_o_w-_t_y_p_e' ['_G_t_k_S_h_a_d_o_w_T_y_p_e' : _R_e_a_d / _W_r_i_t_e] Appearance of the
          frame border.  Default value: GTK_SHADOW_ETCHED_IN


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://developer.gnome.org/doc/API/2.0/gtk/GtkFrame.html>

