stylecontext: add an "image" style class
For images such as icons in GtkEntry widgets.
This commit is contained in:
committed by
Benjamin Otte
parent
02e82d69b8
commit
430f6ecbc3
@ -400,6 +400,13 @@ struct _GtkStyleContextClass
|
|||||||
*/
|
*/
|
||||||
#define GTK_STYLE_CLASS_SIDEBAR "sidebar"
|
#define GTK_STYLE_CLASS_SIDEBAR "sidebar"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GTK_STYLE_CLASS_IMAGE:
|
||||||
|
*
|
||||||
|
* A widget class defining an image, such as the icon in an entry.
|
||||||
|
*/
|
||||||
|
#define GTK_STYLE_CLASS_IMAGE "image"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GTK_STYLE_CLASS_HIGHLIGHT:
|
* GTK_STYLE_CLASS_HIGHLIGHT:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user