162 lines
2.0 KiB
Groff
162 lines
2.0 KiB
Groff
.TH "src/widget/manager.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/widget/manager.c \- all windows
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include '\&.\&./\&.\&./include/widget\&.h'\fP
|
|
.br
|
|
\fC#include '\&.\&./\&.\&./include/fsm\&.h'\fP
|
|
.br
|
|
\fC#include '\&.\&./\&.\&./include/util\&.h'\fP
|
|
.br
|
|
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "GtkWindow * \fBwidget_get_main_window\fP ()"
|
|
.br
|
|
.RI "getter "
|
|
.ti -1c
|
|
.RI "GtkWindow * \fBwidget_get_dialog_window\fP ()"
|
|
.br
|
|
.RI "getter "
|
|
.ti -1c
|
|
.RI "GtkWindow * \fBwidget_get_text_window\fP ()"
|
|
.br
|
|
.RI "getter "
|
|
.ti -1c
|
|
.RI "void \fBon_windows_startup\fP (GtkApplication *app)"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBon_windows_activation\fP (GtkApplication *app)"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
all windows
|
|
|
|
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.SS "void on_windows_activation (GtkApplication * app)"
|
|
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-06
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
\fBwidget_design_main_window()\fP
|
|
.PP
|
|
\fBwidget_design_dialog_window()\fP
|
|
.PP
|
|
\fBwidget_design_text_window()\fP
|
|
.PP
|
|
\fButil_trigger_test()\fP
|
|
.PP
|
|
\fBfsm_journal_event()\fP
|
|
.PP
|
|
\fBmain()\fP
|
|
.RE
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*app\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SS "void on_windows_startup (GtkApplication * app)"
|
|
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-08
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
\fBfsm_journal_event()\fP
|
|
.PP
|
|
\fBmain()\fP
|
|
.RE
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*app\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SS "GtkWindow * widget_get_dialog_window ()"
|
|
|
|
.PP
|
|
getter
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-07
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
src/signal
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
dialog_window
|
|
.RE
|
|
.PP
|
|
|
|
.SS "GtkWindow * widget_get_main_window ()"
|
|
|
|
.PP
|
|
getter
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-07
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
src/signal
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
main_window
|
|
.RE
|
|
.PP
|
|
|
|
.SS "GtkWindow * widget_get_text_window ()"
|
|
|
|
.PP
|
|
getter
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-07
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
src/signal
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
text_window
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|