clean up the packing of the file selector.

Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
        packing of the file selector.
This commit is contained in:
Jonathan Blandford
2004-02-07 17:28:36 +00:00
committed by Jonathan Blandford
parent 9e04257413
commit 0180cce7f9
10 changed files with 91 additions and 1 deletions

View File

@ -14,6 +14,22 @@ Loadable keyboard accelerator specifications
</para>
<!-- ##### STRUCT GtkAccelMap ##### -->
<para>
</para>
<!-- ##### SIGNAL GtkAccelMap::changed ##### -->
<para>
</para>
@accelmap: the object which received the signal.
@arg1:
@arg2:
@arg3:
<!-- ##### USER_FUNCTION GtkAccelMapForeach ##### -->
<para>
@ -124,3 +140,11 @@ Loadable keyboard accelerator specifications
@foreach_func:
<!-- ##### FUNCTION gtk_accel_map_get ##### -->
<para>
</para>
@Returns:

View File

@ -94,6 +94,36 @@ Emitted when the #GtkAdjustment value field has been changed.
@adjustment: the object which received the signal.
<!-- ##### ARG GtkAdjustment:lower ##### -->
<para>
</para>
<!-- ##### ARG GtkAdjustment:page-increment ##### -->
<para>
</para>
<!-- ##### ARG GtkAdjustment:page-size ##### -->
<para>
</para>
<!-- ##### ARG GtkAdjustment:step-increment ##### -->
<para>
</para>
<!-- ##### ARG GtkAdjustment:upper ##### -->
<para>
</para>
<!-- ##### ARG GtkAdjustment:value ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_adjustment_new ##### -->
<para>
Creates a new #GtkAdjustment.

View File

@ -79,6 +79,11 @@ You might do a non-modal #GtkMessageDialog as follows:
</para>
<!-- ##### ARG GtkMessageDialog:use-separator ##### -->
<para>
</para>
<!-- ##### ENUM GtkMessageType ##### -->
<para>
The type of message being displayed in the dialog.

View File

@ -62,6 +62,11 @@ gtk_radio_tool_button_new_from_widget_with_stock() to create a new
</para>
<!-- ##### ARG GtkRadioToolButton:group ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_radio_tool_button_new ##### -->
<para>