diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-11-08 19:41:50 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-11-08 19:41:50 +0000 |
commit | b1165617b79f589695172db638bd101c44c74ea6 (patch) | |
tree | 30f49294e2af00ec6c5d67dc5f9a6816c1831872 /docs/reference | |
parent | 0202f67266228ffb9592eef619c781b9587b1b3c (diff) | |
download | gdk-pixbuf-b1165617b79f589695172db638bd101c44c74ea6.tar.gz |
docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml
Fri Nov 8 20:14:52 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* docs/reference/gdk/tmpl/dnd.sgml
docs/reference/gdk/tmpl/drawing.sgml
docs/reference/gdk/tmpl/gdk-unused.sgml
docs/reference/gdk/tmpl/gdkdisplay.sgml
docs/reference/gdk/tmpl/general.sgml
docs/reference/gdk/tmpl/input_devices.sgml
docs/reference/gdk/tmpl/selections.sgml
docs/reference/gtk/tmpl/gtkcellrenderer.sgml
docs/reference/gtk/tmpl/gtkcurve.sgml
docs/reference/gtk/tmpl/gtkdnd.sgml
docs/reference/gtk/tmpl/gtkitemfactory.sgml
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtkoldeditable.sgml
docs/reference/gtk/tmpl/gtkoptionmenu.sgml
docs/reference/gtk/tmpl/gtkpreview.sgml
docs/reference/gtk/tmpl/gtkselection.sgml
docs/reference/gtk/tmpl/gtksocket.sgml
docs/reference/gtk/tmpl/gtkstyle.sgml
docs/reference/gtk/tmpl/gtktextbuffer.sgml
docs/reference/gtk/tmpl/gtktreemodel.sgml
docs/reference/gtk/tmpl/gtkwidget.sgml gdk/gdk.h gdk/gdkdisplay.c
gdk/gdkdisplay.h gdk/gdkdnd.h gdk/gdkdraw.c gdk/gdkdrawable.h
gdk/gdkinput.h gdk/gdkselection.h gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkdnd-x11.c gdk/x11/gdkselection-x11.c gtk/gtkcurve.h
gtk/gtkdnd.h gtk/gtkitemfactory.c gtk/gtkitemfactory.h
gtk/gtkmenu.h gtk/gtkoldeditable.c gtk/gtkoldeditable.h
gtk/gtkoptionmenu.h gtk/gtkplug.c gtk/gtkplug.h gtk/gtkpreview.h
gtk/gtkrange.h gtk/gtkselection.c gtk/gtkselection.h
gtk/gtksocket.c gtk/gtksocket.h gtk/gtkstyle.c gtk/gtkstyle.h
gtk/gtktextlayout.c gtk/gtktextlayout.h gtk/gtktreemodel.c
gtk/gtktreemodel.h gtk/gtkwidget.h
Trivial s/foo/foo_/ fixes to make gtk.h includable with -Wshadow
without warnings. (#91680)
Diffstat (limited to 'docs/reference')
23 files changed, 103 insertions, 67 deletions
diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml index b9ffc22e6..347f0ba9d 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml @@ -69,6 +69,12 @@ Application-driven progressive image loading. gdk_pixbuf_new_from_file(), gdk_pixbuf_animation_new_from_file() </para> +<!-- ##### STRUCT GdkPixbufLoader ##### --> +<para> + +</para> + + <!-- ##### FUNCTION gdk_pixbuf_loader_new ##### --> <para> diff --git a/docs/reference/gdk/tmpl/dnd.sgml b/docs/reference/gdk/tmpl/dnd.sgml index 12b3f0c7a..9b59b4012 100644 --- a/docs/reference/gdk/tmpl/dnd.sgml +++ b/docs/reference/gdk/tmpl/dnd.sgml @@ -35,7 +35,7 @@ the GTK+ documentation for more information. </para> @context: -@time: +@time_: <!-- ##### FUNCTION gdk_drop_reply ##### --> @@ -44,7 +44,7 @@ the GTK+ documentation for more information. @context: @ok: -@time: +@time_: <!-- ##### FUNCTION gdk_drag_context_new ##### --> @@ -59,7 +59,7 @@ the GTK+ documentation for more information. </para> @context: -@time: +@time_: <!-- ##### FUNCTION gdk_drag_find_window ##### --> @@ -115,7 +115,7 @@ the GTK+ documentation for more information. @y_root: @suggested_action: @possible_actions: -@time: +@time_: @Returns: @@ -125,7 +125,7 @@ the GTK+ documentation for more information. @context: @success: -@time: +@time_: <!-- ##### FUNCTION gdk_drag_get_protocol ##### --> @@ -210,6 +210,6 @@ should do with the dropped data. @context: @action: -@time: +@time_: diff --git a/docs/reference/gdk/tmpl/drawing.sgml b/docs/reference/gdk/tmpl/drawing.sgml index 64a6680da..c400f2e9b 100644 --- a/docs/reference/gdk/tmpl/drawing.sgml +++ b/docs/reference/gdk/tmpl/drawing.sgml @@ -179,10 +179,10 @@ or a #GdkWindow. @drawable: @gc: -@x1: -@y1: -@x2: -@y2: +@x1_: +@y1_: +@x2_: +@y2_: <!-- ##### FUNCTION gdk_draw_lines ##### --> diff --git a/docs/reference/gdk/tmpl/gdk-unused.sgml b/docs/reference/gdk/tmpl/gdk-unused.sgml index 681fd6672..114523e63 100644 --- a/docs/reference/gdk/tmpl/gdk-unused.sgml +++ b/docs/reference/gdk/tmpl/gdk-unused.sgml @@ -839,7 +839,7 @@ Sets the key event generated when a macro button is pressed. </para> @deviceid: the device to configure. -@index: the index of the macro button. +@index_: the index of the macro button. @keyval: the key value for the #GdkKeypressEvent to generate. (a value of 0 means no event will be generated.) @modifiers: the modifier field for the generated diff --git a/docs/reference/gdk/tmpl/gdkdisplay.sgml b/docs/reference/gdk/tmpl/gdkdisplay.sgml index 0cf0de7e6..5955baec9 100644 --- a/docs/reference/gdk/tmpl/gdkdisplay.sgml +++ b/docs/reference/gdk/tmpl/gdkdisplay.sgml @@ -95,7 +95,7 @@ of an X display. All its fields are private and should not be accessed directly. </para> @display: -@time: +@time_: <!-- ##### FUNCTION gdk_display_keyboard_ungrab ##### --> @@ -104,7 +104,7 @@ of an X display. All its fields are private and should not be accessed directly. </para> @display: -@time: +@time_: <!-- ##### FUNCTION gdk_display_pointer_is_grabbed ##### --> diff --git a/docs/reference/gdk/tmpl/general.sgml b/docs/reference/gdk/tmpl/general.sgml index a277b1978..376a0b5ea 100644 --- a/docs/reference/gdk/tmpl/general.sgml +++ b/docs/reference/gdk/tmpl/general.sgml @@ -221,7 +221,7 @@ and leave events will be generated as necessary. @cursor: the cursor to display while the grab is active. If this is %NULL then the normal cursors are used for @window and its descendants, and the cursor for @window is used for all other windows. -@time: the timestamp of the event which led to this pointer grab. This usually +@time_: the timestamp of the event which led to this pointer grab. This usually comes from a #GdkEventButton struct, though %GDK_CURRENT_TIME can be used if the time isn't known. @Returns: %GDK_GRAB_SUCCESS if the grab was successful. @@ -246,7 +246,7 @@ success or the reason for the failure of the grab attempt. </para> -@time: +@time_: <!-- ##### FUNCTION gdk_pointer_is_grabbed ##### --> @@ -279,7 +279,7 @@ This overrides any previous keyboard grab by this client. normal, but keyboard events outside this application are reported with respect to @window. Both key press and key release events are always reported, independant of the event mask set by the application. -@time: a timestamp from a #GdkEvent, or %GDK_CURRENT_TIME if no timestamp is +@time_: a timestamp from a #GdkEvent, or %GDK_CURRENT_TIME if no timestamp is available. @Returns: %GDK_GRAB_SUCCESS if the grab was successful. @@ -288,7 +288,7 @@ available. <para> </para> -@time: +@time_: <!-- ##### FUNCTION gdk_beep ##### --> diff --git a/docs/reference/gdk/tmpl/input_devices.sgml b/docs/reference/gdk/tmpl/input_devices.sgml index d6eaf97f8..2d53223f8 100644 --- a/docs/reference/gdk/tmpl/input_devices.sgml +++ b/docs/reference/gdk/tmpl/input_devices.sgml @@ -207,7 +207,7 @@ is pressed. </para> @device: a #GdkDevice. -@index: the index of the macro button to set. +@index_: the index of the macro button to set. @keyval: the keyval to generate. @modifiers: the modifiers to set. @@ -218,7 +218,7 @@ Specifies how an axis of a device is used. </para> @device: a #GdkDevice. -@index: the index of the axis. +@index_: the index of the axis. @use: specifies how the axis is used. diff --git a/docs/reference/gdk/tmpl/selections.sgml b/docs/reference/gdk/tmpl/selections.sgml index d1bade540..9d616c3bd 100644 --- a/docs/reference/gdk/tmpl/selections.sgml +++ b/docs/reference/gdk/tmpl/selections.sgml @@ -197,7 +197,7 @@ Sets the owner of the given selection. @owner: a #GdkWindow or %NULL to indicate that the the owner for the given should be unset. @selection: an atom identifying a selection. -@time: timestamp to use when setting the selection. +@time_: timestamp to use when setting the selection. If this is older than the timestamp given last time the owner was set for the given selection, the request will be ignored. @@ -216,7 +216,7 @@ Sets the owner of the given selection. @display: @owner: @selection: -@time: +@time_: @send_event: @Returns: @@ -257,7 +257,7 @@ form. @selection: an atom identifying the selection to get the contents of. @target: the form in which to retrieve the selection. -@time: the timestamp to use when retrieving the +@time_: the timestamp to use when retrieving the selection. The selection owner may refuse the request if it did not own the selection at the time indicated by the timestamp. @@ -285,7 +285,7 @@ Sends a response to SelectionRequest event. @property: property in which the selection owner stored the data, or %GDK_NONE to indicate that the request was rejected. -@time: timestamp. +@time_: timestamp. <!-- ##### FUNCTION gdk_selection_send_notify_for_display ##### --> @@ -298,6 +298,6 @@ Sends a response to SelectionRequest event. @selection: @target: @property: -@time: +@time_: diff --git a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml index b05f3de89..f9daddfc6 100644 --- a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml @@ -30,6 +30,7 @@ of properties will always yield a cell renderer of the same size, barring a #GtkStyle change. The #GtkCellRenderer also has a number of generic properties that are expected to be honored by all children. </para> + <!-- ##### SECTION See_Also ##### --> <para> #GtkCellRendererText,#GtkCellRendererPixbuf,#GtkCellRendererToggle @@ -142,67 +143,67 @@ it cannot be individually modified. @height: -<!-- ##### ARG GtkCellRenderer:mode ##### --> +<!-- ##### ARG GtkCellRenderer:cell-background ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:visible ##### --> +<!-- ##### ARG GtkCellRenderer:cell-background-gdk ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:xalign ##### --> +<!-- ##### ARG GtkCellRenderer:cell-background-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:yalign ##### --> +<!-- ##### ARG GtkCellRenderer:height ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:xpad ##### --> +<!-- ##### ARG GtkCellRenderer:is-expanded ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:ypad ##### --> +<!-- ##### ARG GtkCellRenderer:is-expander ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:width ##### --> +<!-- ##### ARG GtkCellRenderer:mode ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:height ##### --> +<!-- ##### ARG GtkCellRenderer:visible ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:is-expander ##### --> +<!-- ##### ARG GtkCellRenderer:width ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:is-expanded ##### --> +<!-- ##### ARG GtkCellRenderer:xalign ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:cell-background ##### --> +<!-- ##### ARG GtkCellRenderer:xpad ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:cell-background-gdk ##### --> +<!-- ##### ARG GtkCellRenderer:yalign ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:cell-background-set ##### --> +<!-- ##### ARG GtkCellRenderer:ypad ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkcurve.sgml b/docs/reference/gtk/tmpl/gtkcurve.sgml index e2aa3d701..3f4337c5c 100644 --- a/docs/reference/gtk/tmpl/gtkcurve.sgml +++ b/docs/reference/gtk/tmpl/gtkcurve.sgml @@ -74,7 +74,7 @@ FIXME: Needs a more precise definition of gamma. </para> @curve: a #GtkCurve. -@gamma: the gamma value. +@gamma_: the gamma value. <!-- ##### FUNCTION gtk_curve_set_range ##### --> diff --git a/docs/reference/gtk/tmpl/gtkdnd.sgml b/docs/reference/gtk/tmpl/gtkdnd.sgml index 02527509d..abab9afaf 100644 --- a/docs/reference/gtk/tmpl/gtkdnd.sgml +++ b/docs/reference/gtk/tmpl/gtkdnd.sgml @@ -148,7 +148,7 @@ that the data of the drag will no longer be required. @success: a flag indicating whether the drop was successful @del: a flag indicating whether the source should delete the original data. (This should be %TRUE for a move) -@time: the timestamp from the "drag_data_drop" signal. +@time_: the timestamp from the "drag_data_drop" signal. <!-- ##### FUNCTION gtk_drag_get_data ##### --> @@ -167,7 +167,7 @@ drops. signal. @context: the drag context @target: the target (form of the data) to retrieve. -@time: a timestamp for retrieving the data. This will +@time_: a timestamp for retrieving the data. This will generally be the time received in a "drag_data_motion" or "drag_data_drop" signal. diff --git a/docs/reference/gtk/tmpl/gtkhandlebox.sgml b/docs/reference/gtk/tmpl/gtkhandlebox.sgml index ea47a6365..a00c8127a 100644 --- a/docs/reference/gtk/tmpl/gtkhandlebox.sgml +++ b/docs/reference/gtk/tmpl/gtkhandlebox.sgml @@ -197,3 +197,8 @@ handlebox are detached from the main window. </para> +<!-- ##### ARG GtkHandleBox:snap-edge-set ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkitemfactory.sgml b/docs/reference/gtk/tmpl/gtkitemfactory.sgml index 57c1fd8f7..f64ad3de0 100644 --- a/docs/reference/gtk/tmpl/gtkitemfactory.sgml +++ b/docs/reference/gtk/tmpl/gtkitemfactory.sgml @@ -249,7 +249,7 @@ GtkItemFactory @x: @y: @mouse_button: -@time: +@time_: <!-- ##### FUNCTION gtk_item_factory_popup_with_data ##### --> @@ -263,7 +263,7 @@ GtkItemFactory @x: @y: @mouse_button: -@time: +@time_: <!-- ##### FUNCTION gtk_item_factory_popup_data ##### --> diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index 10d49af0c..c480cc86a 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -253,7 +253,7 @@ Selects the specified menu item within the menu. This is used by the </para> @menu: a #GtkMenu. -@index: the index of the menu item to select. Index values are from +@index_: the index of the menu item to select. Index values are from 0 to n-1. diff --git a/docs/reference/gtk/tmpl/gtkoldeditable.sgml b/docs/reference/gtk/tmpl/gtkoldeditable.sgml index 8089870dc..da12d9e4e 100644 --- a/docs/reference/gtk/tmpl/gtkoldeditable.sgml +++ b/docs/reference/gtk/tmpl/gtkoldeditable.sgml @@ -30,7 +30,7 @@ GtkOldEditable </para> @editable: -@time: +@time_: <!-- ##### FUNCTION gtk_old_editable_claim_selection ##### --> @@ -40,7 +40,7 @@ GtkOldEditable @old_editable: @claim: -@time: +@time_: <!-- ##### FUNCTION gtk_old_editable_changed ##### --> diff --git a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml index 31debc57f..f648d70a8 100644 --- a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml @@ -70,12 +70,12 @@ Removes the menu from the option menu. <!-- ##### FUNCTION gtk_option_menu_set_history ##### --> <para> -Selects the menu item specified by @index making it the newly +Selects the menu item specified by @index_ making it the newly selected value for the option menu. </para> @option_menu: a #GtkOptionMenu. -@index: the index of the menu item to select. Index values are from +@index_: the index of the menu item to select. Index values are from 0 to n-1. diff --git a/docs/reference/gtk/tmpl/gtkpreview.sgml b/docs/reference/gtk/tmpl/gtkpreview.sgml index d657b82d6..e20db705b 100644 --- a/docs/reference/gtk/tmpl/gtkpreview.sgml +++ b/docs/reference/gtk/tmpl/gtkpreview.sgml @@ -172,7 +172,7 @@ value will not affect existing data in preview widgets. </para> -@gamma: the new gamma value. +@gamma_: the new gamma value. <!-- ##### FUNCTION gtk_preview_set_color_cube ##### --> diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml index 05f91b89c..4e007b0b8 100644 --- a/docs/reference/gtk/tmpl/gtkselection.sgml +++ b/docs/reference/gtk/tmpl/gtkselection.sgml @@ -154,7 +154,7 @@ Looks up a given target in a #GtkTargetList. @widget: @selection: -@time: +@time_: @Returns: @@ -166,7 +166,7 @@ Looks up a given target in a #GtkTargetList. @display: @widget: @selection: -@time: +@time_: @Returns: @@ -212,7 +212,7 @@ a "selection_received" signal will be generated. @widget: The widget which acts as requestor @selection: Which selection to get @target: Form of information desired (e.g., STRING) -@time: Time of request (usually of triggering event) +@time_: Time of request (usually of triggering event) In emergency, you could use #GDK_CURRENT_TIME @Returns: %TRUE if requested succeeded. %FALSE if we could not process request. (e.g., there was already a request in process for diff --git a/docs/reference/gtk/tmpl/gtksocket.sgml b/docs/reference/gtk/tmpl/gtksocket.sgml index b26742dce..c88711998 100644 --- a/docs/reference/gtk/tmpl/gtksocket.sgml +++ b/docs/reference/gtk/tmpl/gtksocket.sgml @@ -111,7 +111,7 @@ never be set by an application.) <para> </para> -@socket: a #GtkSocket. +@socket_: a #GtkSocket. @wid: @@ -120,7 +120,7 @@ never be set by an application.) </para> -@socket: +@socket_: @window_id: <!-- # Unused Parameters # --> @id: @@ -131,7 +131,7 @@ never be set by an application.) </para> -@socket: +@socket_: @Returns: @@ -140,6 +140,8 @@ never be set by an application.) </para> +@socket_: the object which received the signal. +<!-- # Unused Parameters # --> @socket: the object which received the signal. <!-- ##### SIGNAL GtkSocket::plug-removed ##### --> @@ -147,6 +149,8 @@ never be set by an application.) </para> -@socket: the object which received the signal. +@socket_: the object which received the signal. @Returns: +<!-- # Unused Parameters # --> +@socket: the object which received the signal. diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml index 2f2fb10f6..eb1341089 100644 --- a/docs/reference/gtk/tmpl/gtkstyle.sgml +++ b/docs/reference/gtk/tmpl/gtkstyle.sgml @@ -209,8 +209,8 @@ Returns whether the style is attached to a window. @style: @window: @state_type: -@y1: -@y2: +@y1_: +@y2_: @x: @@ -826,8 +826,8 @@ Returns whether the style is attached to a window. @area: @widget: @detail: -@y1: -@y2: +@y1_: +@y2_: @x: @@ -899,7 +899,7 @@ Returns whether the style is attached to a window. </para> -@border: +@border_: @Returns: @@ -908,7 +908,7 @@ Returns whether the style is attached to a window. </para> -@border: +@border_: <!-- ##### STRUCT GtkRcProperty ##### --> diff --git a/docs/reference/gtk/tmpl/gtktextbuffer.sgml b/docs/reference/gtk/tmpl/gtktextbuffer.sgml index 28e0afa3d..645683606 100644 --- a/docs/reference/gtk/tmpl/gtktextbuffer.sgml +++ b/docs/reference/gtk/tmpl/gtktextbuffer.sgml @@ -550,7 +550,7 @@ types related to the text widget and how they work together. @override_location: @default_editable: <!-- # Unused Parameters # --> -@time: +@time_: @interactive: diff --git a/docs/reference/gtk/tmpl/gtktreemodel.sgml b/docs/reference/gtk/tmpl/gtktreemodel.sgml index 4ebe44356..e4ccfb475 100644 --- a/docs/reference/gtk/tmpl/gtktreemodel.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodel.sgml @@ -334,7 +334,7 @@ versions of GTK+. </para> @path: -@index: +@index_: <!-- ##### FUNCTION gtk_tree_path_prepend_index ##### --> @@ -343,7 +343,7 @@ versions of GTK+. </para> @path: -@index: +@index_: <!-- ##### FUNCTION gtk_tree_path_get_depth ##### --> @@ -571,7 +571,7 @@ versions of GTK+. </para> @tree_model: -@index: +@index_: @Returns: diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index a098de73f..c9d8e85df 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -1703,6 +1703,8 @@ This function is deprecated; it does nothing. @data: @info: @time: +<!-- # Unused Parameters # --> +@time_: <!-- ##### SIGNAL GtkWidget::drag-data-received ##### --> <para> @@ -1716,6 +1718,8 @@ This function is deprecated; it does nothing. @data: @info: @time: +<!-- # Unused Parameters # --> +@time_: <!-- ##### SIGNAL GtkWidget::drag-drop ##### --> <para> @@ -1728,6 +1732,8 @@ This function is deprecated; it does nothing. @y: @time: @Returns: +<!-- # Unused Parameters # --> +@time_: <!-- ##### SIGNAL GtkWidget::drag-end ##### --> <para> @@ -1745,6 +1751,8 @@ This function is deprecated; it does nothing. @widget: the object which received the signal. @drag_context: @time: +<!-- # Unused Parameters # --> +@time_: <!-- ##### SIGNAL GtkWidget::drag-motion ##### --> <para> @@ -1757,6 +1765,8 @@ This function is deprecated; it does nothing. @y: @time: @Returns: +<!-- # Unused Parameters # --> +@time_: <!-- ##### SIGNAL GtkWidget::enter-notify-event ##### --> <para> @@ -1853,8 +1863,6 @@ a widget changes from un-anchored to anchored or vice-versa. @widget: the object which received the signal. @widget2: -<!-- # Unused Parameters # --> -@widget: <!-- ##### SIGNAL GtkWidget::key-press-event ##### --> <para> @@ -1976,6 +1984,14 @@ a widget changes from un-anchored to anchored or vice-versa. @widget: the object which received the signal. +<!-- ##### SIGNAL GtkWidget::screen-changed ##### --> +<para> + +</para> + +@widget: the object which received the signal. +@arg1: + <!-- ##### SIGNAL GtkWidget::scroll-event ##### --> <para> @@ -2003,6 +2019,8 @@ a widget changes from un-anchored to anchored or vice-versa. @data: @info: @time: +<!-- # Unused Parameters # --> +@time_: <!-- ##### SIGNAL GtkWidget::selection-notify-event ##### --> <para> @@ -2021,6 +2039,8 @@ a widget changes from un-anchored to anchored or vice-versa. @widget: the object which received the signal. @data: @time: +<!-- # Unused Parameters # --> +@time_: <!-- ##### SIGNAL GtkWidget::selection-request-event ##### --> <para> |