86 lines
1.4 KiB
Groff
86 lines
1.4 KiB
Groff
.TH "src/widget/main_window/topbar/dispatch.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/widget/main_window/topbar/dispatch.c \- topbar (left, center, right)
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/base\&.h'\fP
|
|
.br
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/signal\&.h'\fP
|
|
.br
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP
|
|
.br
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
|
|
.br
|
|
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "GtkWidget * \fBwidget_get_topbar\fP (GtkApplication *app)"
|
|
.br
|
|
.ti -1c
|
|
.RI "char * \fBwidget_get_address_text_theory\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "char * \fBwidget_get_address_text_practice\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "char * \fBwidget_get_address_text_alpha_index\fP ()"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
topbar (left, center, right)
|
|
|
|
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.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
|
|
|
|
.SS "GtkWidget * widget_get_topbar (GtkApplication * app)"
|
|
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*app\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
topbar
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|