From 3a7a64aa46ea1c312c06e17a177c81fddfa93683 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 24 Oct 2003 22:16:07 +0000 Subject: === Released 2.3.0 === Fri Oct 24 16:54:04 2003 Owen Taylor * === Released 2.3.0 === * configure.in: Remove a stray comma. * README.in: Fix a few notes about Xft 1 and pango-1.0. * NEWS: Finish updates for 2.3.0. * po/Makefile.in.in: Update to latest GLib version. --- docs/reference/gtk/tmpl/gtkwidget.sgml | 1956 ++++++++++++++++---------------- 1 file changed, 982 insertions(+), 974 deletions(-) (limited to 'docs/reference/gtk/tmpl/gtkwidget.sgml') diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index 293a4466d..5bacbdc2a 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -41,1206 +41,1186 @@ gtk_widget_style_get_valist() to obtain the value of a style property. will be indicated by the #GTK_NO_WINDOW flag being set). @parent: - + -activate_signal -The signal to emit when a widget of this class is activated, -gtk_widget_activate() handles the emission. Implementation of this -signal is optional. - - -set_scroll_adjustment_signal -This signal is emitted when a widget of this class is added -to a scrolling aware parent, gtk_widget_set_scroll_adjustments() -handles the emission. -Implementation of this signal is optional. -@parent_class: -@activate_signal: -@set_scroll_adjustments_signal: +@widget: the object which received the signal. - + -Tells about certain properties of the widget. - -@GTK_TOPLEVEL: - widgets without a real parent, as there are #GtkWindows and - #GtkMenus have this flag set throughout their lifetime. - Toplevel widgets always contain their own #GdkWindow. -@GTK_NO_WINDOW: - Indicative for a widget that does not provide its own #GdkWindow. - Visible action (e.g. drawing) is performed on the parent's #GdkWindow. -@GTK_REALIZED: - Set by gtk_widget_realize(), unset by gtk_widget_unrealize(). - A realized widget has an associated #GdkWindow. -@GTK_MAPPED: - Set by gtk_widget_map(), unset by gtk_widget_unmap(). - Only realized widgets can be mapped. It means that gdk_window_show() - has been called on the widgets window(s). -@GTK_VISIBLE: - Set by gtk_widget_show(), unset by gtk_widget_hide(). Implies that a - widget will be mapped as soon as its parent is mapped. -@GTK_SENSITIVE: - Set and unset by gtk_widget_set_sensitive(). - The sensitivity of a widget determines whether it will receive - certain events (e.g. button or key presses). One premise for - the widgets sensitivity is to have this flag set. -@GTK_PARENT_SENSITIVE: - Set and unset by gtk_widget_set_sensitive() operations on the - parents of the widget. - This is the second premise for the widgets sensitivity. Once - it has %GTK_SENSITIVE and %GTK_PARENT_SENSITIVE set, its state is - effectively sensitive. This is expressed (and can be examined) by - the #GTK_WIDGET_IS_SENSITIVE macro. -@GTK_CAN_FOCUS: - Determines whether a widget is able to handle focus grabs. -@GTK_HAS_FOCUS: - Set by gtk_widget_grab_focus() for widgets that also - have %GTK_CAN_FOCUS set. The flag will be unset once another widget - grabs the focus. -@GTK_CAN_DEFAULT: - The widget is allowed to receive the default action via - gtk_widget_grab_default(). -@GTK_HAS_DEFAULT: - The widget currently is receiving the default action. -@GTK_HAS_GRAB: - Set by gtk_grab_add(), unset by gtk_grab_remove(). It means that the - widget is in the grab_widgets stack, and will be the preferred one for - receiving events other than ones of cosmetic value. -@GTK_RC_STYLE: - Indicates that the widgets style has been looked up through the rc - mechanism. It does not imply that the widget actually had a style - defined through the rc mechanism. -@GTK_COMPOSITE_CHILD: - Indicates that the widget is a composite child of its parent; see - gtk_widget_push_composite_child(), gtk_widget_pop_composite_child(). -@GTK_NO_REPARENT: - Unused since before GTK+ 1.2, will be removed in a future version. -@GTK_APP_PAINTABLE: - Set and unset by gtk_widget_set_app_paintable(). - Must be set on widgets whose window the application directly draws on, - in order to keep GTK+ from overwriting the drawn stuff. -@GTK_RECEIVES_DEFAULT: - The widget when focused will receive the default action and have - %GTK_HAS_DEFAULT set even if there is a different widget set as default. -@GTK_DOUBLE_BUFFERED: - Set and unset by gtk_widget_set_double_buffered(). - Indicates that exposes done on the widget should be double-buffered. -@GTK_NO_SHOW_ALL: - - - -Gets the type of a widget. -@wid: a #GtkWidget. - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Returns the current state of the widget, as a #GtkStateType. - -@wid: a #GtkWidget. - - - - -Returns the saved state of the widget, as a #GtkStateType. - - -The saved state will be restored when a widget gets sensitive -again, after it has been made insensitive with gtk_widget_set_state() -or gtk_widget_set_sensitive(). -@wid: a #GtkWidget. - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Returns the widget flags from @wid. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@arg1: - + -Evaluates to %TRUE if the widget is a toplevel widget. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the widget doesn't have an own #GdkWindow. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the widget is realized. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the widget is mapped. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the widget is visible. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@arg1: - + -Evaluates to %TRUE if the widget is mapped and visible. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: - + -Evaluates to %TRUE if the #GTK_SENSITIVE flag has be set on the widget. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: - + -Evaluates to %TRUE if the #GTK_PARENT_SENSITIVE flag has be set on the widget. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: +@data: +@info: +@time: + +@time_: - + -Evaluates to %TRUE if the widget is effectively sensitive. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: +@x: +@y: +@data: +@info: +@time: + +@time_: - + -Evaluates to %TRUE if the widget is able to handle focus grabs. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: +@x: +@y: +@time: +@Returns: + +@time_: - + -Evaluates to %TRUE if the widget has grabbed the focus and no other -widget has done so more recently. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: - + -Evaluates to %TRUE if the widget is allowed to receive the default action -via gtk_widget_grab_default(). - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: +@time: + +@time_: - + -Evaluates to %TRUE if the widget when focused will receive the default action -even if there is a different widget set as default. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@drag_context: +@x: +@y: +@time: +@Returns: + +@time_: - + -Evaluates to %TRUE if the widget currently is receiving the default action. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the widget is in the grab_widgets stack, and will be -the preferred one for receiving events other than ones of cosmetic value. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the widgets style has been looked up through the rc -mechanism. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: - + -Evaluates to %TRUE if the widget is a composite child of its parent. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the #GTK_APP_PAINTABLE flag has been set on the widget. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@arg1: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Evaluates to %TRUE if the #GTK_DOUBLE_BUFFERED flag has been set on the widget. - -@wid: a #GtkWidget. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Turns on certain widget flags. - -@wid: a #GtkWidget. -@flag: the flags to set. + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -Turns off certain widget flags. - -@wid: a #GtkWidget. -@flag: the flags to unset. + +@widget: the object which received the signal. - + -The type of the callback functions used for e.g. iterating over -the children of a container, see gtk_container_foreach(). - -@widget: the widget to operate on -@data: user-supplied data + +@widget: the object which received the signal. +@arg1: - + -A GtkRequisition represents the desired size of a widget. See - for more information. + -@width: the widget's desired width -@height: the widget's desired height +@widget: the object which received the signal. - + -A GtkAllocation of a widget represents region which has been allocated to the -widget by its parent. It is a subregion of its parents allocation. See - for more information. +Emitted when there is a chance in the hierarchy to +which a widget belong. More precisely, a widget is +anchored when its toplevel +ancestor is a #GtkWindow. This signal is emitted when +a widget changes from un-anchored to anchored or vice-versa. -@x: the X position of the widgets area relative to its parents allocation. -@y: the Y position of the widgets area relative to its parents allocation. -@width: the width of the widgets allocated area. -@height: the height of the widgets allocated area. +@widget: the object which received the signal. +@widget2: - + -@selection: -@target: -@type: -@format: -@data: -@length: -@display: +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@x: -@y: -@width: -@height: -@x_set: -@y_set: +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@offset_x: -@offset_y: -@shape_mask: +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@GTK_WIDGET_HELP_TOOLTIP: -@GTK_WIDGET_HELP_WHATS_THIS: +@widget: the object which received the signal. - + -@type: -@first_property_name: -@Varargs: -@Returns: - -@first_arg_name: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: +@widget: the object which received the signal. +@arg1: @Returns: - - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: -@widget_pointer: - +@widget: the object which received the signal. +@old_parent: - + -@widget: -@first_property_name: -@Varargs: - -@first_arg_name: - +@widget: the object which received the signal. +@Returns: - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. - + -@widget: - +@widget: the object which received the signal. +@arg1: - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. +@data: +@info: +@time: + +@time_: - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. +@data: +@time: + +@time_: - + -@widget: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: - +@widget: the object which received the signal. - + -@widget: -@area: - +@widget: the object which received the signal. +@arg1: +@Returns: - + -@widget: -@requisition: - +@widget: the object which received the signal. +@allocation: - + -@widget: +@widget: the object which received the signal. @requisition: - - + -@widget: -@allocation: - +@widget: the object which received the signal. +@state: - + -@widget: -@accel_signal: -@accel_group: -@accel_key: -@accel_mods: -@accel_flags: - +@widget: the object which received the signal. +@previous_style: - + -@widget: -@accel_group: -@accel_key: -@accel_mods: -@Returns: - +@widget: the object which received the signal. - + -@widget: -@accel_path: -@accel_group: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: -@Returns: - +@widget: the object which received the signal. - + -@widget: +@widget: the object which received the signal. @event: -@Returns: - +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: -@Returns: - +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + -@widget: -@new_parent: - - - + -@widget: -@area: -@intersection: -@Returns: + + + - + -@widget: -@Returns: + + + - + -@widget: + + + - + -@widget: + + + - + -@widget: -@name: + + + - + -@widget: -@Returns: + + + - + -@widget: -@state: + + + - + -@widget: -@sensitive: + + + - + -@widget: -@parent: + + + - + -@widget: -@parent_window: + + + - + -@widget: -@Returns: + + + - + -@widget: -@x: -@y: + + + - + - +activate_signal +The signal to emit when a widget of this class is activated, +gtk_widget_activate() handles the emission. Implementation of this +signal is optional. -@widget: -@width: -@height: + +set_scroll_adjustment_signal +This signal is emitted when a widget of this class is added +to a scrolling aware parent, gtk_widget_set_scroll_adjustments() +handles the emission. +Implementation of this signal is optional. + +@parent_class: +@activate_signal: +@set_scroll_adjustments_signal: - + - +Tells about certain properties of the widget. -@widget: -@events: - +@GTK_TOPLEVEL: + widgets without a real parent, as there are #GtkWindows and + #GtkMenus have this flag set throughout their lifetime. + Toplevel widgets always contain their own #GdkWindow. +@GTK_NO_WINDOW: + Indicative for a widget that does not provide its own #GdkWindow. + Visible action (e.g. drawing) is performed on the parent's #GdkWindow. +@GTK_REALIZED: + Set by gtk_widget_realize(), unset by gtk_widget_unrealize(). + A realized widget has an associated #GdkWindow. +@GTK_MAPPED: + Set by gtk_widget_map(), unset by gtk_widget_unmap(). + Only realized widgets can be mapped. It means that gdk_window_show() + has been called on the widgets window(s). +@GTK_VISIBLE: + Set by gtk_widget_show(), unset by gtk_widget_hide(). Implies that a + widget will be mapped as soon as its parent is mapped. +@GTK_SENSITIVE: + Set and unset by gtk_widget_set_sensitive(). + The sensitivity of a widget determines whether it will receive + certain events (e.g. button or key presses). One premise for + the widgets sensitivity is to have this flag set. +@GTK_PARENT_SENSITIVE: + Set and unset by gtk_widget_set_sensitive() operations on the + parents of the widget. + This is the second premise for the widgets sensitivity. Once + it has %GTK_SENSITIVE and %GTK_PARENT_SENSITIVE set, its state is + effectively sensitive. This is expressed (and can be examined) by + the #GTK_WIDGET_IS_SENSITIVE macro. +@GTK_CAN_FOCUS: + Determines whether a widget is able to handle focus grabs. +@GTK_HAS_FOCUS: + Set by gtk_widget_grab_focus() for widgets that also + have %GTK_CAN_FOCUS set. The flag will be unset once another widget + grabs the focus. +@GTK_CAN_DEFAULT: + The widget is allowed to receive the default action via + gtk_widget_grab_default(). +@GTK_HAS_DEFAULT: + The widget currently is receiving the default action. +@GTK_HAS_GRAB: + Set by gtk_grab_add(), unset by gtk_grab_remove(). It means that the + widget is in the grab_widgets stack, and will be the preferred one for + receiving events other than ones of cosmetic value. +@GTK_RC_STYLE: + Indicates that the widgets style has been looked up through the rc + mechanism. It does not imply that the widget actually had a style + defined through the rc mechanism. +@GTK_COMPOSITE_CHILD: + Indicates that the widget is a composite child of its parent; see + gtk_widget_push_composite_child(), gtk_widget_pop_composite_child(). +@GTK_NO_REPARENT: + Unused since before GTK+ 1.2, will be removed in a future version. +@GTK_APP_PAINTABLE: + Set and unset by gtk_widget_set_app_paintable(). + Must be set on widgets whose window the application directly draws on, + in order to keep GTK+ from overwriting the drawn stuff. +@GTK_RECEIVES_DEFAULT: + The widget when focused will receive the default action and have + %GTK_HAS_DEFAULT set even if there is a different widget set as default. +@GTK_DOUBLE_BUFFERED: + Set and unset by gtk_widget_set_double_buffered(). + Indicates that exposes done on the widget should be double-buffered. +@GTK_NO_SHOW_ALL: - + - +Gets the type of a widget. -@widget: -@events: +@wid: a #GtkWidget. - + - +Returns the current state of the widget, as a #GtkStateType. -@widget: -@mode: +@wid: a #GtkWidget. - + - +Returns the saved state of the widget, as a #GtkStateType. + + +The saved state will be restored when a widget gets sensitive +again, after it has been made insensitive with gtk_widget_set_state() +or gtk_widget_set_sensitive(). -@widget: -@Returns: +@wid: a #GtkWidget. - + - +Returns the widget flags from @wid. -@widget: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is a toplevel widget. -@widget: -@widget_type: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget doesn't have an own #GdkWindow. -@widget: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is realized. -@widget: -@colormap: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is mapped. -@widget: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is visible. -@widget: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is mapped and visible. -@widget: -@x: -@y: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the #GTK_SENSITIVE flag has be set on the widget. -@widget: -@ancestor: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the #GTK_PARENT_SENSITIVE flag has be set on the widget. -@src_widget: -@dest_widget: -@src_x: -@src_y: -@dest_x: -@dest_y: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is effectively sensitive. -@widget: -@Returns: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is able to handle focus grabs. -@widget: -@style: +@wid: a #GtkWidget. - + -Equivalent to gtk_widget_set_style (widget, NULL). +Evaluates to %TRUE if the widget has grabbed the focus and no other +widget has done so more recently. -@widget: a #GtkWidget. +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is allowed to receive the default action +via gtk_widget_grab_default(). -@widget: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget when focused will receive the default action +even if there is a different widget set as default. -@widget: -@Returns: +@wid: a #GtkWidget. - + -Equivalent to gtk_widget_set_style (widget, NULL). +Evaluates to %TRUE if the widget currently is receiving the default action. -@widget: a #GtkWidget. +@wid: a #GtkWidget. - - -Reset the styles of @widget and all descendents, so when -they are looked up again, they get the correct values -for the currently loaded RC file settings. - + -This function is not useful for applications. +Evaluates to %TRUE if the widget is in the grab_widgets stack, and will be +the preferred one for receiving events other than ones of cosmetic value. -@widget: a #GtkWidget. +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widgets style has been looked up through the rc +mechanism. -@cmap: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the widget is a composite child of its parent. +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the #GTK_APP_PAINTABLE flag has been set on the widget. -@colormap: +@wid: a #GtkWidget. - + - +Evaluates to %TRUE if the #GTK_DOUBLE_BUFFERED flag has been set on the widget. -@Returns: +@wid: a #GtkWidget. - + - +Turns on certain widget flags. -@Returns: +@wid: a #GtkWidget. +@flag: the flags to set. - + - +Turns off certain widget flags. -@Returns: +@wid: a #GtkWidget. +@flag: the flags to unset. - + - +The type of the callback functions used for e.g. iterating over +the children of a container, see gtk_container_foreach(). -@widget: -@dir: +@widget: the widget to operate on +@data: user-supplied data - + - +A GtkRequisition represents the desired size of a widget. See + for more information. -@GTK_TEXT_DIR_NONE: -@GTK_TEXT_DIR_LTR: -@GTK_TEXT_DIR_RTL: +@width: the widget's desired width +@height: the widget's desired height - + - +A GtkAllocation of a widget represents region which has been allocated to the +widget by its parent. It is a subregion of its parents allocation. See + for more information. -@widget: -@Returns: - +@x: the X position of the widgets area relative to its parents allocation. +@y: the Y position of the widgets area relative to its parents allocation. +@width: the width of the widgets allocated area. +@height: the height of the widgets allocated area. - + -@dir: - +@selection: +@target: +@type: +@format: +@data: +@length: +@display: - + -@Returns: - +@x: +@y: +@width: +@height: +@x_set: +@y_set: - + -@widget: -@shape_mask: @offset_x: @offset_y: +@shape_mask: + + + + - +@GTK_WIDGET_HELP_TOOLTIP: +@GTK_WIDGET_HELP_WHATS_THIS: + + -@widget: -@path_length: -@path: -@path_reversed: +@type: +@first_property_name: +@Varargs: +@Returns: + +@first_arg_name: - + @widget: -@path_length: -@path: -@path_reversed: +@Returns: - + @widget: -@Returns: - + @widget: -@style: - + @widget: -@Returns: +@widget_pointer: - + @widget: -@state: -@color: +@first_property_name: +@Varargs: + +@first_arg_name: - + @widget: -@state: -@color: - + @widget: -@state: -@color: - + @widget: -@state: -@color: - + @widget: -@font_desc: - + @widget: -@Returns: - + @widget: -@Returns: - + @widget: -@text: -@Returns: - + @widget: -@stock_id: -@size: -@detail: -@Returns: - + +@widget: - + +@widget: - + @@ -1248,193 +1228,176 @@ This function is not useful for applications. @widget: - + @widget: -@x: -@y: -@width: -@height: - + @widget: -@x: -@y: -@width: -@height: - + @widget: +@area: - + @widget: -@app_paintable: +@requisition: - + @widget: -@double_buffered: +@requisition: - + @widget: -@redraw_on_allocate: +@allocation: - + @widget: -@name: +@accel_signal: +@accel_group: +@accel_key: +@accel_mods: +@accel_flags: - + @widget: -@hadjustment: -@vadjustment: +@accel_group: +@accel_key: +@accel_mods: @Returns: - + @widget: -@group_cycling: -@Returns: +@accel_path: +@accel_group: - + -@klass: -@pspec: - -@class: +@widget: +@Returns: - + -@klass: -@pspec: -@parser: - -@class: - +@widget: +@event: +@Returns: - + + -@klass: -@property_name: +@widget: @Returns: - -@class: - + -@klass: -@n_properties: -@Returns: - -@class: +@widget: +@new_parent: - + @widget: -@region: +@area: +@intersection: @Returns: - + @widget: -@event: @Returns: - + @widget: -@first_property_name: -@Varargs: - + @widget: -@property_name: -@value: - + @widget: -@first_property_name: -@var_args: +@name: - + @@ -1443,43 +1406,43 @@ This function is not useful for applications. @Returns: - + @widget: -@direction: -@Returns: +@state: - + @widget: -@child_property: +@sensitive: - + @widget: +@parent: - + @widget: -@Returns: +@parent_window: - + @@ -1488,53 +1451,54 @@ This function is not useful for applications. @Returns: - + @widget: -@Returns: +@x: +@y: - + @widget: -@selection: -@Returns: +@width: +@height: - + @widget: -@Returns: +@events: - + @widget: -@Returns: +@events: - + @widget: -@Returns: +@mode: - + @@ -1543,85 +1507,96 @@ This function is not useful for applications. @Returns: - + @widget: -@width: -@height: +@Returns: - + -This function is deprecated; it does nothing. + +@widget: +@widget_type: +@Returns: - + -This function is deprecated; it does nothing. + -@visual: +@widget: +@Returns: - + @widget: -@is_visible: +@colormap: - + -This function is deprecated; it does nothing. + -@visual: +@widget: +@Returns: - + @widget: -@width: -@height: +@Returns: - + -This function is deprecated; it does nothing. + @widget: -@visual: +@x: +@y: - + @widget: +@ancestor: +@Returns: - + -@widget: -@no_show_all: +@src_widget: +@dest_widget: +@src_x: +@src_y: +@dest_x: +@dest_y: +@Returns: - + @@ -1630,685 +1605,718 @@ This function is deprecated; it does nothing. @Returns: - + -@requisition: -@Returns: +@widget: +@style: - + - +Equivalent to gtk_widget_set_style (widget, NULL). -@requisition: +@widget: a #GtkWidget. - + -@widget: the object which received the signal. +@widget: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@Returns: - + + +Equivalent to gtk_widget_set_style (widget, NULL). + + +@widget: a #GtkWidget. + + + +Reset the styles of @widget and all descendents, so when +they are looked up again, they get the correct values +for the currently loaded RC file settings. + + +This function is not useful for applications. -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: a #GtkWidget. - + + -@widget: the object which received the signal. -@arg1: +@cmap: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@colormap: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@Returns: - + + -@widget: the object which received the signal. -@arg1: +@Returns: - + + -@widget: the object which received the signal. -@drag_context: +@widget: +@dir: - + + -@widget: the object which received the signal. -@drag_context: +@GTK_TEXT_DIR_NONE: +@GTK_TEXT_DIR_LTR: +@GTK_TEXT_DIR_RTL: - + -@widget: the object which received the signal. -@drag_context: -@data: -@info: -@time: - -@time_: +@widget: +@Returns: - + + -@widget: the object which received the signal. -@drag_context: -@x: -@y: -@data: -@info: -@time: - -@time_: +@dir: - + + -@widget: the object which received the signal. -@drag_context: -@x: -@y: -@time: @Returns: - -@time_: - + + -@widget: the object which received the signal. -@drag_context: +@widget: +@shape_mask: +@offset_x: +@offset_y: - + + -@widget: the object which received the signal. -@drag_context: -@time: - -@time_: +@widget: +@path_length: +@path: +@path_reversed: - + + -@widget: the object which received the signal. -@drag_context: -@x: -@y: -@time: -@Returns: - -@time_: +@widget: +@path_length: +@path: +@path_reversed: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@style: - + + -@widget: the object which received the signal. -@event: +@widget: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@state: +@color: - + + -@widget: the object which received the signal. -@arg1: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@state: +@color: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@state: +@color: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@state: +@color: - + + -@widget: the object which received the signal. +@widget: +@font_desc: - + + -@widget: the object which received the signal. -@arg1: +@widget: +@Returns: - + + -@widget: the object which received the signal. +@widget: +@Returns: - + + -Emitted when there is a chance in the hierarchy to -which a widget belong. More precisely, a widget is -anchored when its toplevel -ancestor is a #GtkWindow. This signal is emitted when -a widget changes from un-anchored to anchored or vice-versa. + -@widget: the object which received the signal. -@widget2: +@widget: +@text: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@stock_id: +@size: +@detail: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - + + -@widget: the object which received the signal. +@widget: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@x: +@y: +@width: +@height: - + + -@widget: the object which received the signal. -@arg1: -@Returns: +@widget: +@x: +@y: +@width: +@height: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@app_paintable: - + + -@widget: the object which received the signal. -@old_parent: +@widget: +@double_buffered: - + + -@widget: the object which received the signal. -@Returns: +@widget: +@redraw_on_allocate: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@name: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@hadjustment: +@vadjustment: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@group_cycling: +@Returns: + - + -@widget: the object which received the signal. +@klass: +@pspec: + +@class: - + + -@widget: the object which received the signal. -@arg1: +@klass: +@pspec: +@parser: + +@class: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@klass: +@property_name: +@Returns: + +@class: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@klass: +@n_properties: +@Returns: + +@class: - + + -@widget: the object which received the signal. -@data: -@info: -@time: - -@time_: +@widget: +@region: +@Returns: - + + -@widget: the object which received the signal. +@widget: @event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@Returns: - + + -@widget: the object which received the signal. -@data: -@time: - -@time_: +@widget: +@first_property_name: +@Varargs: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@property_name: +@value: - + + -@widget: the object which received the signal. +@widget: +@first_property_name: +@var_args: - + + -@widget: the object which received the signal. -@arg1: +@widget: @Returns: - + + -@widget: the object which received the signal. -@allocation: +@widget: +@direction: +@Returns: - + + -@widget: the object which received the signal. -@requisition: +@widget: +@child_property: - + + -@widget: the object which received the signal. -@state: +@widget: - + + -@widget: the object which received the signal. -@previous_style: +@widget: +@Returns: - + + -@widget: the object which received the signal. +@widget: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@Returns: - + + -@widget: the object which received the signal. +@widget: +@selection: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@Returns: - + + -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +@widget: +@Returns: - + + - - +@widget: +@Returns: - - + - - +@widget: +@Returns: - - + - - +@widget: +@width: +@height: - - + - +This function is deprecated; it does nothing. - - - - + - +This function is deprecated; it does nothing. - - +@visual: - - + - - +@widget: +@is_visible: - - + - +This function is deprecated; it does nothing. - - +@visual: - - + - - +@widget: +@width: +@height: - - + - +This function is deprecated; it does nothing. - - +@widget: +@visual: - - + - - +@widget: - - + - - +@widget: +@no_show_all: - - + - +@widget: +@Returns: + + + - +@requisition: +@Returns: + + + +@requisition: + + -- cgit v1.2.1