2024-10-20 01:05:12 +02:00
|
|
|
.TH "src/widget/main_window/topbar/dispatch.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
2024-10-16 10:28:19 +02:00
|
|
|
.ad l
|
|
|
|
.nh
|
|
|
|
.SH NAME
|
2024-10-20 01:05:12 +02:00
|
|
|
src/widget/main_window/topbar/dispatch.c \- Main window widgets dispatcher (topbar and six pages)
|
2024-10-16 10:28:19 +02:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.br
|
|
|
|
.PP
|
2024-10-20 01:05:12 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/base\&.h'\fP
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/signal\&.h'\fP
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP
|
2024-10-19 16:05:49 +02:00
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
|
|
|
|
|
|
|
.SS "Functions"
|
|
|
|
|
|
|
|
.in +1c
|
|
|
|
.ti -1c
|
2024-10-19 16:05:49 +02:00
|
|
|
.RI "void \fBwidget_design_main_window\fP (GtkWindow *main_window, GtkApplication *app)"
|
|
|
|
.br
|
|
|
|
.ti -1c
|
|
|
|
.RI "char * \fBwidget_get_address_text_theory\fP ()"
|
|
|
|
.br
|
|
|
|
.ti -1c
|
|
|
|
.RI "char * \fBwidget_get_address_text_practice\fP ()"
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
2024-10-19 16:05:49 +02:00
|
|
|
.ti -1c
|
|
|
|
.RI "char * \fBwidget_get_address_text_alpha_index\fP ()"
|
|
|
|
.br
|
2024-10-16 10:28:19 +02:00
|
|
|
.in -1c
|
|
|
|
.SH "Detailed Description"
|
|
|
|
.PP
|
2024-10-19 16:05:49 +02:00
|
|
|
Main window widgets dispatcher (topbar and six pages)
|
|
|
|
|
2024-10-16 10:28:19 +02:00
|
|
|
|
2024-10-18 09:43:30 +02:00
|
|
|
.SH "Function Documentation"
|
|
|
|
.PP
|
2024-10-19 16:05:49 +02:00
|
|
|
.SS "void widget_design_main_window (GtkWindow * main_window, GtkApplication * app)"
|
2024-10-16 10:28:19 +02:00
|
|
|
|
|
|
|
.PP
|
2024-10-19 16:05:49 +02:00
|
|
|
\fBParameters\fP
|
2024-10-16 10:28:19 +02:00
|
|
|
.RS 4
|
2024-10-19 16:05:49 +02:00
|
|
|
\fI*main_window\fP
|
|
|
|
.br
|
|
|
|
\fI*app\fP
|
2024-10-16 10:28:19 +02:00
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
|
2024-10-20 23:03:17 +02:00
|
|
|
.SS "char * widget_get_address_text_alpha_index ()"
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fBReturns\fP
|
|
|
|
.RS 4
|
|
|
|
'\&./alphabetic_index\&.all'
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
|
|
|
|
.SS "char * widget_get_address_text_practice ()"
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fBReturns\fP
|
|
|
|
.RS 4
|
|
|
|
'\&./data/text/pratique\&.txt'
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
|
|
|
|
.SS "char * widget_get_address_text_theory ()"
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fBReturns\fP
|
|
|
|
.RS 4
|
|
|
|
'\&./data/text/théorie\&.txt'
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
|
2024-10-16 10:28:19 +02:00
|
|
|
.SH "Author"
|
|
|
|
.PP
|
|
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|