Add some more deprecation notes. Suppress link in example.
Fri Feb 27 22:51:35 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkoptionmenu.sgml: * gtk/tmpl/gtkcombo.sgml: Add some more deprecation notes. * gtk/tmpl/gtkfilechooser.sgml: Suppress link in example.
This commit is contained in:

committed by
Matthias Clasen

parent
d73971147a
commit
9ab57a8f29
@ -1,3 +1,20 @@
|
|||||||
|
Fri Feb 27 22:51:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkoptionmenu.sgml:
|
||||||
|
* gtk/tmpl/gtkcombo.sgml: Add some more deprecation notes.
|
||||||
|
|
||||||
|
Fri Feb 27 22:47:28 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkfilechooser.sgml: Suppress link in example.
|
||||||
|
|
||||||
|
Fri Feb 27 22:40:50 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/Makefile.am (IGNORE_HFILES): Add gtkpathbar.h
|
||||||
|
|
||||||
|
Fri Feb 27 22:27:34 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtk-sections.txt: Add gtk_widget_{add,remove,list}_mnemonic_label(s).
|
||||||
|
|
||||||
2004-02-27 Federico Mena Quintero <federico@ximian.com>
|
2004-02-27 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/migrating-GtkFileChooser.sgml: Inform about
|
* gtk/migrating-GtkFileChooser.sgml: Inform about
|
||||||
|
@ -92,6 +92,8 @@ an application.)
|
|||||||
|
|
||||||
@entry: the text entry field.
|
@entry: the text entry field.
|
||||||
@list: the list shown in the drop-down window.
|
@list: the list shown in the drop-down window.
|
||||||
|
@Deprecated: Use #GtkComboBox instead.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkCombo:allow-empty ##### -->
|
<!-- ##### ARG GtkCombo:allow-empty ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -46,7 +46,7 @@ File chooser interface used by #GtkFileChooserWidget and #GtkFileChooserDialog.
|
|||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
preview = gtk_image_new ();
|
preview = gtk_image_new (<!-- -->);
|
||||||
|
|
||||||
gtk_file_chooser_set_preview_widget (my_file_chooser, preview);
|
gtk_file_chooser_set_preview_widget (my_file_chooser, preview);
|
||||||
g_signal_connect (my_file_chooser, "update-preview",
|
g_signal_connect (my_file_chooser, "update-preview",
|
||||||
@ -175,11 +175,6 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data)
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkFileChooser:folder-mode ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkFileChooser:local-only ##### -->
|
<!-- ##### ARG GtkFileChooser:local-only ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@ The #GtkOptionMenu-struct struct contains private data only, and
|
|||||||
should be accessed using the functions below.
|
should be accessed using the functions below.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@Deprecated: Use #GtkComboBox instead.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkOptionMenu::changed ##### -->
|
<!-- ##### SIGNAL GtkOptionMenu::changed ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user