GtkStyleContext: Add style classes.
Style classes are the replacement of detail strings.
This commit is contained in:
@ -77,6 +77,13 @@ void gtk_style_context_set_path (GtkStyleContext *context,
|
||||
GtkWidgetPath *path);
|
||||
G_CONST_RETURN GtkWidgetPath * gtk_style_context_get_path (GtkStyleContext *context);
|
||||
|
||||
void gtk_style_context_set_class (GtkStyleContext *context,
|
||||
const gchar *class_name);
|
||||
void gtk_style_context_unset_class (GtkStyleContext *context,
|
||||
const gchar *class_name);
|
||||
gboolean gtk_style_context_has_class (GtkStyleContext *context,
|
||||
const gchar *class_name);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user