src/widget/main_window/designer.c File Referencesrc/widget/main_window/designer.cdesigns and presents #include "../../../include/widget.h"#include "../../../include/fsm.h"#include "../../../include/util.h"Functions void widget_design_main_window (GtkWindow *main_window, GtkApplication *app)Detailed Descriptiondesigns and presents ensures the titlebar and the pages are available and init themtriggers assembly of the topbar and the default pagesix pages can be displayed in the main window:synth: an overview that presents the main elements of interest simultaneouslystate: a detailed view of the space, enabling it to be explored or modifiedmeasures presents all the measures available and those in progressresults enables you to work on the results obtainedrules: two pages are grouped together here to make it easier to come and go:
the "all rules" page gives access to the hierarchy of all rules
the "selected rule" page lets you examine and modify one selected rule
This file is part of Gem-graph. Function Documentationwidget_design_main_window()widget_design_main_windowdesigner.cdesigner.cwidget_design_main_windowvoid widget_design_main_window (GtkWindow * main_window, GtkApplication * app)
Parameters