111 lines
3.9 KiB
XML
111 lines
3.9 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="_modal_8c" xml:lang="en-US">
|
||
|
<title>src/widget/modal.c File Reference</title>
|
||
|
<indexterm><primary>src/widget/modal.c</primary></indexterm>
|
||
|
<para>
|
||
|
|
||
|
<para>Gem-graph-client modal window. </para>
|
||
|
|
||
|
</para>
|
||
|
<programlisting linenumbering="unnumbered">#include "../../include/util.h"<?linebreak?>#include "../../include/signal.h"<?linebreak?>#include "../../include/widget.h"<?linebreak?></programlisting><simplesect>
|
||
|
<title>Functions </title>
|
||
|
<itemizedlist>
|
||
|
<listitem><para>void <link linkend="_modal_8c_1a2de49d7ea886ac83d68af532046c0868">widget_design_text_window</link> (GtkWindow *main_window, GtkWindow *text_window)</para>
|
||
|
|
||
|
<para>modal </para>
|
||
|
</listitem>
|
||
|
<listitem><para>void * <link linkend="_modal_8c_1a59d241b96357c7580fd8584572f42b4c">widget_get_text_from_address</link> (gchar *text_address)</para>
|
||
|
|
||
|
<para>getter </para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</simplesect>
|
||
|
<section>
|
||
|
<title>Detailed Description</title>
|
||
|
|
||
|
<para>Gem-graph-client modal window. </para>
|
||
|
|
||
|
<para>This file is part of Gem-graph. </para>
|
||
|
</section>
|
||
|
<section>
|
||
|
<title>Function Documentation</title>
|
||
|
<anchor xml:id="_modal_8c_1a2de49d7ea886ac83d68af532046c0868"/><section>
|
||
|
<title>widget_design_text_window()</title>
|
||
|
<indexterm><primary>widget_design_text_window</primary><secondary>modal.c</secondary></indexterm>
|
||
|
<indexterm><primary>modal.c</primary><secondary>widget_design_text_window</secondary></indexterm>
|
||
|
<para><computeroutput>void widget_design_text_window (GtkWindow * main_window, GtkWindow * text_window)</computeroutput></para><para>
|
||
|
|
||
|
<para>modal </para>
|
||
|
</para>
|
||
|
|
||
|
<para><formalpara><title>See also</title>
|
||
|
|
||
|
<para>src/widget/modal/widget_get_text_from_address()</para>
|
||
|
|
||
|
<para>src/widget/manager/on_windows_activation()</para>
|
||
|
</formalpara>
|
||
|
|
||
|
<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>*text_window</entry><entry>
|
||
|
<para></para>
|
||
|
</entry>
|
||
|
</row>
|
||
|
</tbody>
|
||
|
</tgroup>
|
||
|
</table>
|
||
|
</para>
|
||
|
</formalpara>
|
||
|
</para>
|
||
|
</section>
|
||
|
<anchor xml:id="_modal_8c_1a59d241b96357c7580fd8584572f42b4c"/><section>
|
||
|
<title>widget_get_text_from_address()</title>
|
||
|
<indexterm><primary>widget_get_text_from_address</primary><secondary>modal.c</secondary></indexterm>
|
||
|
<indexterm><primary>modal.c</primary><secondary>widget_get_text_from_address</secondary></indexterm>
|
||
|
<para><computeroutput>void * widget_get_text_from_address (gchar * text_address)</computeroutput></para><para>
|
||
|
|
||
|
<para>getter </para>
|
||
|
</para>
|
||
|
|
||
|
<para><formalpara><title>See also</title>
|
||
|
|
||
|
<para>src/widget/modal/widget_design_text_window()</para>
|
||
|
</formalpara>
|
||
|
|
||
|
<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>*text_address</entry><entry>
|
||
|
<para></para>
|
||
|
</entry>
|
||
|
</row>
|
||
|
</tbody>
|
||
|
</tgroup>
|
||
|
</table>
|
||
|
</para>
|
||
|
</formalpara>
|
||
|
</para>
|
||
|
</section>
|
||
|
</section>
|
||
|
</section>
|