#include <file-entry.h>
|
(Note that these are not member functions.)
|
Gnome::UI::FileEntry * | wrap (GnomeFileEntry *object, bool take_copy=false) |
| A Glib::wrap() method for this object. More...
|
|
§ ~FileEntry()
virtual Gnome::UI::FileEntry::~FileEntry |
( |
| ) |
|
|
virtual |
§ FileEntry() [1/2]
Gnome::UI::FileEntry::FileEntry |
( |
| ) |
|
§ FileEntry() [2/2]
Gnome::UI::FileEntry::FileEntry |
( |
const Glib::ustring & |
history_id, |
|
|
const Glib::ustring & |
browse_dialog_title |
|
) |
| |
§ get_directory_entry()
bool Gnome::UI::FileEntry::get_directory_entry |
( |
| ) |
const |
§ get_full_path()
Glib::ustring Gnome::UI::FileEntry::get_full_path |
( |
bool |
file_must_exist | ) |
const |
§ get_modal()
bool Gnome::UI::FileEntry::get_modal |
( |
| ) |
const |
§ gnome_entry()
Gtk::Widget* Gnome::UI::FileEntry::gnome_entry |
( |
| ) |
|
§ gobj() [1/2]
GnomeFileEntry* Gnome::UI::FileEntry::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GtkObject.
§ gobj() [2/2]
const GnomeFileEntry* Gnome::UI::FileEntry::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GtkObject.
§ gtk_entry()
Gtk::Widget* Gnome::UI::FileEntry::gtk_entry |
( |
| ) |
|
§ on_activate()
virtual void Gnome::UI::FileEntry::on_activate |
( |
| ) |
|
|
protectedvirtual |
§ on_browse_clicked()
virtual void Gnome::UI::FileEntry::on_browse_clicked |
( |
| ) |
|
|
protectedvirtual |
§ set_default_path()
void Gnome::UI::FileEntry::set_default_path |
( |
const Glib::ustring & |
path | ) |
|
§ set_directory_entry()
void Gnome::UI::FileEntry::set_directory_entry |
( |
bool |
directory_entry = true | ) |
|
§ set_filename()
void Gnome::UI::FileEntry::set_filename |
( |
const Glib::ustring & |
filename | ) |
|
§ set_modal()
void Gnome::UI::FileEntry::set_modal |
( |
bool |
is_modal = true | ) |
|
§ set_title()
void Gnome::UI::FileEntry::set_title |
( |
const Glib::ustring & |
browse_dialog_title | ) |
|
§ signal_activate()
Glib::SignalProxy0< void > Gnome::UI::FileEntry::signal_activate |
( |
| ) |
|
- Prototype:
void on_my_activate()
§ signal_browse_clicked()
Glib::SignalProxy0< void > Gnome::UI::FileEntry::signal_browse_clicked |
( |
| ) |
|
- Prototype:
void on_my_browse_clicked()
§ wrap()
A Glib::wrap() method for this object.
- Parameters
-
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. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: