Index

C++ Code Documentation

gtk::widget0::FileSelection

Derived from: gtk::widget0::Window

File: WIDGET/gtk/widget0/FileSelection.H

public:
  • FileSelection( char const *title ) : Window( gtk_file_selection_new( title ) );
  • void set_filename( char const *filename );
  • char* get_filename();
  • void complete( char const *pattern );
  • void show_fileop_buttons();
  • void hide_fileop_buttons();
protected:
  • FileSelection( GtkWidget *x ) : Window(x);
private:


gtk::widget0::FileSelection GANG