#include <file-entry.h>
Inheritance diagram for Gnome::UI::FileEntry:
Public Member Functions | ||||
virtual | ~FileEntry () | |||
GnomeFileEntry * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeFileEntry * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
FileEntry () | ||||
FileEntry (const Glib::ustring &history_id, const Glib::ustring &browse_dialog_title) | ||||
Gtk::Widget * | gnome_entry () | |||
Gtk::Widget * | gtk_entry () | |||
void | set_title (const Glib::ustring &browse_dialog_title) | |||
void | set_default_path (const Glib::ustring &path) | |||
void | set_directory_entry (bool directory_entry=true) | |||
bool | get_directory_entry () const | |||
Glib::ustring | get_full_path (bool file_must_exist) const | |||
void | set_filename (const Glib::ustring &filename) | |||
void | set_modal (bool is_modal=true) | |||
bool | get_modal () const | |||
Glib::SignalProxy0< void > | signal_browse_clicked () | |||
| ||||
Glib::SignalProxy0< void > | signal_activate () | |||
| ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::UI::FileEntry * | wrap (GnomeFileEntry *object, bool take_copy=false) | |||
|
virtual Gnome::UI::FileEntry::~FileEntry | ( | ) | [virtual] |
Gnome::UI::FileEntry::FileEntry | ( | ) |
Gnome::UI::FileEntry::FileEntry | ( | const Glib::ustring & | history_id, | |
const Glib::ustring & | browse_dialog_title | |||
) |
GnomeFileEntry* Gnome::UI::FileEntry::gobj | ( | ) | [inline] |
const GnomeFileEntry* Gnome::UI::FileEntry::gobj | ( | ) | const [inline] |
Gtk::Widget* Gnome::UI::FileEntry::gnome_entry | ( | ) |
Gtk::Widget* Gnome::UI::FileEntry::gtk_entry | ( | ) |
void Gnome::UI::FileEntry::set_title | ( | const Glib::ustring & | browse_dialog_title | ) |
void Gnome::UI::FileEntry::set_default_path | ( | const Glib::ustring & | path | ) |
void Gnome::UI::FileEntry::set_directory_entry | ( | bool | directory_entry = true |
) |
bool Gnome::UI::FileEntry::get_directory_entry | ( | ) | const |
Glib::ustring Gnome::UI::FileEntry::get_full_path | ( | bool | file_must_exist | ) | const |
void Gnome::UI::FileEntry::set_filename | ( | const Glib::ustring & | filename | ) |
void Gnome::UI::FileEntry::set_modal | ( | bool | is_modal = true |
) |
bool Gnome::UI::FileEntry::get_modal | ( | ) | const |
Glib::SignalProxy0< void > Gnome::UI::FileEntry::signal_browse_clicked | ( | ) |
void browse_clicked()
Glib::SignalProxy0< void > Gnome::UI::FileEntry::signal_activate | ( | ) |
void activate()
Gnome::UI::FileEntry * wrap | ( | GnomeFileEntry * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |