mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
9e04257413
commit
0180cce7f9
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Feb 7 01:21:09 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Feb 7 01:21:09 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Feb 7 01:21:09 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Feb 7 01:21:09 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Feb 7 01:21:09 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function
|
||||
|
@ -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:
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1455,11 +1455,12 @@ create_file_list (GtkFileChooserDefault *impl)
|
||||
/* Filename column */
|
||||
|
||||
impl->list_name_column = gtk_tree_view_column_new ();
|
||||
gtk_tree_view_column_set_expand (impl->list_name_column, TRUE);
|
||||
gtk_tree_view_column_set_title (impl->list_name_column, _("File name"));
|
||||
gtk_tree_view_column_set_sort_column_id (impl->list_name_column, FILE_LIST_COL_NAME);
|
||||
|
||||
renderer = gtk_cell_renderer_pixbuf_new ();
|
||||
gtk_tree_view_column_pack_start (impl->list_name_column, renderer, TRUE);
|
||||
gtk_tree_view_column_pack_start (impl->list_name_column, renderer, FALSE);
|
||||
gtk_tree_view_column_set_cell_data_func (impl->list_name_column, renderer,
|
||||
list_icon_data_func, impl, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user