diff options
author | Tim Janik <timj@gtk.org> | 1998-07-01 01:35:13 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-07-01 01:35:13 +0000 |
commit | ddefd9c9f551c385803343a7c024b514cf296346 (patch) | |
tree | 249bb8597f8f8e6eff095a6f9797474a95e3a47e /gtk/gtkrc.h | |
parent | 79e1b1ab6f3f143bbc6d9c4effec9d0a4da54d77 (diff) | |
download | gtk+-ddefd9c9f551c385803343a7c024b514cf296346.tar.gz |
implementation of the "class" keyword for styles.
Wed Jul 1 03:33:30 1998 Tim Janik <timj@gtk.org>
* gtk/gtkrc.c: implementation of the "class" keyword for styles.
Diffstat (limited to 'gtk/gtkrc.h')
-rw-r--r-- | gtk/gtkrc.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h index 56225e1818..631c059499 100644 --- a/gtk/gtkrc.h +++ b/gtk/gtkrc.h @@ -26,6 +26,7 @@ #ifdef __cplusplus extern "C" { +#pragma } #endif /* __cplusplus */ @@ -38,9 +39,14 @@ void gtk_rc_add_widget_name_style (GtkStyle *style, const gchar *pattern); void gtk_rc_add_widget_class_style (GtkStyle *style, const gchar *pattern); +void gtk_rc_add_class_style (GtkStyle *style, + const gchar *pattern); + + /* Tell gtkrc to use a custom routine to load images specified in rc files instead of - the default xpm-only loader */ + * the default xpm-only loader + */ typedef GdkPixmap * (*GtkImageLoader) (GdkWindow *window, GdkColormap *colormap, GdkBitmap **mask, |