mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Refactor: hide implementation of GOOptionMenu (move from .h -> .c)
This commit is contained in:
@@ -50,6 +50,15 @@ enum
|
||||
|
||||
static guint signals[LAST_SIGNAL] = { 0 };
|
||||
|
||||
struct _GOOptionMenu
|
||||
{
|
||||
GtkButton button;
|
||||
|
||||
GtkMenuShell *menu;
|
||||
GtkMenuItem *selected;
|
||||
GtkLabel *button_label;
|
||||
};
|
||||
|
||||
G_DEFINE_TYPE (GOOptionMenu, go_option_menu, GTK_TYPE_BUTTON)
|
||||
|
||||
GtkWidget*
|
||||
|
||||
Reference in New Issue
Block a user