Add two more folder modes to the enum.
Thu Feb 26 18:25:57 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder modes to the enum. * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove. (gtk_file_chooser_get_folder_mode): Remove
This commit is contained in:

committed by
Jonathan Blandford

parent
a8c8dff343
commit
d40eda7e87
@ -2094,6 +2094,22 @@ Claim or disclaim ownership of the PRIMARY X selection.
|
||||
@claim: if %TRUE, claim the selection, otherwise, disclaim it.
|
||||
@time: the timestamp for claiming the selection.
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_get_folder_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@chooser:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_set_folder_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@chooser:
|
||||
@folder_mode:
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_dialog_set_filter ##### -->
|
||||
<para>
|
||||
Sets one of the two font filters, to limit the fonts shown.
|
||||
|
@ -46,6 +46,14 @@ a text entry field with a dropdown list
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_combo_box_entry_new_text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_combo_box_entry_set_text_column ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -211,11 +211,17 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data)
|
||||
existing files or to save to a possibly new file.
|
||||
</para>
|
||||
|
||||
@GTK_FILE_CHOOSER_ACTION_OPEN: Indicates Open mode. The file chooser
|
||||
@GTK_FILE_CHOOSER_ACTION_OPEN: Indicates open mode. The file chooser
|
||||
will only let the user pick an existing file.
|
||||
@GTK_FILE_CHOOSER_ACTION_SAVE: Indicates Save mode. The file chooser
|
||||
@GTK_FILE_CHOOSER_ACTION_SAVE: Indicates save mode. The file chooser
|
||||
will let the user pick an existing file, or type in a new
|
||||
filename.
|
||||
@GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER: Indicates an Open mode for
|
||||
selecting folders. The file chooser will let the user pick an
|
||||
existing folder.
|
||||
@GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER: Indicates a mode for creating a
|
||||
new folder. The file chooser will let the user name an existing or
|
||||
new folder.
|
||||
|
||||
<!-- ##### MACRO GTK_FILE_CHOOSER_ERROR ##### -->
|
||||
<para>
|
||||
@ -259,24 +265,6 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data)
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_set_folder_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@chooser:
|
||||
@folder_mode:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_get_folder_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@chooser:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_set_local_only ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -91,6 +91,13 @@ functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkRadioButton::group-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@radiobutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkRadioButton:group ##### -->
|
||||
<para>
|
||||
Sets a new group for a radio button.
|
||||
|
@ -55,6 +55,13 @@ the interface functions.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkRadioMenuItem::group-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@radiomenuitem: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_radio_menu_item_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkRadioMenuItem.
|
||||
|
@ -721,6 +721,14 @@ Parses resource information directly from a string.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_rc_reset_styles ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@settings:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_rc_add_default_file ##### -->
|
||||
<para>
|
||||
</para>
|
||||
|
@ -52,6 +52,20 @@ Returns whether the style is attached to a window.
|
||||
@white_gc:
|
||||
@bg_pixmap:
|
||||
|
||||
<!-- ##### SIGNAL GtkStyle::realize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@style: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkStyle::unrealize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@style: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_style_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -884,6 +898,20 @@ Deprecated alias for gtk_style_apply_default_background().
|
||||
@height:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_draw_insertion_cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@drawable:
|
||||
@area:
|
||||
@location:
|
||||
@is_primary:
|
||||
@direction:
|
||||
@draw_arrow:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkBorder ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user