|
|
|
@ -10,10 +10,10 @@ activate (GtkApplication *app,
|
|
|
|
|
/* Construct a GtkBuilder instance */ |
|
|
|
|
GtkBuilder *builder = gtk_builder_new (); |
|
|
|
|
|
|
|
|
|
/* Loads the UI interfaces */ |
|
|
|
|
/* Loads the UI interface objectss */ |
|
|
|
|
gtk_builder_add_from_file (builder, "../src/ui/admin-register.ui", NULL); |
|
|
|
|
|
|
|
|
|
/* Register thhe ID of gtk_object from admin-register.ui */ |
|
|
|
|
/* Register the ID of gtk_object from admin-register.ui */ |
|
|
|
|
GObject *window = gtk_builder_get_object (builder, "register_window"); |
|
|
|
|
|
|
|
|
|
/* Connect the actions of XML UI's with Gtk Signals */ |
|
|
|
|