GtkFileChooserWidget          package:RGtk2          R Documentation

_G_t_k_F_i_l_e_C_h_o_o_s_e_r_W_i_d_g_e_t

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

     File chooser widget that can be embedded in other widgets

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

     'gtkFileChooserWidgetNew(action, show = TRUE)'
      'gtkFileChooserWidgetNewWithBackend(action, backend, show =
     TRUE)'
      'gtkFileChooserWidget(action, backend, show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBox
                                      +----GtkVBox
                                            +----GtkFileChooserWidget 

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

     GtkFileChooserWidget implements AtkImplementorIface, 
     'GtkBuildable',  'GtkFileChooser' and  GtkFileChooserEmbed.

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

     'GtkFileChooserWidget' is a widget suitable for selecting files.
     It is the main building block of a 'GtkFileChooserDialog'.  Most
     applications will only need to use the latter; you can use
     'GtkFileChooserWidget' as part of a larger window if you have
     special needs.

     Note that 'GtkFileChooserWidget' does not have any methods of its
     own.  Instead, you should use the functions that work on a
     'GtkFileChooser'.

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


     '_G_t_k_F_i_l_e_C_h_o_o_s_e_r_W_i_d_g_e_t' _undocumented _


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

     'gtkFileChooserWidget' is the result of collapsing the
     constructors of 'GtkFileChooserWidget' ('gtkFileChooserWidgetNew',
     'gtkFileChooserWidgetNewWithBackend') and accepts a subset of its
     arguments matching the required arguments of one of its delegate
     constructors.

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

_S_e_e _A_l_s_o:

     'GtkFileChooser' 'GtkFileChooserDialog'

