From b56118cf132c85f4a0a66e27994c54b97d351861 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 21 Nov 2001 21:43:47 +0000 Subject: Updates Wed Nov 21 15:57:29 2001 Owen Taylor * gtk/gtk-sections.txt: Updates * gtk/tmpl/gtkstock.sgml: Close end tags. * gtk/gtk.types: Remove interface types which gtk-doc can't handle currently. * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file. * gdk/tmpl/x_interaction.sgml: Fix SGML errors. * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates. --- docs/reference/gtk/tmpl/gtk-unused.sgml | 158 ++++++++++++++++++-------------- 1 file changed, 89 insertions(+), 69 deletions(-) (limited to 'docs/reference/gtk/tmpl/gtk-unused.sgml') diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 6f3500c43b..18f30ffd8d 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -527,29 +527,6 @@ This is a private struct used by GTK+ internally, don't worry about it. @old_accel_key: @old_accel_mods: - - - - - -@GTK_ANCHOR_CENTER: -@GTK_ANCHOR_NORTH: -@GTK_ANCHOR_NORTH_WEST: -@GTK_ANCHOR_NORTH_EAST: -@GTK_ANCHOR_SOUTH: -@GTK_ANCHOR_SOUTH_WEST: -@GTK_ANCHOR_SOUTH_EAST: -@GTK_ANCHOR_WEST: -@GTK_ANCHOR_EAST: -@GTK_ANCHOR_N: -@GTK_ANCHOR_NW: -@GTK_ANCHOR_NE: -@GTK_ANCHOR_S: -@GTK_ANCHOR_SW: -@GTK_ANCHOR_SE: -@GTK_ANCHOR_W: -@GTK_ANCHOR_E: - Define a function pointer. Deprecated. @@ -644,6 +621,14 @@ Control-Return for #GtkText.) @editable: the object which received the signal. + + +Indicates that the user has changed the contents +of the widget. + + +@editable: the object which received the signal. + An action signal. Causes the characters in the current selection to @@ -661,6 +646,42 @@ the widget. @editable: the object which received the signal. + + +This signal is emitted when text is deleted from +the widget by the user. The default handler for +this signal will normally be responsible for inserting +the text, so by connecting to this signal and then +stopping the signal with gtk_signal_emit_stop(), it +is possible to modify the inserted text, or prevent +it from being inserted entirely. The @start_pos +and @end_pos parameters are interpreted as for +gtk_editable_delete_text() + + +@editable: the object which received the signal. +@start_pos: the starting position. +@end_pos: the end position. + + + +This signal is emitted when text is inserted into +the widget by the user. The default handler for +this signal will normally be responsible for inserting +the text, so by connecting to this signal and then +stopping the signal with gtk_signal_emit_stop(), it +is possible to modify the inserted text, or prevent +it from being inserted entirely. + + +@editable: the object which received the signal. +@new_text: the new text to insert. +@new_text_length: the length of the new text. +@position: the position at which to insert the new text. + this is an in-out paramter. After the signal + emission is finished, it should point after + the newly inserted text. + An action signal. Delete a single character. @@ -1057,16 +1078,6 @@ after other user handlers and the default handler. - - - - - -@GTK_SIDE_TOP: -@GTK_SIDE_BOTTOM: -@GTK_SIDE_LEFT: -@GTK_SIDE_RIGHT: - A function which you can use to clean up when the @@ -1178,6 +1189,51 @@ produce superscript and subscript. + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treemodel: the object which received the signal. +@arg1: + + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: +@arg3: + @@ -1446,14 +1502,6 @@ If the window shrinks automatically when widgets within it shrink. @accel_key: @accel_mods: - - - - - -@Returns: -@accel_group: - @@ -1473,21 +1521,6 @@ If the window shrinks automatically when widgets within it shrink. @accel_key: @accel_mods: - - - - - -@accel_group: - - - - - - -@object: -@Returns: - @@ -2888,19 +2921,6 @@ a gtk_object_unref(). @tree_store: @n_columns: - - - - - -@tree_column: -@event: -@path_string: -@background_area: -@cell_area: -@flags: -@Returns: - -- cgit v1.2.1