Add a style class for touch selection popovers
This commit is contained in:
@ -296,6 +296,16 @@ struct _GtkStyleContextClass
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_CONTEXT_MENU "context-menu"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_TOUCH_SELECTION:
|
||||
*
|
||||
* A CSS class for touch selection popups on entries
|
||||
* and text views.
|
||||
*
|
||||
* Since: 3.16
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_TOUCH_SELECTION "touch-selection"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_MENUBAR:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user