diff options
author | Benjamin Otte <otte@redhat.com> | 2016-11-16 19:27:43 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-11-16 19:27:43 +0100 |
commit | bcf70e3a034cc615ad4fd600310d8bd767372157 (patch) | |
tree | 329b656504a64c1f5e629c91d9ab6077f81d7a51 /gtk/gtkstylecontext.h | |
parent | 56e11f057cd6e3cb4ce660a3b1c2af0c4c954d3f (diff) | |
download | gtk+-bcf70e3a034cc615ad4fd600310d8bd767372157.tar.gz |
API: Remove everything relating to "grip"
Grips have long been unused in GTK, so remove all support for them.
This removes the GTK_STYLE_CLASS_GRIP and the special
gtk_render_handle() code for drawing those grips.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index a7f7825b41..730e616fdb 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -488,15 +488,6 @@ struct _GtkStyleContextClass #define GTK_STYLE_CLASS_LINKED "linked" /** - * GTK_STYLE_CLASS_GRIP: - * - * A CSS class defining a resize grip. - * - * Refer to individual widget documentation for used style classes. - */ -#define GTK_STYLE_CLASS_GRIP "grip" - -/** * GTK_STYLE_CLASS_DOCK: * * A CSS class defining a dock area. |