#include <href.h>
Inheritance diagram for Gnome::UI::HRef:
Public Member Functions | ||||
virtual | ~HRef () | |||
GnomeHRef * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeHRef * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HRef (const Glib::ustring &url, const Glib::ustring &label) | ||||
HRef (const Glib::ustring &url) | ||||
void | set_url (const Glib::ustring &url) | |||
Glib::ustring | get_url () const | |||
void | set_text (const Glib::ustring &text) | |||
Glib::ustring | get_text () const | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::UI::HRef * | wrap (GnomeHRef *object, bool take_copy=false) | |||
|
virtual Gnome::UI::HRef::~HRef | ( | ) | [virtual] |
Gnome::UI::HRef::HRef | ( | const Glib::ustring & | url, | |
const Glib::ustring & | label | |||
) |
Gnome::UI::HRef::HRef | ( | const Glib::ustring & | url | ) |
GnomeHRef* Gnome::UI::HRef::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
const GnomeHRef* Gnome::UI::HRef::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
void Gnome::UI::HRef::set_url | ( | const Glib::ustring & | url | ) |
Glib::ustring Gnome::UI::HRef::get_url | ( | ) | const |
void Gnome::UI::HRef::set_text | ( | const Glib::ustring & | text | ) |
Glib::ustring Gnome::UI::HRef::get_text | ( | ) | const |
Gnome::UI::HRef * wrap | ( | GnomeHRef * | 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. |