network: Store widgets inside objects
This is a step towards replacing GtkBuilder with GtkTemplate
This commit is contained in:
parent
b331d75df5
commit
8b6e3fb736
31 changed files with 1200 additions and 1428 deletions
|
@ -43,8 +43,10 @@ struct _CEPageSecurity
|
|||
{
|
||||
CEPage parent;
|
||||
|
||||
GtkBox *box;
|
||||
GtkComboBox *security_combo;
|
||||
GtkWidget *security_heading;
|
||||
GtkLabel *security_label;
|
||||
|
||||
GtkSizeGroup *group;
|
||||
gboolean adhoc;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue