|
Main Page
Widgets
Namespaces
Book
Gtk::CellEditable Class ReferenceInheritance diagram for Gtk::CellEditable:
[legend]List of all members.
Constructor & Destructor Documentation
virtual Gtk::CellEditable::~CellEditable |
( |
|
) |
[virtual] |
|
Member Function Documentation
void Gtk::CellEditable::add_interface |
( |
GType |
gtype_implementer |
) |
[static] |
|
void Gtk::CellEditable::editing_done |
( |
|
) |
|
|
|
Emits the "editing_done" signal.
This signal is a sign for the cell renderer to update it's value from the cell. |
const GtkCellEditable* Gtk::CellEditable::gobj |
( |
|
) |
const [inline] |
|
GtkCellEditable* Gtk::CellEditable::gobj |
( |
|
) |
[inline] |
|
virtual void Gtk::CellEditable::on_editing_done |
( |
|
) |
[protected, virtual] |
|
virtual void Gtk::CellEditable::on_remove_widget |
( |
|
) |
[protected, virtual] |
|
void Gtk::CellEditable::remove_widget |
( |
|
) |
|
|
|
Emits the "remove_widget" signal.
This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed. |
|
- Prototype:
void editing_done()
|
|
- Prototype:
void remove_widget()
|
void Gtk::CellEditable::start_editing |
( |
GdkEvent* |
event |
) |
|
|
|
Begins editing on a cell_editable .
event is the Gdk::Event that began the editing process. It may be 0 , in the instance that editing was initiated through programatic means. - Parameters:
-
|
virtual void Gtk::CellEditable::start_editing_vfunc |
( |
GdkEvent* |
event |
) |
[protected, virtual] |
|
Friends And Related Function Documentation
Glib::RefPtr<Gtk::CellEditable> wrap |
( |
GtkCellEditable* |
object, |
|
|
bool |
take_copy = false |
|
) |
[related] |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|