=== Released 2.3.5 ===
Tue Mar 2 17:06:05 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.5 === * NEWS: Updates * configure.in: Version 2.3.5, interface age 0. Require glib-2.3.5, pango-1.3.5.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Mon Mar 1 19:47:48 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.5 ====
|
||||
|
||||
* gtk/gtk-sections.txt: Update
|
||||
|
||||
Sun Feb 29 22:04:43 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add gtk_entry_get_alignment
|
||||
|
||||
@ -31,6 +31,7 @@ IGNORE_HFILES= \
|
||||
gtkdebug.h \
|
||||
gtkentryprivate.h \
|
||||
gtkfilechooserdefault.h \
|
||||
gtkfilechooserembed.h \
|
||||
gtkfilechooserentry.h \
|
||||
gtkfilechooserprivate.h \
|
||||
gtkfilechooserutils.h \
|
||||
|
||||
@ -1139,6 +1139,8 @@ gtk_file_chooser_set_preview_widget
|
||||
gtk_file_chooser_get_preview_widget
|
||||
gtk_file_chooser_set_preview_widget_active
|
||||
gtk_file_chooser_get_preview_widget_active
|
||||
gtk_file_chooser_set_use_preview_label
|
||||
gtk_file_chooser_get_use_preview_label
|
||||
gtk_file_chooser_get_preview_filename
|
||||
gtk_file_chooser_get_preview_uri
|
||||
gtk_file_chooser_set_extra_widget
|
||||
@ -1165,7 +1167,9 @@ gtk_file_chooser_get_type
|
||||
<SECTION>
|
||||
<FILE>gtkfilechooserdialog</FILE>
|
||||
<TITLE>GtkFileChooserDialog</TITLE>
|
||||
GtkFileChooserDialog
|
||||
gtk_file_chooser_dialog_new
|
||||
gtk_file_chooser_dialog_new_with_backend
|
||||
<SUBSECTION Standard>
|
||||
GTK_FILE_CHOOSER_DIALOG
|
||||
GTK_IS_FILE_CHOOSER_DIALOG
|
||||
@ -1183,6 +1187,7 @@ GtkFileChooserDialogPrivate
|
||||
<TITLE>GtkFileChooserWidget</TITLE>
|
||||
GtkFileChooserWidget
|
||||
gtk_file_chooser_widget_new
|
||||
gtk_file_chooser_widget_new_with_backend
|
||||
<SUBSECTION Standard>
|
||||
GTK_FILE_CHOOSER_WIDGET
|
||||
GTK_IS_FILE_CHOOSER_WIDGET
|
||||
@ -1288,6 +1293,7 @@ GTK_FONT_BUTTON_CLASS
|
||||
GTK_IS_FONT_BUTTON_CLASS
|
||||
GTK_FONT_BUTTON_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
GtkFontButtonPrivate
|
||||
gtk_font_button_get_type
|
||||
</SECTION>
|
||||
|
||||
@ -4334,6 +4340,9 @@ gtk_widget_set_visual
|
||||
gtk_widget_thaw_child_notify
|
||||
gtk_widget_set_no_show_all
|
||||
gtk_widget_get_no_show_all
|
||||
gtk_widget_list_mnemonic_labels
|
||||
gtk_widget_add_mnemonic_label
|
||||
gtk_widget_remove_mnemonic_label
|
||||
<SUBSECTION>
|
||||
gtk_requisition_copy
|
||||
gtk_requisition_free
|
||||
@ -4383,6 +4392,7 @@ gtk_window_add_mnemonic
|
||||
gtk_window_remove_mnemonic
|
||||
gtk_window_mnemonic_activate
|
||||
gtk_window_activate_key
|
||||
gtk_window_propagate_key_event
|
||||
gtk_window_get_focus
|
||||
gtk_window_set_focus
|
||||
gtk_window_set_default
|
||||
@ -4979,6 +4989,7 @@ gtk_binding_set_new
|
||||
gtk_binding_set_by_class
|
||||
gtk_binding_set_find
|
||||
gtk_bindings_activate
|
||||
gtk_bindings_activate_event
|
||||
gtk_binding_set_activate
|
||||
gtk_binding_entry_add
|
||||
gtk_binding_entry_clear
|
||||
|
||||
@ -620,6 +620,12 @@ Define a function pointer. Deprecated.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkComboBox:appearance ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::focus ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -97,6 +97,16 @@ Key bindings for individual widgets
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_bindings_activate_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@object:
|
||||
@event:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_binding_set_activate ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ a widget used to choose from a list of items.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkComboBox:appearance ##### -->
|
||||
<!-- ##### ARG GtkComboBox:appears-as-list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@ -341,3 +341,21 @@ Undoes the effects of gtk_drag_source_set().
|
||||
@widget: a #GtkWidget
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_drag_source_set_target_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@target_list:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_drag_source_get_target_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -490,6 +490,24 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data)
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_set_use_preview_label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@chooser:
|
||||
@use_label:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_get_use_preview_label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@chooser:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_get_preview_filename ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -56,6 +56,12 @@ gtk_widget_destroy (dialog);
|
||||
#GtkFileChooser, #GtkDialog
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkFileChooserDialog ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_dialog_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -77,3 +83,17 @@ End:
|
||||
-->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_dialog_new_with_backend ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@parent:
|
||||
@action:
|
||||
@backend:
|
||||
@first_button_text:
|
||||
@Varargs:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -49,3 +49,13 @@ End:
|
||||
-->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_chooser_widget_new_with_backend ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action:
|
||||
@backend:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -2322,6 +2322,33 @@ This function is deprecated; it does nothing.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_widget_list_mnemonic_labels ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_widget_add_mnemonic_label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@label:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_widget_remove_mnemonic_label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@label:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_requisition_copy ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -500,6 +500,16 @@ Deprecated alias for gtk_window_set_position().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_propagate_key_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window:
|
||||
@event:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_get_focus ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user