#include <icon-textitem.h>
|
(Note that these are not member functions.)
|
Gnome::UI::IconTextItem * | wrap (GnomeIconTextItem *object, bool take_copy=false) |
| A Glib::wrap() method for this object.
|
|
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 |
|
) |
| |
void Gnome::UI::IconTextItem::focus |
( |
bool |
focused = true | ) |
|
Glib::RefPtr<Gtk::Editable> Gnome::UI::IconTextItem::get_editable |
( |
| ) |
|
Glib::RefPtr<const Gtk::Editable> Gnome::UI::IconTextItem::get_editable |
( |
| ) |
const |
Glib::ustring Gnome::UI::IconTextItem::get_text |
( |
| ) |
const |
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.
virtual void Gnome::UI::IconTextItem::on_editing_started |
( |
| ) |
|
|
protectedvirtual |
virtual void Gnome::UI::IconTextItem::on_editing_stopped |
( |
| ) |
|
|
protectedvirtual |
virtual void Gnome::UI::IconTextItem::on_height_changed |
( |
| ) |
|
|
protectedvirtual |
virtual void Gnome::UI::IconTextItem::on_selection_started |
( |
| ) |
|
|
protectedvirtual |
virtual void Gnome::UI::IconTextItem::on_selection_stopped |
( |
| ) |
|
|
protectedvirtual |
virtual bool Gnome::UI::IconTextItem::on_text_changed |
( |
| ) |
|
|
protectedvirtual |
virtual void Gnome::UI::IconTextItem::on_width_changed |
( |
| ) |
|
|
protectedvirtual |
void Gnome::UI::IconTextItem::select |
( |
bool |
select = true | ) |
|
void Gnome::UI::IconTextItem::set_xy |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_editing_started |
( |
| ) |
|
- Prototype:
void on_my_editing_started()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_editing_stopped |
( |
| ) |
|
- Prototype:
void on_my_editing_stopped()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_height_changed |
( |
| ) |
|
- Prototype:
void on_my_height_changed()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_selection_started |
( |
| ) |
|
- Prototype:
void on_my_selection_started()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_selection_stopped |
( |
| ) |
|
- Prototype:
void on_my_selection_stopped()
Glib::SignalProxy0< bool > Gnome::UI::IconTextItem::signal_text_changed |
( |
| ) |
|
- Prototype:
bool on_my_text_changed()
Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_width_changed |
( |
| ) |
|
- Prototype:
void on_my_width_changed()
void Gnome::UI::IconTextItem::start_editing |
( |
| ) |
|
void Gnome::UI::IconTextItem::stop_editing |
( |
bool |
accept = true | ) |
|
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: