network: Store widgets inside objects

This is a step towards replacing GtkBuilder with GtkTemplate
This commit is contained in:
Robert Ancell 2019-10-15 12:25:48 +13:00 committed by Georges Basile Stavracas Neto
parent b331d75df5
commit 8b6e3fb736
31 changed files with 1200 additions and 1428 deletions

View file

@ -43,8 +43,10 @@ struct _CEPageSecurity
{
CEPage parent;
GtkBox *box;
GtkComboBox *security_combo;
GtkWidget *security_heading;
GtkLabel *security_label;
GtkSizeGroup *group;
gboolean adhoc;
};