X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fgtkxpaned.c;h=4b98059ee3c21dbb40328d192dea6e1725c20de5;hb=22b0595b354a0cf111e4ea8b14494be25d8c29ee;hp=9be83311f0f19b7562a8d8332c0c6930f43e7a01;hpb=0df9cdd3df66caf4353128feff3008289cda8115;p=pspp diff --git a/lib/gtk-contrib/gtkxpaned.c b/lib/gtk-contrib/gtkxpaned.c index 9be83311f0..4b98059ee3 100644 --- a/lib/gtk-contrib/gtkxpaned.c +++ b/lib/gtk-contrib/gtkxpaned.c @@ -1,5 +1,5 @@ /******************************************************************************* - **3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 + **3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 ** 10 20 30 40 50 60 70 80 ** ** library for GtkXPaned-widget, a 2x2 grid-like variation of GtkPaned of gtk+ @@ -529,10 +529,10 @@ gtk_xpaned_class_init (GtkXPanedClass * class) /** * GtkPaned:resize: * - * The "resize" child property determines whether the child expands and + * The "resize" child property determines whether the child expands and * shrinks along with the paned widget. - * - * Since: 2.4 + * + * Since: 2.4 */ gtk_container_class_install_child_property (container_class, CHILD_PROP_RESIZE, @@ -545,10 +545,10 @@ gtk_xpaned_class_init (GtkXPanedClass * class) /** * GtkPaned:shrink: * - * The "shrink" child property determines whether the child can be made + * The "shrink" child property determines whether the child can be made * smaller than its requisition. - * - * Since: 2.4 + * + * Since: 2.4 */ gtk_container_class_install_child_property (container_class, CHILD_PROP_SHRINK, @@ -2014,9 +2014,9 @@ gtk_xpaned_forall (GtkContainer * container, /** * gtk_xpaned_get_position_x: * @paned: a #GtkXPaned widget - * + * * Obtains the x-position of the divider. - * + * * Return value: x-position of the divider **/ gint @@ -2030,9 +2030,9 @@ gtk_xpaned_get_position_x (GtkXPaned * xpaned) /** * gtk_xpaned_get_position_y: * @paned: a #GtkXPaned widget - * + * * Obtains the y-position of the divider. - * + * * Return value: y-position of the divider **/ gint @@ -2048,7 +2048,7 @@ gtk_xpaned_get_position_y (GtkXPaned * xpaned) * @paned: a #GtkXPaned widget * @xposition: pixel x-position of divider, a negative values * of a component mean that the position is unset. - * + * * Sets the x-position of the divider between the four panes. **/ void @@ -2097,7 +2097,7 @@ gtk_xpaned_set_position_x (GtkXPaned * xpaned, gint xposition) * @paned: a #GtkXPaned widget * @yposition: pixel y-position of divider, a negative values * of a component mean that the position is unset. - * + * * Sets the y-position of the divider between the four panes. **/ void @@ -2172,9 +2172,9 @@ gtk_xpaned_fetch_unmaximized_y (GtkXPaned * xpaned) /** * gtk_xpaned_get_top_left_child: * @xpaned: a #GtkXPaned widget - * + * * Obtains the top-left child of the xpaned widget. - * + * * Return value: top-left child, or %NULL if it is not set. * * Since: 2.4 @@ -2190,9 +2190,9 @@ gtk_xpaned_get_top_left_child (GtkXPaned * xpaned) /** * gtk_xpaned_get_top_right_child: * @xpaned: a #GtkXPaned widget - * + * * Obtains the top-right child of the xpaned widget. - * + * * Return value: top-right child, or %NULL if it is not set. * * Since: 2.4 @@ -2208,9 +2208,9 @@ gtk_xpaned_get_top_right_child (GtkXPaned * xpaned) /** * gtk_xpaned_get_bottom_left_child: * @xpaned: a #GtkXPaned widget - * + * * Obtains the bottom-left child of the xpaned widget. - * + * * Return value: bottom-left child, or %NULL if it is not set. * * Since: 2.4 @@ -2226,9 +2226,9 @@ gtk_xpaned_get_bottom_left_child (GtkXPaned * xpaned) /** * gtk_xpaned_get_bottom_right_child: * @xpaned: a #GtkXPaned widget - * + * * Obtains the bottom-right child of the xpaned widget. - * + * * Return value: bottom-right child, or %NULL if it is not set. * * Since: 2.4