summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@gtk.org>1998-05-01 16:15:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-05-01 16:15:39 +0000
commitde210bbdec0d4ad614785638a2da00e091a61118 (patch)
tree596e18b58d557d7749e8fae8fa6c4562312c208e /gtk/gtkrc.h
parent61554862e6620b7355df62f6842133c35010ad0d (diff)
downloadgdk-pixbuf-de210bbdec0d4ad614785638a2da00e091a61118.tar.gz
New function to reset the RC styles for a heirarchy
Fri May 1 12:06:43 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkwindow.[ch] (gtk_widget_reset_rc_styles): New function to reset the RC styles for a heirarchy Clear the window background if necessary in gtk_window_style_set. * gtk/gtkrc.[ch]: New function gtk_rc_reparse_all() which rereads all previously read RC files. * gdk/gdkwindow.c gdk/gdk.h: New function gdk_window_get_toplevels(). (Should it just be called gdk_get_toplevels?) * gtk/testgtk.c: New test to reload RC files.
Diffstat (limited to 'gtk/gtkrc.h')
-rw-r--r--gtk/gtkrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h
index 4b43b72a1..335448668 100644
--- a/gtk/gtkrc.h
+++ b/gtk/gtkrc.h
@@ -32,6 +32,7 @@ extern "C" {
void gtk_rc_init (void);
void gtk_rc_parse (const gchar *filename);
void gtk_rc_parse_string (const gchar *rc_string);
+void gtk_rc_reparse_all (void);
GtkStyle* gtk_rc_get_style (GtkWidget *widget);
void gtk_rc_add_widget_name_style (GtkStyle *style,
const gchar *pattern);