forked from AuroraMiddleware/gtk
CellRenderer: Entry is not the only CellEditable
so link to GtkCellEditable and note that GtkEntry is just one example.
This commit is contained in:
parent
0fd9362e91
commit
50feed4c28
@ -60,7 +60,8 @@
|
||||
* “activatable” like #GtkCellRendererToggle,
|
||||
* which toggles when it gets activated by a mouse click, or it can be
|
||||
* “editable” like #GtkCellRendererText, which
|
||||
* allows the user to edit the text using a #GtkEntry.
|
||||
* allows the user to edit the text using a widget implementing the
|
||||
* #GtkCellEditable interface, e.g. #GtkEntry.
|
||||
* To make a cell renderer activatable or editable, you have to
|
||||
* implement the #GtkCellRendererClass.activate or
|
||||
* #GtkCellRendererClass.start_editing virtual functions, respectively.
|
||||
|
Loading…
Reference in New Issue
Block a user