src/widget/dispatch.c File Reference src/widget/dispatch.c Windows (main, dialog, modal) creation and access (get, set) #include "../../include/widget.h"#include "../../include/fsm.h"#include "../../include/util.h" Functions GtkWindow * widget_get_main_window () getter GtkWindow * widget_get_dialog_window () getter GtkWindow * widget_get_text_window () getter void on_windows_startup (GtkApplication *app) void on_windows_activation (GtkApplication *app)
Detailed Description Windows (main, dialog, modal) creation and access (get, set)
Function Documentation
on_windows_activation() on_windows_activationdispatch.c dispatch.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 *app
on_windows_startup() on_windows_startupdispatch.c dispatch.con_windows_startup void on_windows_startup (GtkApplication * app) Since 2024-08 See also fsm_journal_event() main() Parameters *app
widget_get_dialog_window() widget_get_dialog_windowdispatch.c dispatch.cwidget_get_dialog_window GtkWindow * widget_get_dialog_window ( ) getter Since 2024-07 See also src/signal Returns dialog_window
widget_get_main_window() widget_get_main_windowdispatch.c dispatch.cwidget_get_main_window GtkWindow * widget_get_main_window ( ) getter Since 2024-07 See also src/signal Returns main_window
widget_get_text_window() widget_get_text_windowdispatch.c dispatch.cwidget_get_text_window GtkWindow * widget_get_text_window ( ) getter Since 2024-07 See also src/signal Returns text_window