mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
gtk/gtkeditable: Some docs fixes
This commit is contained in:
parent
10cfa90817
commit
f920d968f6
@ -30,13 +30,13 @@
|
||||
* @Title: GtkEditable
|
||||
*
|
||||
* The #GtkEditable interface is an interface which should be implemented by
|
||||
* text editing widgets, such as #GtkEntry and #GtkText. It contains functions
|
||||
* text editing widgets, such as #GtkEntry and #GtkSpinButton. It contains functions
|
||||
* for generically manipulating an editable widget, a large number of action
|
||||
* signals used for key bindings, and several signals that an application can
|
||||
* connect to to modify the behavior of a widget.
|
||||
*
|
||||
* As an example of the latter usage, by connecting
|
||||
* the following handler to "insert_text", an application
|
||||
* the following handler to #GtkEditable::insert-text, an application
|
||||
* can convert all entry into a widget into uppercase.
|
||||
*
|
||||
* <example>
|
||||
|
Loading…
Reference in New Issue
Block a user