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