GtkFontSelectionDialog         package:RGtk2         R Documentation

_G_t_k_F_o_n_t_S_e_l_e_c_t_i_o_n_D_i_a_l_o_g

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

     A dialog box for selecting fonts

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

     'gtkFontSelectionDialogNew(title = NULL, show = TRUE)'
      'gtkFontSelectionDialogGetFont(object)'
      'gtkFontSelectionDialogGetFontName(object)'
      'gtkFontSelectionDialogSetFontName(object, fontname)'
      'gtkFontSelectionDialogGetPreviewText(object)'
      'gtkFontSelectionDialogSetPreviewText(object, text)'
      'gtkFontSelectionDialog(title = NULL, show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkWindow
                                            +----GtkDialog

     +----GtkFontSelectionDialog 

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

     GtkFontSelectionDialog implements AtkImplementorIface and 
     'GtkBuildable'.

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

     The 'GtkFontSelectionDialog' widget is a dialog box for selecting
     a font.

     To set the font which is initially selected, use
     'gtkFontSelectionDialogSetFontName'.

     To get the selected font use 'gtkFontSelectionDialogGetFontName'.

     To change the text which is shown in the preview area, use
     'gtkFontSelectionDialogSetPreviewText'.

_G_t_k_F_o_n_t_S_e_l_e_c_t_i_o_n_D_i_a_l_o_g _a_s _G_t_k_B_u_i_l_d_a_b_l_e:

     The GtkFontSelectionDialog implementation of the GtkBuildable
     interface exposes the embedded 'GtkFontSelection' as internal
     child with the name "font_selection". It also exposes the buttons
     with the names "ok_button", "cancel_button" and "apply_button".

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


     '_G_t_k_F_o_n_t_S_e_l_e_c_t_i_o_n_D_i_a_l_o_g' _undocumented _

          '_o_k_B_u_t_t_o_n' ['GtkWidget'] The OK button of the dialog

          '_a_p_p_l_y_B_u_t_t_o_n' ['GtkWidget'] The Apply button of the dialog.
               This button is hidden by default but you can show/hide
               it

          '_c_a_n_c_e_l_B_u_t_t_o_n' ['GtkWidget'] The Cancel button of the dialog


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

     'gtkFontSelectionDialog' is the equivalent of
     'gtkFontSelectionDialogNew'.

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

