|
Index
C++ Code Documentation
gtk::widget1::FileSelection
Derived from: gtk::widget0::VBox
Children: gtk::widget1::File, gtk::widget1::FileRead
File: WIDGET/gtk/widget1/FileSelection.H
public:
- FileSelection();
- virtual ~FileSelection();
- void show(bool = true);
- void set(char const *filename);
- char const *get() const;
- void set_filename( char const *filename );
- char* get_filename();
- void complete( char const *pattern );
- void show_fileop_buttons();
- void hide_fileop_buttons();
- uint button() const;
protected:
private:
- virtual void callback() = 0;
 | cancel=0, ok=1 | |
- void ok_cb();
- void cancel_cb();
- static void ok_cb_(GtkWidget *, gpointer p);
- static void cancel_cb_(GtkWidget *, gpointer p);
- FileSelection( GtkWidget *x ) : ::gtk::widget0::VBox(x);
- uint _button;
|