#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 () |
Protected Member Functions | |
virtual bool | on_text_changed () |
virtual void | on_height_changed () |
virtual void | on_width_changed () |
virtual void | on_editing_started () |
virtual void | on_editing_stopped () |
virtual void | on_selection_started () |
virtual void | on_selection_stopped () |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::IconTextItem * | wrap (GnomeIconTextItem *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|