Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
48f239c1
Commit
48f239c1
authored
Nov 09, 2010
by
Carlos Garnacho
Browse files
Add CSS class defines for toolbars and docks.
parent
99879d4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkstylecontext.h
View file @
48f239c1
...
...
@@ -128,6 +128,13 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_MENUITEM "menuitem"
/**
* GTK_STYLE_CLASS_TOOLBAR:
*
* A CSS class to match toolbars.
*/
#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
/**
* GTK_STYLE_CLASS_RADIO:
*
...
...
@@ -184,6 +191,13 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_GRIP "grip"
/**
* GTK_STYLE_CLASS_DOCK:
*
* A widget class defining a dock area
*/
#define GTK_STYLE_CLASS_DOCK "dock"
/**
* GTK_STYLE_CLASS_PROGRESSBAR:
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment