#include <icon-textitem.h>
Inheritance diagram for Gnome::UI::IconTextItem:
Public Member Functions | ||||
virtual | ~IconTextItem () | |||
GnomeIconTextItem * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeIconTextItem * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
IconTextItem (Gnome::Canvas::Group &parent) | ||||
IconTextItem (Gnome::Canvas::Group &parent, int x, int y, int width, const Glib::ustring &fontname, const Glib::ustring &text, bool is_editable=true) | ||||
void | set_xy (int x, int y) | |||
void | select (bool select=true) | |||
void | focus (bool focused=true) | |||
Glib::ustring | get_text () const | |||
void | start_editing () | |||
void | stop_editing (bool accept=true) | |||
Glib::RefPtr< Gtk::Editable > | get_editable () | |||
Glib::RefPtr< const Gtk::Editable > | get_editable () const | |||
Glib::SignalProxy0< bool > | signal_text_changed () | |||
| ||||
Glib::SignalProxy0< void > | signal_height_changed () | |||
| ||||
Glib::SignalProxy0< void > | signal_width_changed () | |||
| ||||
Glib::SignalProxy0< void > | signal_editing_started () | |||
| ||||
Glib::SignalProxy0< void > | signal_editing_stopped () | |||
| ||||
Glib::SignalProxy0< void > | signal_selection_started () | |||
| ||||
Glib::SignalProxy0< void > | signal_selection_stopped () | |||
| ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::UI::IconTextItem * | wrap (GnomeIconTextItem *object, bool take_copy=false) | |||
|
virtual Gnome::UI::IconTextItem::~IconTextItem | ( | ) | [virtual] |
Gnome::UI::IconTextItem::IconTextItem | ( | Gnome::Canvas::Group & | parent | ) |
Gnome::UI::IconTextItem::IconTextItem | ( | Gnome::Canvas::Group & | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
const Glib::ustring & | fontname, | |||
const Glib::ustring & | text, | |||
bool | is_editable = true | |||
) |
GnomeIconTextItem* Gnome::UI::IconTextItem::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
const GnomeIconTextItem* Gnome::UI::IconTextItem::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
void Gnome::UI::IconTextItem::set_xy | ( | int | x, | |
int | y | |||
) |
void Gnome::UI::IconTextItem::select | ( | bool | select = true |
) |
void Gnome::UI::IconTextItem::focus | ( | bool | focused = true |
) |
Glib::ustring Gnome::UI::IconTextItem::get_text | ( | ) | const |
void Gnome::UI::IconTextItem::start_editing | ( | ) |
void Gnome::UI::IconTextItem::stop_editing | ( | bool | accept = true |
) |
Glib::RefPtr<Gtk::Editable> Gnome::UI::IconTextItem::get_editable | ( | ) |
Glib::RefPtr<const Gtk::Editable> Gnome::UI::IconTextItem::get_editable | ( | ) | const |
Glib::SignalProxy0< bool > Gnome::UI::IconTextItem::signal_text_changed | ( | ) |
bool text_changed()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_height_changed | ( | ) |
void height_changed()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_width_changed | ( | ) |
void width_changed()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_editing_started | ( | ) |
void editing_started()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_editing_stopped | ( | ) |
void editing_stopped()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_selection_started | ( | ) |
void selection_started()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_selection_stopped | ( | ) |
void selection_stopped()
Gnome::UI::IconTextItem * wrap | ( | GnomeIconTextItem * | 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. |