src/widget/manager.c File Reference
src/widget/manager.c
all windows
#include "../../include/widget.h"#include "../../include/fsm.h"#include "../../include/util.h"
Functions
GtkWindow * widget_get_main_window ()
GtkWindow * widget_get_dialog_window ()
GtkWindow * widget_get_text_window ()
void on_windows_startup (GtkApplication *app)
void on_windows_activation (GtkApplication *app)
Detailed Description
all windows
Function Documentation
on_windows_activation()
on_windows_activationmanager.c
manager.con_windows_activation
void on_windows_activation (GtkApplication * app)
Since
2024-06
See also
widget_design_main_window()
widget_design_dialog_window()
widget_design_text_window()
util_trigger_test()
fsm_journal_event()
main()
Parameters
on_windows_startup()
on_windows_startupmanager.c
manager.con_windows_startup
void on_windows_startup (GtkApplication * app)
Since
2024-08
See also
fsm_journal_event()
main()
Parameters
widget_get_dialog_window()
widget_get_dialog_windowmanager.c
manager.cwidget_get_dialog_window
GtkWindow * widget_get_dialog_window ( )
Since
2024-07
See also
src/signal
Returns
dialog_window
widget_get_main_window()
widget_get_main_windowmanager.c
manager.cwidget_get_main_window
GtkWindow * widget_get_main_window ( )
Since
2024-07
See also
src/signal
Returns
main_window
widget_get_text_window()
widget_get_text_windowmanager.c
manager.cwidget_get_text_window
GtkWindow * widget_get_text_window ( )
Since
2024-07
See also
src/signal
Returns
text_window