diff options
author | Carsten Haitzler <raster@src.gnome.org> | 1998-07-03 20:33:16 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@src.gnome.org> | 1998-07-03 20:33:16 +0000 |
commit | 4389781ea1ec28ddcfc7a2c7f543ce7405d34f31 (patch) | |
tree | 924b41dff9752c6dd7f91fdea0e5b4f51135c302 /gtk/gtkthemes.h | |
parent | 0da6bdc3304d7fcd0d37e04a117804b229990d1f (diff) | |
download | gtk+-themes.tar.gz |
Wheee now others can get to play :)themes
Wheee now others can get to play :)
Diffstat (limited to 'gtk/gtkthemes.h')
-rw-r--r-- | gtk/gtkthemes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkthemes.h b/gtk/gtkthemes.h index bba698154e..623b5c4b20 100644 --- a/gtk/gtkthemes.h +++ b/gtk/gtkthemes.h @@ -45,6 +45,8 @@ struct _GtkThemesData struct { struct _GtkWidgetThemeFunction button; + struct _GtkWidgetThemeFunction window; + struct _GtkWidgetThemeFunction check_button; } functions; void *data; }; |