Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | pluma_file_chooser_dialog_new () |
void | pluma_file_chooser_dialog_set_encoding () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── GtkFileChooserDialog ╰── PlumaFileChooserDialog
PlumaFileChooserDialog implements AtkImplementorIface, GtkBuildable and GtkFileChooser.
GtkWidget * pluma_file_chooser_dialog_new (const gchar *title
,GtkWindow *parent
,GtkFileChooserAction action
,const PlumaEncoding *encoding
,const gchar *first_button_text
,...
);
Creates a new PlumaFileChooserDialog. This function is analogous to
gtk_dialog_new_with_buttons()
.
void pluma_file_chooser_dialog_set_encoding (PlumaFileChooserDialog *dialog
,const PlumaEncoding *encoding
);