forked from AuroraMiddleware/gtk
GtkMenuButton: do not use gpointer for the arrow widget
Just a small cleanup, we can use a proper type.
This commit is contained in:
parent
81b22883fd
commit
8b6bf3a5ea
@ -125,7 +125,7 @@ struct _GtkMenuButtonPrivate
|
||||
gpointer user_data;
|
||||
|
||||
GtkWidget *align_widget;
|
||||
gpointer arrow_widget;
|
||||
GtkWidget *arrow_widget;
|
||||
GtkArrowType arrow_type;
|
||||
gboolean use_popover;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user