diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-08-02 16:05:58 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:37:25 +0100 |
commit | 09d6c4ea52b662edd867e825dff96fcace1604c2 (patch) | |
tree | 874ce3f1dd2044cef2289651be5fce2dc09b0550 /gtk/gtkstyle.h | |
parent | 1e83e52b3d58b5bda9b43d0c2c98d94dcaa9f030 (diff) | |
download | gtk+-09d6c4ea52b662edd867e825dff96fcace1604c2.tar.gz |
GtkStyle: Optionally construct above a GtkStyleContext.
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 84a018ce1a..d57c4371a3 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -678,6 +678,10 @@ void gtk_draw_insertion_cursor (GtkWidget *widget, void _gtk_widget_get_cursor_color (GtkWidget *widget, GdkColor *color); +gboolean gtk_style_has_context (GtkStyle *style); + + + G_END_DECLS #endif /* __GTK_STYLE_H__ */ |