forked from AuroraMiddleware/gtk
Improve docs for the ::move_cursor signal.
* gtk/gtktextview.c (gtk_text_view_class_init): Improve docs for the ::move_cursor signal.
This commit is contained in:
parent
3d19013bb4
commit
21c987399d
@ -1,5 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
|
||||
for the ::move_cursor signal.
|
||||
|
||||
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
|
||||
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
|
||||
Kendall)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
|
||||
for the ::move_cursor signal.
|
||||
|
||||
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
|
||||
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
|
||||
Kendall)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
|
||||
for the ::move_cursor signal.
|
||||
|
||||
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
|
||||
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
|
||||
Kendall)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
|
||||
for the ::move_cursor signal.
|
||||
|
||||
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
|
||||
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
|
||||
Kendall)
|
||||
|
@ -699,8 +699,12 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
|
||||
* @extend_selection: %TRUE if the move should extend the selection
|
||||
*
|
||||
* The ::move-cursor signal is a keybinding signal which gets emitted
|
||||
* when the user initiates a cursor movement. Applications should not
|
||||
* use it.
|
||||
* when the user initiates a cursor movement.
|
||||
*
|
||||
* Applications should not connect to it, but may emit it with
|
||||
* g_signal_emit_by_name() if they need to control scrolling
|
||||
* programmatically.
|
||||
*
|
||||
*/
|
||||
signals[MOVE_CURSOR] =
|
||||
g_signal_new ("move_cursor",
|
||||
|
Loading…
Reference in New Issue
Block a user