![]() |
![]() |
Public Member Functions | |
virtual | ~CellEditable () |
GtkCellEditable* | gobj () |
Provides access to the underlying C GObject. | |
const GtkCellEditable* | gobj () const |
Provides access to the underlying C GObject. | |
void | start_editing (GdkEvent* event) |
Begins editing on a cell_editable . | |
void | editing_done () |
Emits the "editing_done" signal. | |
void | remove_widget () |
Emits the "remove_widget" signal. | |
Glib::SignalProxy0<void> | signal_editing_done () |
Glib::SignalProxy0<void> | signal_remove_widget () |
Static Public Member Functions | |
void | add_interface (GType gtype_implementer) |
Protected Member Functions | |
virtual void | start_editing_vfunc (GdkEvent* event) |
virtual void | on_editing_done () |
virtual void | on_remove_widget () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::CellEditable> | wrap (GtkCellEditable* object, bool take_copy=false) |
|
|
|
|
|
Emits the "editing_done" signal. This signal is a sign for the cell renderer to update it's value from the cell. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. Reimplemented in Gtk::Entry, and Gtk::SpinButton. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. Reimplemented in Gtk::Entry, and Gtk::SpinButton. |
|
|
|
|
|
Emits the "remove_widget" signal. This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed. |
|
|
|
|
|
Begins editing on a cell_editable .
event is the Gdk::Event that began the editing process. It may be
|
|
|
|
|