Class Index Cross Index Namespace Index

Class Gtk::FileSelection


Contained in: Gtk
Derived from: Gtk::Window
Derived by: none

#include <gtk--/fileselection.h>


public function member index:

explicit FileSelection(const nstring& title=0);
void complete(const string& pattern);
HBox* get_action_area() const;
Button* get_cancel_button() const;
string get_filename() const;
Button* get_ok_button() const;
Entry* get_selection_entry() const;
Label* get_selection_text() const;
GtkFileSelection* gtkobj();
const GtkFileSelection* gtkobj() const;
void hide_fileop_buttons();
static bool isA(Object* object);
void set_filename(const string& filename);
void show_fileop_buttons();
virtual ~FileSelection();
 

Description:



Function Member Descriptions:

Gtk::FileSelection::get_action_area - Accessors

HBox* get_action_area() const;

Gtk::FileSelection::gtkobj - Returns the underlaying gtk+ object.

GtkFileSelection* gtkobj();

Gtk::FileSelection::isA - Returns true if object is this type.

static bool isA(Object* object);