mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Doc trivia.
This commit is contained in:
parent
f1c9f5ed6e
commit
af02a5ccd3
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
|
||||
|
||||
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* gtk/gtk.def: Export gtk_rc_reset_styles()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
|
||||
|
||||
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* gtk/gtk.def: Export gtk_rc_reset_styles()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
|
||||
|
||||
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* gtk/gtk.def: Export gtk_rc_reset_styles()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
|
||||
|
||||
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* gtk/gtk.def: Export gtk_rc_reset_styles()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 21:41:38 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
|
||||
|
||||
Thu Feb 26 14:47:22 2004 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* gtk/gtk.def: Export gtk_rc_reset_styles()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 21:41:25 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk-sections.txt: Add gtk_rc_reset_styles.
|
||||
|
||||
Tue Feb 24 19:06:20 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.4 ===
|
||||
|
@ -4697,6 +4697,7 @@ gtk_rc_parse
|
||||
gtk_rc_parse_string
|
||||
gtk_rc_reparse_all
|
||||
gtk_rc_reparse_all_for_settings
|
||||
gtk_rc_reset_styles
|
||||
gtk_rc_add_default_file
|
||||
gtk_rc_get_default_files
|
||||
gtk_rc_set_default_files
|
||||
|
@ -1345,6 +1345,8 @@ gtk_rc_clear_realized_style (gpointer key,
|
||||
* set by the operating system changes. Note that this function
|
||||
* doesn't affect widgets that have a style set explicitely on them
|
||||
* with gtk_widget_set_style().
|
||||
*
|
||||
* Since: 2.4
|
||||
**/
|
||||
void
|
||||
gtk_rc_reset_styles (GtkSettings *settings)
|
||||
|
Loading…
Reference in New Issue
Block a user