70 lines
3.2 KiB
XML
70 lines
3.2 KiB
XML
|
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_widget_2topbar_2dispatch_8c" xml:lang="en-US">
|
||
|
<title>src/widget/topbar/dispatch.c File Reference</title>
|
||
|
<indexterm><primary>src/widget/topbar/dispatch.c</primary></indexterm>
|
||
|
<para>
|
||
|
|
||
|
<para>Main window widgets dispatcher (topbar and six pages) </para>
|
||
|
|
||
|
</para>
|
||
|
<programlisting linenumbering="unnumbered">#include "../../../include/base.h"<?linebreak?>#include "../../../include/signal.h"<?linebreak?>#include "../../../include/widget.h"<?linebreak?>#include "../../../include/fsm.h"<?linebreak?></programlisting><simplesect>
|
||
|
<title>Functions </title>
|
||
|
<itemizedlist>
|
||
|
<listitem><para>void <link linkend="_widget_2topbar_2dispatch_8c_1a6458bdae6bcf9131bc7c793810869db7">widget_design_main_window</link> (GtkWindow *main_window, GtkApplication *app)</para>
|
||
|
</listitem>
|
||
|
<listitem><para><anchor xml:id="_widget_2topbar_2dispatch_8c_1aee7518cfd4073577afedafc70705e233"/>char * <emphasis role="strong">widget_get_address_text_theory</emphasis> ()</para>
|
||
|
|
||
|
<para>return "./data/text/théorie.txt" </para>
|
||
|
</listitem>
|
||
|
<listitem><para><anchor xml:id="_widget_2topbar_2dispatch_8c_1acfad36e48f845c075056fb8fbe765c0e"/>char * <emphasis role="strong">widget_get_address_text_practice</emphasis> ()</para>
|
||
|
|
||
|
<para>return "./data/text/pratique.txt" </para>
|
||
|
</listitem>
|
||
|
<listitem><para><anchor xml:id="_widget_2topbar_2dispatch_8c_1a905ee0e77908c113609224ee28aaa0ee"/>char * <emphasis role="strong">widget_get_address_text_alpha_index</emphasis> ()</para>
|
||
|
|
||
|
<para>return "./alphabetic_index.all" </para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</simplesect>
|
||
|
<section>
|
||
|
<title>Detailed Description</title>
|
||
|
|
||
|
<para>Main window widgets dispatcher (topbar and six pages) </para>
|
||
|
</section>
|
||
|
<section>
|
||
|
<title>Function Documentation</title>
|
||
|
<anchor xml:id="_widget_2topbar_2dispatch_8c_1a6458bdae6bcf9131bc7c793810869db7"/><section>
|
||
|
<title>widget_design_main_window()</title>
|
||
|
<indexterm><primary>widget_design_main_window</primary><secondary>dispatch.c</secondary></indexterm>
|
||
|
<indexterm><primary>dispatch.c</primary><secondary>widget_design_main_window</secondary></indexterm>
|
||
|
<para><computeroutput>void widget_design_main_window (GtkWindow * main_window, GtkApplication * app)</computeroutput></para>
|
||
|
<para>
|
||
|
<formalpara>
|
||
|
<title>
|
||
|
Parameters</title>
|
||
|
<para>
|
||
|
<table frame="all">
|
||
|
<tgroup cols="2" align="left" colsep="1" rowsep="1">
|
||
|
<colspec colwidth="1*"/>
|
||
|
<colspec colwidth="4*"/>
|
||
|
<tbody>
|
||
|
<row>
|
||
|
<entry>*main_window</entry><entry>
|
||
|
<para></para>
|
||
|
</entry>
|
||
|
</row>
|
||
|
<row>
|
||
|
<entry>*app</entry><entry>
|
||
|
<para></para>
|
||
|
</entry>
|
||
|
</row>
|
||
|
</tbody>
|
||
|
</tgroup>
|
||
|
</table>
|
||
|
</para>
|
||
|
</formalpara>
|
||
|
</para>
|
||
|
</section>
|
||
|
</section>
|
||
|
</section>
|