mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Forgotten file
This commit is contained in:
parent
0106099f5b
commit
616aac8d82
@ -20,6 +20,7 @@
|
||||
#define __GTK_BUTTON_PRIVATE_H__
|
||||
|
||||
#include "gtkactionhelper.h"
|
||||
#include "gtkgesturesingle.h"
|
||||
#include "deprecated/gtkaction.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
@ -36,6 +37,8 @@ struct _GtkButtonPrivate
|
||||
|
||||
gchar *label_text;
|
||||
|
||||
GtkGesture *gesture;
|
||||
|
||||
gfloat xalign;
|
||||
gfloat yalign;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user