forked from AuroraMiddleware/gtk
Correct some copy-and-paste mistakes in keybinding signal docs. Pointed
* gtk/gtkentry.c: * gtk/gtklabel.c: * gtk/gtktextview.c: Correct some copy-and-paste mistakes in keybinding signal docs. Pointed out by Pascal Terjan. svn path=/trunk/; revision=22140
This commit is contained in:
parent
92019f40eb
commit
3baf9b5e21
@ -1,3 +1,12 @@
|
|||||||
|
2009-01-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 568233 – Wrong statement about GtkEntry's "activate" signal
|
||||||
|
|
||||||
|
* gtk/gtkentry.c:
|
||||||
|
* gtk/gtklabel.c:
|
||||||
|
* gtk/gtktextview.c: Correct some copy-and-paste mistakes in
|
||||||
|
keybinding signal docs. Pointed out by Pascal Terjan.
|
||||||
|
|
||||||
2009-01-18 Matthias Clasen <mclasen@redhat.com>
|
2009-01-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtk.symbols:
|
* gtk/gtk.symbols:
|
||||||
|
@ -1228,7 +1228,7 @@ gtk_entry_class_init (GtkEntryClass *class)
|
|||||||
* which gets emitted when the user activates the entry.
|
* which gets emitted when the user activates the entry.
|
||||||
*
|
*
|
||||||
* Applications should not connect to it, but may emit it with
|
* Applications should not connect to it, but may emit it with
|
||||||
* g_signal_emit_by_name() if they need to control scrolling
|
* g_signal_emit_by_name() if they need to control activation
|
||||||
* programmatically.
|
* programmatically.
|
||||||
*
|
*
|
||||||
* The default bindings for this signal are all forms of the Enter key.
|
* The default bindings for this signal are all forms of the Enter key.
|
||||||
@ -1257,7 +1257,7 @@ gtk_entry_class_init (GtkEntryClass *class)
|
|||||||
* the viewport to be moved instead.
|
* the viewport to be moved instead.
|
||||||
*
|
*
|
||||||
* Applications should not connect to it, but may emit it with
|
* Applications should not connect to it, but may emit it with
|
||||||
* g_signal_emit_by_name() if they need to control scrolling
|
* g_signal_emit_by_name() if they need to control the cursor
|
||||||
* programmatically.
|
* programmatically.
|
||||||
*
|
*
|
||||||
* The default bindings for this signal come in two variants,
|
* The default bindings for this signal come in two variants,
|
||||||
|
@ -294,7 +294,7 @@ gtk_label_class_init (GtkLabelClass *class)
|
|||||||
* the viewport to be moved instead.
|
* the viewport to be moved instead.
|
||||||
*
|
*
|
||||||
* Applications should not connect to it, but may emit it with
|
* Applications should not connect to it, but may emit it with
|
||||||
* g_signal_emit_by_name() if they need to control scrolling
|
* g_signal_emit_by_name() if they need to control the cursor
|
||||||
* programmatically.
|
* programmatically.
|
||||||
*
|
*
|
||||||
* The default bindings for this signal come in two variants,
|
* The default bindings for this signal come in two variants,
|
||||||
|
@ -711,7 +711,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
|
|||||||
* the viewport to be moved instead.
|
* the viewport to be moved instead.
|
||||||
*
|
*
|
||||||
* Applications should not connect to it, but may emit it with
|
* Applications should not connect to it, but may emit it with
|
||||||
* g_signal_emit_by_name() if they need to control scrolling
|
* g_signal_emit_by_name() if they need to control the cursor
|
||||||
* programmatically.
|
* programmatically.
|
||||||
*
|
*
|
||||||
* The default bindings for this signal come in two variants,
|
* The default bindings for this signal come in two variants,
|
||||||
|
Loading…
Reference in New Issue
Block a user