gtk-gtkbuildable            package:RGtk2            R Documentation

_G_t_k_B_u_i_l_d_a_b_l_e

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

     Interface for objects that can be built by GtkBuilder

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

     'gtkBuildableSetName(object, name)'
      'gtkBuildableGetName(object)'
      'gtkBuildableAddChild(object, builder, child, type)'
      'gtkBuildableSetBuildableProperty(object, builder, name, value)'
      'gtkBuildableConstructChild(object, builder, name)'
      'gtkBuildableCustomTagStart(object, builder, child, tagname,
     parser, data)'
      'gtkBuildableCustomTagEnd(object, builder, child, tagname, data)'
      'gtkBuildableCustomFinished(object, builder, child, tagname,
     data)'
      'gtkBuildableParserFinished(object, builder)'
      'gtkBuildableGetInternalChild(object, builder, childname)'

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

     GInterface
        +----GtkBuildable 

_I_m_p_l_e_m_e_n_t_a_t_i_o_n_s:

     GtkBuildable is implemented by 'GtkListItem',  'GtkBin', 
     'GtkTreeView',  'GtkButtonBox',  'GtkPaned', 
     'GtkColorSelectionDialog',  'GtkVButtonBox', 
     'GtkTearoffMenuItem',  'GtkEntry',  'GtkOptionMenu',  'GtkImage', 
     'GtkCalendar',  'GtkFixed',  'GtkLinkButton',  'GtkHButtonBox', 
     'GtkInputDialog',  'GtkRadioButton',  'GtkVRuler', 
     'GtkVSeparator',  'GtkVBox',  'GtkCurve',  'GtkRadioToolButton', 
     'GtkHRuler',  'GtkToggleButton',  'GtkSeparatorMenuItem', 
     'GtkHScale',  'GtkTable',  'GtkTreeViewColumn', 
     'GtkImageMenuItem',  'GtkFileChooserButton',  'GtkCheckButton', 
     'GtkRadioMenuItem',  'GtkMenuShell',  'GtkStatusbar', 
     'GtkDrawingArea',  'GtkButton',  'GtkIconView',  'GtkNotebook', 
     'GtkUIManager',  GtkTree,  'GtkSocket',  'GtkVScale', 
     'GtkProgress',  'GtkGammaCurve',  GtkText,  'GtkCList', 
     'GtkAlignment',  'GtkMenuToolButton',  'GtkMenuItem', 
     GtkPageSetupUnixDialog,  'GtkRecentChooserMenu',  'GtkToolItem', 
     'GtkHSeparator',  'GtkProgressBar',  'GtkCTree', 
     'GtkActionGroup',  'GtkRange',  'GtkAssistant', 
     'GtkFileSelection',  'GtkToolbar',  GtkTreeItem,  'GtkAccelLabel',
      'GtkPreview',  'GtkRecentChooserDialog',  'GtkExpander', 
     'GtkScale',  'GtkTreeStore',  'GtkMessageDialog',  'GtkSeparator',
      'GtkLayout',  'GtkFontSelection',  'GtkCellView', 
     'GtkInvisible',  'GtkWindow',  'GtkSeparatorToolItem', 
     'GtkFileChooserWidget',  'GtkCheckMenuItem',  'GtkToolButton', 
     'GtkMisc',  'GtkEventBox',  'GtkFontButton', 
     'GtkEntryCompletion',  'GtkDialog',  'GtkHBox',  'GtkCombo', 
     'GtkOldEditable',  'GtkAspectFrame',  'GtkAboutDialog', 
     'GtkHScrollbar',  'GtkListStore',  'GtkScaleButton', 
     'GtkRecentChooserWidget',  'GtkToggleToolButton',  'GtkComboBox', 
     'GtkVScrollbar',  'GtkFrame',  'GtkSpinButton',  'GtkList', 
     'GtkLabel',  'GtkFontSelectionDialog',  'GtkTipsQuery', 
     'GtkColorSelection',  'GtkItem',  'GtkWidget',  'GtkRecentAction',
      'GtkVolumeButton',  'GtkMenuBar',  'GtkTextView',  'GtkArrow', 
     'GtkToggleAction',  'GtkRadioAction',  'GtkPlug',  'GtkHPaned', 
     'GtkBox',  'GtkMenu',  'GtkAction',  GtkPrintUnixDialog, 
     'GtkComboBoxEntry',  'GtkColorButton',  'GtkPixmap', 
     'GtkFileChooserDialog',  'GtkRuler',  'GtkVPaned', 
     'GtkHandleBox',  'GtkScrollbar',  'GtkContainer',  'GtkSizeGroup',
      'GtkViewport' and  'GtkScrolledWindow'.

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

     In order to allow construction from a GtkBuilder  UI description,
     an object class must implement the  GtkBuildable interface. The
     interface includes methods for setting  names and properties of
     objects, parsing custom tags, constructing  child objects.

     The GtkBuildable interface is implemented by all widgets and  many
     of the non-widget objects that are provided by GTK+. The main user
     of this interface is 'GtkBuilder', there should be very little
     need for applications to call any  'gtkBuildable...' functions.

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


     '_G_t_k_B_u_i_l_d_a_b_l_e' _undocumented _


_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/gtk-gtkbuildable.html>

