Compare commits

...

2 Commits

284 changed files with 6667 additions and 560 deletions

View File

@ -1 +1 @@
4ca62ef662cafdece963b9dda403e16f 9714b9cccf0cba43e607aa4dde52098c

View File

@ -130,7 +130,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-113 540,-113 540,-94 689,-94 689,-113"/> <polygon fill="white" stroke="#666666" points="689,-113 540,-113 540,-94 689,-94 689,-113"/>
<text text-anchor="middle" x="614.5" y="-101" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-101" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -148,7 +148,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-113 397,-113 397,-94 504,-94 504,-113"/> <polygon fill="white" stroke="#666666" points="504,-113 397,-113 397,-94 504,-94 504,-113"/>
<text text-anchor="middle" x="450.5" y="-101" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-101" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -30,17 +30,43 @@
<para>This file is part of Gem-graph. It contains only the <link linkend="_main_8c_1a3c04138a5bfe5d72780bb7e82a18e627">main()</link> function.</para> <para>This file is part of Gem-graph. It contains only the <link linkend="_main_8c_1a3c04138a5bfe5d72780bb7e82a18e627">main()</link> function.</para>
<para>The <link linkend="_main_8c_1a3c04138a5bfe5d72780bb7e82a18e627">main()</link> function initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened before the end of program execution. By default, the main window opens on the overview page of the current model. <formalpara><title>See also</title> <para><informaltable frame='bottom'><tgroup cols='1'><colspec align='center'/><tbody><row><entry align='center'>
</entry></row></tbody></tgroup></informaltable>
</para>
<para>src/widget/main_window/topbar/dispatch/widget_design_main_window() </para> <para>The <link linkend="_main_8c_1a3c04138a5bfe5d72780bb7e82a18e627">main()</link> function <emphasis role="bold">initialises</emphasis> the log, the finite state machine (fsm), the application and the windows and <emphasis role="bold">closes</emphasis> all the elements it opened before the end of program execution.</para>
<para>src/widget/main_window/topbar/left/WANT_TO_START_ON_ANOTHER_PAGE</para> <para>By default, the main window opens on the overview page of the current model as specified in: src/widget/main_window/designer/widget_design_main_window().</para>
</formalpara>
There are several types of organisation in src (sources).</para>
<para>The widgets that give the windows their appearance are organised in a tree-like hierarchy. The fsm (finite state machine), which controls the program&apos;s actions and indicates its state at all times, contains the following main sections: execution/editing, main view, measurements/results, preferences.</para> <para><informaltable frame='bottom'><tgroup cols='1'><colspec align='center'/><tbody><row><entry align='center'>
</entry></row></tbody></tgroup></informaltable>
</para>
<para>The other functions are those that manage graphics and utilities. They are called &quot;transversal&quot; because they must be easily accessed by all the preceding functions. They therefore remain at the root (src). </para> <para>The code files are all located in the src (sources) directory (the headers in &apos;include&apos;). They are divided into several <emphasis role="bold">types of organisation</emphasis>:</para>
<para><itemizedlist>
<listitem>
<para><emphasis>hierarchical</emphasis>: the widgets that give the windows their appearance are organised in the form of a tree. Windows are the first level of depth. Next come the title bar and the pages designed to occupy the window space below the title bar. Each of these pages has its own hierarchical structure: it can be divided into horizontal or vertical strips, which can themselves be divided in the same way, with varying levels of depth right down to the last boxes, which contain lists of widgets such as buttons, sliders or images.</para>
</listitem><listitem>
<para><emphasis>list</emphasis>: the main <emphasis>sections</emphasis> of the fsm (finite state machine) constitute a list of at least four elements, each of which defines a set of possible states :<orderedlist>
<listitem>
<para>execute or edit (managing the appropriate tools states in both cases)</para>
</listitem><listitem>
<para>measure, operate on data, prepare displayable results</para>
</listitem><listitem>
<para>apply user preferences</para>
</listitem><listitem>
<para>indicate the desired state of windows and widgets</para>
</listitem></orderedlist>
The state of the fsm is uniquely defined at all times by all the parameters listed in these sections. All program actions depend on this state.</para>
</listitem><listitem>
<para><emphasis>transversal</emphasis>: the other functions that must be easily accessible by all the previous functions. They are therefore all located at the root. These are the functions that manage graphics, callbacks, utilities and the log.</para>
</listitem></itemizedlist>
</para>
<para><informaltable frame='bottom'><tgroup cols='1'><colspec align='center'/><tbody><row><entry align='center'>
</entry></row></tbody></tgroup></informaltable>
</para>
</section> </section>
<section> <section>
<title>Function Documentation</title> <title>Function Documentation</title>

View File

@ -1 +1 @@
384499a82dd78e1edcaff0b171ebbfa7 f3e1a99f118f263ae37fc67a179bc2f3

View File

@ -1080,7 +1080,7 @@
<!-- Node86 --> <!-- Node86 -->
<g id="Node000086" class="node"> <g id="Node000086" class="node">
<title>Node86</title> <title>Node86</title>
<g id="a_Node000086"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000086"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1221,-903.95 1114,-903.95 1114,-884.95 1221,-884.95 1221,-903.95"/> <polygon fill="white" stroke="#666666" points="1221,-903.95 1114,-903.95 1114,-884.95 1221,-884.95 1221,-903.95"/>
<text text-anchor="middle" x="1167.5" y="-891.95" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="1167.5" y="-891.95" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>
@ -2064,7 +2064,7 @@
<!-- Node88 --> <!-- Node88 -->
<g id="Node000088" class="node"> <g id="Node000088" class="node">
<title>Node88</title> <title>Node88</title>
<g id="a_Node000088"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000088"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1433,-844.95 1284,-844.95 1284,-825.95 1433,-825.95 1433,-844.95"/> <polygon fill="white" stroke="#666666" points="1433,-844.95 1284,-844.95 1284,-825.95 1433,-825.95 1433,-844.95"/>
<text text-anchor="middle" x="1358.5" y="-832.95" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="1358.5" y="-832.95" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 162 KiB

View File

@ -1 +1 @@
d121191bc1ac7326f62a6b80f8c68d45 8647acd16ad52638aeee836df4ca92d9

View File

@ -131,7 +131,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -149,7 +149,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1 +1 @@
60ffc0ceb3ebeae51d327900667f7be8 e52aaa207503018e441e834bb896579c

View File

@ -94,7 +94,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -112,7 +112,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -1 +1 @@
35f06a5ff674e28b8603942eec6a9c86 cdf06805d678ba80bcc69c4d440571c4

View File

@ -93,7 +93,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -111,7 +111,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -1 +1 @@
23bbd5381e97bfccb9a5ec78d75862ef 37cf9a8b0baabfa2e6dd1d46f9ea32b3

View File

@ -75,7 +75,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -93,7 +93,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -1 +1 @@
d5c208a9830d4b2feb06ecd10039538d 827f5011bbf37e894b736c51c6d10d79

View File

@ -151,7 +151,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-54 540,-54 540,-35 689,-35 689,-54"/> <polygon fill="white" stroke="#666666" points="689,-54 540,-54 540,-35 689,-35 689,-54"/>
<text text-anchor="middle" x="614.5" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -169,7 +169,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-54 397,-54 397,-35 504,-35 504,-54"/> <polygon fill="white" stroke="#666666" points="504,-54 397,-54 397,-35 504,-35 504,-54"/>
<text text-anchor="middle" x="450.5" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1 +1 @@
4ef1d1b68c9d59022b10b32238142102 fd08baa38d8fdf55cf86067708efa195

View File

@ -150,7 +150,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -168,7 +168,7 @@
<!-- Node9 --> <!-- Node9 -->
<g id="Node000009" class="node"> <g id="Node000009" class="node">
<title>Node9</title> <title>Node9</title>
<g id="a_Node000009"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000009"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1 +1 @@
79689bb7613df013135575d25db897d6 83fbd50c840ba1105c507efb41fa5565

View File

@ -112,7 +112,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -130,7 +130,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -19,7 +19,7 @@
<simplesect> <simplesect>
<title>Functions </title> <title>Functions </title>
<itemizedlist> <itemizedlist>
<listitem><para>GtkWidget * <link linkend="_widget_2main__window_2topbar_2dispatch_8c_1ad937c2a7a1f8a2af174434bd5f1dcf20">widget_get_topbar</link> (GtkApplication *app)</para> <listitem><para>GtkWidget * <link linkend="_widget_2main__window_2topbar_2dispatch_8c_1aa10198d639ecaf7b7b8dfcb5e9cc52da">widget_get_topbar</link> (GtkApplication *app, int selected_page)</para>
</listitem> </listitem>
<listitem><para>char * <link linkend="_widget_2main__window_2topbar_2dispatch_8c_1aee7518cfd4073577afedafc70705e233">widget_get_address_text_theory</link> ()</para> <listitem><para>char * <link linkend="_widget_2main__window_2topbar_2dispatch_8c_1aee7518cfd4073577afedafc70705e233">widget_get_address_text_theory</link> ()</para>
</listitem> </listitem>
@ -96,11 +96,11 @@ Here is the caller graph for this function:<para>
</informalfigure> </informalfigure>
</para> </para>
</section> </section>
<anchor xml:id="_widget_2main__window_2topbar_2dispatch_8c_1ad937c2a7a1f8a2af174434bd5f1dcf20"/><section> <anchor xml:id="_widget_2main__window_2topbar_2dispatch_8c_1aa10198d639ecaf7b7b8dfcb5e9cc52da"/><section>
<title>widget_get_topbar()</title> <title>widget_get_topbar()</title>
<indexterm><primary>widget_get_topbar</primary><secondary>dispatch.c</secondary></indexterm> <indexterm><primary>widget_get_topbar</primary><secondary>dispatch.c</secondary></indexterm>
<indexterm><primary>dispatch.c</primary><secondary>widget_get_topbar</secondary></indexterm> <indexterm><primary>dispatch.c</primary><secondary>widget_get_topbar</secondary></indexterm>
<para><computeroutput>GtkWidget * widget_get_topbar (GtkApplication * app)</computeroutput></para> <para><computeroutput>GtkWidget * widget_get_topbar (GtkApplication * app, int selected_page)</computeroutput></para>
<para> <para>
<formalpara> <formalpara>
<title> <title>
@ -123,12 +123,32 @@ Parameters</title>
<para>topbar </para> <para>topbar </para>
</formalpara> </formalpara>
</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>selected_page</entry><entry>
<para></para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</formalpara>
</para>
Here is the call graph for this function:<para> Here is the call graph for this function:<para>
<informalfigure> <informalfigure>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d02/widget_2main__window_2topbar_2dispatch_8c_ad937c2a7a1f8a2af174434bd5f1dcf20_cgraph.svg"></imagedata> <imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d02/widget_2main__window_2topbar_2dispatch_8c_aa10198d639ecaf7b7b8dfcb5e9cc52da_cgraph.svg"></imagedata>
</imageobject> </imageobject>
</mediaobject> </mediaobject>
</informalfigure> </informalfigure>
@ -137,7 +157,7 @@ Here is the caller graph for this function:<para>
<informalfigure> <informalfigure>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d02/widget_2main__window_2topbar_2dispatch_8c_ad937c2a7a1f8a2af174434bd5f1dcf20_icgraph.svg"></imagedata> <imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d02/widget_2main__window_2topbar_2dispatch_8c_aa10198d639ecaf7b7b8dfcb5e9cc52da_icgraph.svg"></imagedata>
</imageobject> </imageobject>
</mediaobject> </mediaobject>
</informalfigure> </informalfigure>

View File

@ -0,0 +1 @@
cb407c3c417205cb628c25c4ab3a5320

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -0,0 +1 @@
1ebf12e8f92d8cb072038d1fcbc87dc4

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.0.1 (20221109.1506)
-->
<!-- Title: widget_get_topbar Pages: 1 -->
<svg width="512pt" height="38pt"
viewBox="0.00 0.00 512.00 38.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 34)">
<title>widget_get_topbar</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="$db/d02/designer_8c.html#a6458bdae6bcf9131bc7c793810869db7" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="361,-30 244,-30 244,0 361,0 361,-30"/>
<text text-anchor="start" x="252" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">widget_design_main</text>
<text text-anchor="middle" x="302.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">_window</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge4_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge4_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M385.46,-15C377.34,-15 369.08,-15 361.07,-15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="385.28,-18.5 395.28,-15 385.28,-11.5 385.28,-18.5"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d3/d09/widget_2manager_8c.html#af2c6e56cf463999c342009ea6e3e5346" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="208,-24.5 77,-24.5 77,-5.5 208,-5.5 208,-24.5"/>
<text text-anchor="middle" x="142.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">on_windows_activation</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge5_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge5_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M232.13,-15C224.23,-15 216.2,-15 208.37,-15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.05,-18.5 242.05,-15 232.05,-11.5 232.05,-18.5"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d0/d09/main_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="41,-24.5 0,-24.5 0,-5.5 41,-5.5 41,-24.5"/>
<text text-anchor="middle" x="20.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge6_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge6_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M65.31,-15C56.58,-15 48.34,-15 41.41,-15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.07,-18.5 75.07,-15 65.07,-11.5 65.07,-18.5"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,43 @@
<?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="_readme_8dox" xml:lang="en-US">
<title>doc/readme.dox File Reference</title>
<indexterm><primary>doc/readme.dox</primary></indexterm>
<para>
<para>Gem-graph-client doc <link linkend="_readme_8dox">readme.dox</link> file. </para>
</para>
<section>
<title>Detailed Description</title>
<para>Gem-graph-client doc <link linkend="_readme_8dox">readme.dox</link> file. </para>
<para>This file is part of Gem-graph.</para>
<para>The code files are all located in the src (sources) directory (the headers in &apos;include&apos;). They are divided into several <emphasis role="bold">types of organisation</emphasis>:</para>
<para><itemizedlist>
<listitem>
<para><emphasis>hierarchical</emphasis>: the widgets that give the windows their appearance are organised in the form of a tree. Windows are the first level of depth. Next come the title bar and the pages designed to occupy the window space below the title bar. Each of these pages has its own hierarchical structure: it can be divided into horizontal or vertical strips, which can themselves be divided in the same way, with varying levels of depth right down to the last boxes, which contain lists of widgets such as buttons, sliders or images.</para>
</listitem><listitem>
<para><emphasis>list</emphasis>: the main <emphasis>sections</emphasis> of the fsm (finite state machine) constitute a list of at least four elements, each of which defines a set of possible states :<orderedlist>
<listitem>
<para>execute or edit (managing the appropriate tools states in both cases)</para>
</listitem><listitem>
<para>measure, operate on data, prepare displayable results</para>
</listitem><listitem>
<para>apply user preferences</para>
</listitem><listitem>
<para>indicate the desired state of windows and widgets</para>
</listitem></orderedlist>
The state of the fsm is uniquely defined at all times by all the parameters listed in these sections. All program actions depend on this state.</para>
</listitem><listitem>
<para><emphasis>transversal</emphasis>: the other functions that must be easily accessible by all the previous functions. They are therefore all located at the root. These are the functions that manage graphics, callbacks, utilities and the log.</para>
</listitem></itemizedlist>
</para>
<para><informaltable frame='bottom'><tgroup cols='1'><colspec align='center'/><tbody><row><entry align='center'>
</entry></row></tbody></tgroup></informaltable>
</para>
</section>
</section>

View File

@ -1 +1 @@
2a7d18e714906f767d98002f828760ef 89959a473d6f4d4f5a15a7e26a0d08d1

View File

@ -658,7 +658,7 @@
<!-- Node29 --> <!-- Node29 -->
<g id="Node000029" class="node"> <g id="Node000029" class="node">
<title>Node29</title> <title>Node29</title>
<g id="a_Node000029"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000029"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1798,-142.5 1649,-142.5 1649,-123.5 1798,-123.5 1798,-142.5"/> <polygon fill="white" stroke="#666666" points="1798,-142.5 1649,-142.5 1649,-123.5 1798,-123.5 1798,-142.5"/>
<text text-anchor="middle" x="1723.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="1723.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -676,7 +676,7 @@
<!-- Node30 --> <!-- Node30 -->
<g id="Node000030" class="node"> <g id="Node000030" class="node">
<title>Node30</title> <title>Node30</title>
<g id="a_Node000030"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000030"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1420,-142.5 1313,-142.5 1313,-123.5 1420,-123.5 1420,-142.5"/> <polygon fill="white" stroke="#666666" points="1420,-142.5 1313,-142.5 1313,-123.5 1420,-123.5 1420,-142.5"/>
<text text-anchor="middle" x="1366.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="1366.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1 +1 @@
5bdcf7cda61b86d5c93f27cca7d282b9 e2158f074a3de922f65bc908d4849bfa

View File

@ -692,7 +692,7 @@
<!-- Node70 --> <!-- Node70 -->
<g id="Node000070" class="node"> <g id="Node000070" class="node">
<title>Node70</title> <title>Node70</title>
<g id="a_Node000070"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000070"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1144,-1091.5 1037,-1091.5 1037,-1072.5 1144,-1072.5 1144,-1091.5"/> <polygon fill="white" stroke="#666666" points="1144,-1091.5 1037,-1091.5 1037,-1072.5 1144,-1072.5 1144,-1091.5"/>
<text text-anchor="middle" x="1090.5" y="-1079.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="1090.5" y="-1079.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>
@ -1676,7 +1676,7 @@
<!-- Node72 --> <!-- Node72 -->
<g id="Node000072" class="node"> <g id="Node000072" class="node">
<title>Node72</title> <title>Node72</title>
<g id="a_Node000072"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000072"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1356,-1069.5 1207,-1069.5 1207,-1050.5 1356,-1050.5 1356,-1069.5"/> <polygon fill="white" stroke="#666666" points="1356,-1069.5 1207,-1069.5 1207,-1050.5 1356,-1050.5 1356,-1069.5"/>
<text text-anchor="middle" x="1281.5" y="-1057.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="1281.5" y="-1057.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -1 +1 @@
83e776a0759fde2686153b914893734c 32191d57fcb9babdfe78da0c2b821c60

View File

@ -75,7 +75,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -93,7 +93,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1 +1 @@
9c062fb31b35c630452e5da07bd87cd1 ade17539c66ba0485d982467edbe196f

View File

@ -131,7 +131,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -149,7 +149,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1 +1 @@
d15a62a821a6e835a8b4697c5d310895 4b324152f541ffb145df74a32e1803d6

View File

@ -94,7 +94,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -112,7 +112,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,43 @@
<?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="_readme__dox_8c" xml:lang="en-US">
<title>src/widget/readme_dox.c File Reference</title>
<indexterm><primary>src/widget/readme_dox.c</primary></indexterm>
<para>
<para>Gem-graph-client widget readme.dox file. </para>
</para>
<section>
<title>Detailed Description</title>
<para>Gem-graph-client widget readme.dox file. </para>
<para>This file is part of Gem-graph.</para>
<para>The code files are all located in the src (sources) directory (the headers in &apos;include&apos;). They are divided into several <emphasis role="bold">types of organisation</emphasis>:</para>
<para><itemizedlist>
<listitem>
<para><emphasis>hierarchical</emphasis>: the widgets that give the windows their appearance are organised in the form of a tree. Windows are the first level of depth. Next come the title bar and the pages designed to occupy the window space below the title bar. Each of these pages has its own hierarchical structure: it can be divided into horizontal or vertical strips, which can themselves be divided in the same way, with varying levels of depth right down to the last boxes, which contain lists of widgets such as buttons, sliders or images.</para>
</listitem><listitem>
<para><emphasis>list</emphasis>: the main <emphasis>sections</emphasis> of the fsm (finite state machine) constitute a list of at least four elements, each of which defines a set of possible states :<orderedlist>
<listitem>
<para>execute or edit (managing the appropriate tools states in both cases)</para>
</listitem><listitem>
<para>measure, operate on data, prepare displayable results</para>
</listitem><listitem>
<para>apply user preferences</para>
</listitem><listitem>
<para>indicate the desired state of windows and widgets</para>
</listitem></orderedlist>
The state of the fsm is uniquely defined at all times by all the parameters listed in these sections. All program actions depend on this state.</para>
</listitem><listitem>
<para><emphasis>transversal</emphasis>: the other functions that must be easily accessible by all the previous functions. They are therefore all located at the root. These are the functions that manage graphics, callbacks, utilities and the log.</para>
</listitem></itemizedlist>
</para>
<para><informaltable frame='bottom'><tgroup cols='1'><colspec align='center'/><tbody><row><entry align='center'>
</entry></row></tbody></tgroup></informaltable>
</para>
</section>
</section>

View File

@ -613,7 +613,7 @@ Here is the caller graph for this function:<para>
<para>line 292 choice_STATE_RULES_DATA = SYNTH; NB This choice can be temporarily modified for debugging purpose: </para> <para>line 292 choice_STATE_RULES_DATA = SYNTH; NB This choice can be temporarily modified for debugging purpose: </para>
<para>end of the function: <link linkend="_fsm_2dispatch_8c">fsm/dispatch.c</link> <link linkend="_widget_8h_1a45d8a02844578e1c13d8b86b74e3c8b0">window_design_topbar_left()</link></para> <para>end of the function: <link linkend="_fsm_2dispatch_8c">fsm/dispatch.c</link> <link linkend="_widget_8h_1ad59febcb3e05fa3b7d1066630a50d3b6">window_design_topbar_left()</link></para>
</formalpara> </formalpara>
<formalpara><title>Since</title> <formalpara><title>Since</title>

View File

@ -1 +1 @@
3a89c1b1afebde1682b707fd771c0a6b 91ca893a27ed4c8030e6bdcb415fb269

View File

@ -518,7 +518,7 @@
<!-- Node39 --> <!-- Node39 -->
<g id="Node000039" class="node"> <g id="Node000039" class="node">
<title>Node39</title> <title>Node39</title>
<g id="a_Node000039"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000039"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1454,-1433.03 1305,-1433.03 1305,-1414.03 1454,-1414.03 1454,-1433.03"/> <polygon fill="white" stroke="#666666" points="1454,-1433.03 1305,-1433.03 1305,-1414.03 1454,-1414.03 1454,-1433.03"/>
<text text-anchor="middle" x="1379.5" y="-1421.03" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="1379.5" y="-1421.03" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -1590,7 +1590,7 @@
<!-- Node40 --> <!-- Node40 -->
<g id="Node000040" class="node"> <g id="Node000040" class="node">
<title>Node40</title> <title>Node40</title>
<g id="a_Node000040"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000040"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1242,-1809.03 1135,-1809.03 1135,-1790.03 1242,-1790.03 1242,-1809.03"/> <polygon fill="white" stroke="#666666" points="1242,-1809.03 1135,-1809.03 1135,-1790.03 1242,-1790.03 1242,-1809.03"/>
<text text-anchor="middle" x="1188.5" y="-1797.03" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="1188.5" y="-1797.03" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -1 +1 @@
4a6f904356ab0360d68b98dd9965b03d d125ad85e75a93f3e1d7ef1dcc18af36

View File

@ -74,7 +74,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -92,7 +92,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1 +1 @@
e5cdfb5602d938b9331a04ee2b4b9b11 73e413c0f7bf3a72f006f8bc10fb25e6

View File

@ -75,7 +75,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-56 540,-56 540,-37 689,-37 689,-56"/> <polygon fill="white" stroke="#666666" points="689,-56 540,-56 540,-37 689,-37 689,-56"/>
<text text-anchor="middle" x="614.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -93,7 +93,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-57 397,-57 397,-38 504,-38 504,-57"/> <polygon fill="white" stroke="#666666" points="504,-57 397,-57 397,-38 504,-38 504,-57"/>
<text text-anchor="middle" x="450.5" y="-45" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-45" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1 +1 @@
6dbb663709150de9e892c2475a21c5a4 fc5e5c2207ff5a0d351ddb56580907ce

View File

@ -38,7 +38,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -56,7 +56,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -1 +1 @@
dced9b9bf2fdd2ad8392e10abdfd69c5 cb7f8c3a1299283ffc68449bcd5cc6b7

View File

@ -38,7 +38,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -56,7 +56,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -0,0 +1,43 @@
<?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="_doc_2readme_8dox" xml:lang="en-US">
<title>doc/readme.dox File Reference</title>
<indexterm><primary>doc/readme.dox</primary></indexterm>
<para>
<para>Gem-graph-client doc readme.dox file. </para>
</para>
<section>
<title>Detailed Description</title>
<para>Gem-graph-client doc readme.dox file. </para>
<para>This file is part of Gem-graph.</para>
<para>The code files are all located in the src (sources) directory (the headers in &apos;include&apos;). They are divided into several <emphasis role="bold">types of organisation</emphasis>:</para>
<para><itemizedlist>
<listitem>
<para><emphasis>hierarchical</emphasis>: the widgets that give the windows their appearance are organised in the form of a tree. Windows are the first level of depth. Next come the title bar and the pages designed to occupy the window space below the title bar. Each of these pages has its own hierarchical structure: it can be divided into horizontal or vertical strips, which can themselves be divided in the same way, with varying levels of depth right down to the last boxes, which contain lists of widgets such as buttons, sliders or images.</para>
</listitem><listitem>
<para><emphasis>list</emphasis>: the main <emphasis>sections</emphasis> of the fsm (finite state machine) constitute a list of at least four elements, each of which defines a set of possible states :<orderedlist>
<listitem>
<para>execute or edit (managing the appropriate tools states in both cases)</para>
</listitem><listitem>
<para>measure, operate on data, prepare displayable results</para>
</listitem><listitem>
<para>apply user preferences</para>
</listitem><listitem>
<para>indicate the desired state of windows and widgets</para>
</listitem></orderedlist>
The state of the fsm is uniquely defined at all times by all the parameters listed in these sections. All program actions depend on this state.</para>
</listitem><listitem>
<para><emphasis>transversal</emphasis>: the other functions that must be easily accessible by all the previous functions. They are therefore all located at the root. These are the functions that manage graphics, callbacks, utilities and the log.</para>
</listitem></itemizedlist>
</para>
<para><informaltable frame='bottom'><tgroup cols='1'><colspec align='center'/><tbody><row><entry align='center'>
</entry></row></tbody></tgroup></informaltable>
</para>
</section>
</section>

View File

@ -0,0 +1,17 @@
<?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="_src_2fsm_2readme_8dox" xml:lang="en-US">
<title>src/fsm/readme.dox File Reference</title>
<indexterm><primary>src/fsm/readme.dox</primary></indexterm>
<para>
<para>Gem-graph-client fsm readme.dox file. </para>
</para>
<section>
<title>Detailed Description</title>
<para>Gem-graph-client fsm readme.dox file. </para>
<para>This file is part of Gem-graph. </para>
</section>
</section>

View File

@ -16,15 +16,6 @@
</mediaobject> </mediaobject>
</informalfigure> </informalfigure>
</para> </para>
<simplesect>
<title>Macros </title>
<itemizedlist>
<listitem><para><anchor xml:id="_left_8c_1a570930b5f05abce00f0655fee5972eba"/>#define <emphasis role="strong">WANT_TO_START_ON_ANOTHER_PAGE</emphasis>&#160;&#160;&#160;0</para>
<para>default == SYNTH </para>
</listitem>
</itemizedlist>
</simplesect>
<simplesect> <simplesect>
<title>Functions </title> <title>Functions </title>
<itemizedlist> <itemizedlist>
@ -36,7 +27,7 @@
</listitem> </listitem>
<listitem><para>const char * <link linkend="_left_8c_1a136322baea0729a8dfbc5c9b1bc0667e">widget_get_btt_label_data</link> ()</para> <listitem><para>const char * <link linkend="_left_8c_1a136322baea0729a8dfbc5c9b1bc0667e">widget_get_btt_label_data</link> ()</para>
</listitem> </listitem>
<listitem><para>void <link linkend="_left_8c_1a45d8a02844578e1c13d8b86b74e3c8b0">window_design_topbar_left</link> (GtkWidget *header_bar)</para> <listitem><para>void <link linkend="_left_8c_1ad59febcb3e05fa3b7d1066630a50d3b6">window_design_topbar_left</link> (GtkWidget *header_bar, int selected_page)</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</simplesect> </simplesect>
@ -133,11 +124,11 @@ Here is the caller graph for this function:<para>
</informalfigure> </informalfigure>
</para> </para>
</section> </section>
<anchor xml:id="_left_8c_1a45d8a02844578e1c13d8b86b74e3c8b0"/><section> <anchor xml:id="_left_8c_1ad59febcb3e05fa3b7d1066630a50d3b6"/><section>
<title>window_design_topbar_left()</title> <title>window_design_topbar_left()</title>
<indexterm><primary>window_design_topbar_left</primary><secondary>left.c</secondary></indexterm> <indexterm><primary>window_design_topbar_left</primary><secondary>left.c</secondary></indexterm>
<indexterm><primary>left.c</primary><secondary>window_design_topbar_left</secondary></indexterm> <indexterm><primary>left.c</primary><secondary>window_design_topbar_left</secondary></indexterm>
<para><computeroutput>void window_design_topbar_left (GtkWidget * header_bar)</computeroutput></para> <para><computeroutput>void window_design_topbar_left (GtkWidget * header_bar, int selected_page)</computeroutput></para>
<para>The rules page consists of two half-pages in a GtkPaned widget :<itemizedlist> <para>The rules page consists of two half-pages in a GtkPaned widget :<itemizedlist>
<listitem> <listitem>
<para>on the left, widgets for controlling or editing all the rules.</para> <para>on the left, widgets for controlling or editing all the rules.</para>
@ -165,6 +156,11 @@ Parameters</title>
<row> <row>
<entry>*header_bar</entry><entry> <entry>*header_bar</entry><entry>
<para></para> <para></para>
</entry>
</row>
<row>
<entry>selected_page</entry><entry>
<para></para>
</entry> </entry>
</row> </row>
</tbody> </tbody>
@ -177,7 +173,7 @@ Here is the call graph for this function:<para>
<informalfigure> <informalfigure>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d5/d03/left_8c_a45d8a02844578e1c13d8b86b74e3c8b0_cgraph.svg"></imagedata> <imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d5/d03/left_8c_ad59febcb3e05fa3b7d1066630a50d3b6_cgraph.svg"></imagedata>
</imageobject> </imageobject>
</mediaobject> </mediaobject>
</informalfigure> </informalfigure>
@ -186,7 +182,7 @@ Here is the caller graph for this function:<para>
<informalfigure> <informalfigure>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d5/d03/left_8c_a45d8a02844578e1c13d8b86b74e3c8b0_icgraph.svg"></imagedata> <imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d5/d03/left_8c_ad59febcb3e05fa3b7d1066630a50d3b6_icgraph.svg"></imagedata>
</imageobject> </imageobject>
</mediaobject> </mediaobject>
</informalfigure> </informalfigure>

View File

@ -1 +1 @@
c41c71ed391d8a0dddfe8f16562fdb9d 55a6e36fa67b904f8deb76c731fe51be

View File

@ -38,7 +38,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -65,7 +65,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1 +1 @@
4fb5572b61d64466bede2272638a08bd 261bd75955ab6bb1023684dcbd14b40b

View File

@ -39,7 +39,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -66,7 +66,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1 +1 @@
cd6465cf88e42d3037abb97b4caaae95 f1a74fb047531d8d0bd63ff288e94dfb

View File

@ -39,7 +39,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -66,7 +66,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1 @@
5012a6a507daed404c56848c903ac52b

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -0,0 +1 @@
302e85201e297d699d03ee6942188940

View File

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.0.1 (20221109.1506)
-->
<!-- Title: window_design_topbar_left Pages: 1 -->
<svg width="697pt" height="38pt"
viewBox="0.00 0.00 697.00 38.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 34)">
<title>window_design_topbar_left</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge5_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge5_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M528.19,-15C520.12,-15 512.11,-15 504.47,-15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="528.1,-18.5 538.1,-15 528.1,-11.5 528.1,-18.5"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="$db/d02/designer_8c.html#a6458bdae6bcf9131bc7c793810869db7" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="361,-30 244,-30 244,0 361,0 361,-30"/>
<text text-anchor="start" x="252" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">widget_design_main</text>
<text text-anchor="middle" x="302.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">_window</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge6_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge6_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M385.46,-15C377.34,-15 369.08,-15 361.07,-15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="385.28,-18.5 395.28,-15 385.28,-11.5 385.28,-18.5"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d3/d09/widget_2manager_8c.html#af2c6e56cf463999c342009ea6e3e5346" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="208,-24.5 77,-24.5 77,-5.5 208,-5.5 208,-24.5"/>
<text text-anchor="middle" x="142.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">on_windows_activation</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge7_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge7_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M232.13,-15C224.23,-15 216.2,-15 208.37,-15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.05,-18.5 242.05,-15 232.05,-11.5 232.05,-18.5"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d0/d09/main_8c.html#a3c04138a5bfe5d72780bb7e82a18e627" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="41,-24.5 0,-24.5 0,-5.5 41,-5.5 41,-24.5"/>
<text text-anchor="middle" x="20.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge8_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;Node5</title>
<g id="a_edge8_Node000004_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M65.31,-15C56.58,-15 48.34,-15 41.41,-15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.07,-18.5 75.07,-15 65.07,-11.5 65.07,-18.5"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -1 +1 @@
9ee36cd11016ed7cd26f96f9fc497ad1 d6b26a6b53351296ea9953f1bdaa07f2

View File

@ -39,7 +39,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -66,7 +66,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1 +1 @@
f8f0722924faacedf2928798c5fd2e62 f95fa98e5ff64ecceee2a24812864b65

View File

@ -112,7 +112,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-47.5 540,-47.5 540,-28.5 689,-28.5 689,-47.5"/> <polygon fill="white" stroke="#666666" points="689,-47.5 540,-47.5 540,-28.5 689,-28.5 689,-47.5"/>
<text text-anchor="middle" x="614.5" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -130,7 +130,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-47.5 397,-47.5 397,-28.5 504,-28.5 504,-47.5"/> <polygon fill="white" stroke="#666666" points="504,-47.5 397,-47.5 397,-28.5 504,-28.5 504,-47.5"/>
<text text-anchor="middle" x="450.5" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -1 +1 @@
8bcc7c75c13d2910b0e1eff4d4278284 2f51a1c5717f66b1858479b3ff298e8d

View File

@ -112,7 +112,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -130,7 +130,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -1 +1 @@
24fd97e346f88917a02be3f1efa22293 d5bfe2d7b52a12b748a22e2bbb86ff21

View File

@ -132,7 +132,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -150,7 +150,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1 +1 @@
414f8d9b3fd09fdffe935bafbefaea79 e2bb1d0f293d35bd9aac13e78d56befe

View File

@ -93,7 +93,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -111,7 +111,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -1 +1 @@
d6fe2f56d1ae32b3b0e317cb0365e899 119597032eb983096738480f2c678558

View File

@ -94,7 +94,7 @@
<!-- Node5 --> <!-- Node5 -->
<g id="Node000005" class="node"> <g id="Node000005" class="node">
<title>Node5</title> <title>Node5</title>
<g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000005"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -112,7 +112,7 @@
<!-- Node6 --> <!-- Node6 -->
<g id="Node000006" class="node"> <g id="Node000006" class="node">
<title>Node6</title> <title>Node6</title>
<g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000006"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -1 +1 @@
08db263c9fa173728556b4b3d465d945 8396bbb191087198d4d8610bb5c421ff

View File

@ -187,7 +187,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-72.5 540,-72.5 540,-53.5 689,-53.5 689,-72.5"/> <polygon fill="white" stroke="#666666" points="689,-72.5 540,-72.5 540,-53.5 689,-53.5 689,-72.5"/>
<text text-anchor="middle" x="614.5" y="-60.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-60.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -205,7 +205,7 @@
<!-- Node9 --> <!-- Node9 -->
<g id="Node000009" class="node"> <g id="Node000009" class="node">
<title>Node9</title> <title>Node9</title>
<g id="a_Node000009"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000009"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-72.5 397,-72.5 397,-53.5 504,-53.5 504,-72.5"/> <polygon fill="white" stroke="#666666" points="504,-72.5 397,-72.5 397,-53.5 504,-53.5 504,-72.5"/>
<text text-anchor="middle" x="450.5" y="-60.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-60.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -35,7 +35,7 @@
<para>remove an event </para> <para>remove an event </para>
</listitem> </listitem>
<listitem><para>int <link linkend="_log_8c_1aac788df2175814c0778c4033dc5e0c9c">fsm_length_log</link> (<link linkend="_structfsm__log__struct">fsm_log_struct</link> jj)</para> <listitem><para>int <link linkend="_log_8c_1a0d06efb349076f5520325c8fc65fba35">fsm_get_log_length</link> (<link linkend="_structfsm__log__struct">fsm_log_struct</link> jj)</para>
<para>get journal_length </para> <para>get journal_length </para>
</listitem> </listitem>
@ -173,6 +173,45 @@ Parameters</title>
</formalpara> </formalpara>
</para> </para>
</section> </section>
<anchor xml:id="_log_8c_1a0d06efb349076f5520325c8fc65fba35"/><section>
<title>fsm_get_log_length()</title>
<indexterm><primary>fsm_get_log_length</primary><secondary>log.c</secondary></indexterm>
<indexterm><primary>log.c</primary><secondary>fsm_get_log_length</secondary></indexterm>
<para><computeroutput>int fsm_get_log_length (<link linkend="_structfsm__log__struct">fsm_log_struct</link> jj)</computeroutput></para><para>
<para>get journal_length </para>
</para>
<para><formalpara><title>Since</title>
<para>2024-09</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>*jj</entry><entry>
<para></para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</formalpara>
<formalpara><title>Returns</title>
<para>journal length </para>
</formalpara>
</para>
</section>
<anchor xml:id="_log_8c_1ae0dbc2611e12fd1f4da5835687dcbbb2"/><section> <anchor xml:id="_log_8c_1ae0dbc2611e12fd1f4da5835687dcbbb2"/><section>
<title>fsm_init_log()</title> <title>fsm_init_log()</title>
<indexterm><primary>fsm_init_log</primary><secondary>log.c</secondary></indexterm> <indexterm><primary>fsm_init_log</primary><secondary>log.c</secondary></indexterm>
@ -217,45 +256,6 @@ Here is the caller graph for this function:<para>
</informalfigure> </informalfigure>
</para> </para>
</section> </section>
<anchor xml:id="_log_8c_1aac788df2175814c0778c4033dc5e0c9c"/><section>
<title>fsm_length_log()</title>
<indexterm><primary>fsm_length_log</primary><secondary>log.c</secondary></indexterm>
<indexterm><primary>log.c</primary><secondary>fsm_length_log</secondary></indexterm>
<para><computeroutput>int fsm_length_log (<link linkend="_structfsm__log__struct">fsm_log_struct</link> jj)</computeroutput></para><para>
<para>get journal_length </para>
</para>
<para><formalpara><title>Since</title>
<para>2024-09</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>*jj</entry><entry>
<para></para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</formalpara>
<formalpara><title>Returns</title>
<para>journal length </para>
</formalpara>
</para>
</section>
<anchor xml:id="_log_8c_1a4404da8b9abd927d360136e9b7094cca"/><section> <anchor xml:id="_log_8c_1a4404da8b9abd927d360136e9b7094cca"/><section>
<title>fsm_pop_back_log()</title> <title>fsm_pop_back_log()</title>
<indexterm><primary>fsm_pop_back_log</primary><secondary>log.c</secondary></indexterm> <indexterm><primary>fsm_pop_back_log</primary><secondary>log.c</secondary></indexterm>

View File

@ -1 +1 @@
62ecdc1b07a5992fc58f93a585d65f55 7d8094e9dadf2a0d13f44d400e96490c

View File

@ -536,7 +536,7 @@
<!-- Node40 --> <!-- Node40 -->
<g id="Node000040" class="node"> <g id="Node000040" class="node">
<title>Node40</title> <title>Node40</title>
<g id="a_Node000040"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000040"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1454,-1433.03 1305,-1433.03 1305,-1414.03 1454,-1414.03 1454,-1433.03"/> <polygon fill="white" stroke="#666666" points="1454,-1433.03 1305,-1433.03 1305,-1414.03 1454,-1414.03 1454,-1433.03"/>
<text text-anchor="middle" x="1379.5" y="-1421.03" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="1379.5" y="-1421.03" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -1608,7 +1608,7 @@
<!-- Node41 --> <!-- Node41 -->
<g id="Node000041" class="node"> <g id="Node000041" class="node">
<title>Node41</title> <title>Node41</title>
<g id="a_Node000041"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000041"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1242,-1809.03 1135,-1809.03 1135,-1790.03 1242,-1790.03 1242,-1809.03"/> <polygon fill="white" stroke="#666666" points="1242,-1809.03 1135,-1809.03 1135,-1790.03 1242,-1790.03 1242,-1809.03"/>
<text text-anchor="middle" x="1188.5" y="-1797.03" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="1188.5" y="-1797.03" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -1 +1 @@
17e19c30a2b8e72a3add6841c97e5dc7 eb17a889c46eab71ed797ec0ec54825e

View File

@ -238,7 +238,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-181.5 540,-181.5 540,-162.5 689,-162.5 689,-181.5"/> <polygon fill="white" stroke="#666666" points="689,-181.5 540,-181.5 540,-162.5 689,-162.5 689,-181.5"/>
<text text-anchor="middle" x="614.5" y="-169.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-169.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -256,7 +256,7 @@
<!-- Node9 --> <!-- Node9 -->
<g id="Node000009" class="node"> <g id="Node000009" class="node">
<title>Node9</title> <title>Node9</title>
<g id="a_Node000009"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000009"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-162.5 397,-162.5 397,-143.5 504,-143.5 504,-162.5"/> <polygon fill="white" stroke="#666666" points="504,-162.5 397,-162.5 397,-143.5 504,-143.5 504,-162.5"/>
<text text-anchor="middle" x="450.5" y="-150.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-150.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1069,7 +1069,7 @@ The rules page consists of two half-pages in a GtkPaned widget :<itemizedlist>
</listitem></itemizedlist> </listitem></itemizedlist>
</para> </para>
<para>Instead of having a: &quot;widget_get_rules_page()&quot; function, this distribution is moved here. (see also widget/topbar/left design) <link linkend="_widget_8h_1a45d8a02844578e1c13d8b86b74e3c8b0">window_design_topbar_left()</link> </para> <para>Instead of having a: &quot;widget_get_rules_page()&quot; function, this distribution is moved here. (see also widget/topbar/left design) <link linkend="_widget_8h_1ad59febcb3e05fa3b7d1066630a50d3b6">window_design_topbar_left()</link> </para>
Here is the call graph for this function:<para> Here is the call graph for this function:<para>
<informalfigure> <informalfigure>
<mediaobject> <mediaobject>

View File

@ -1 +1 @@
564495c7a2d4eab85a7f2224e78411db 1250f40c2b8c0940b6ddac3adc929fff

View File

@ -131,7 +131,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -149,7 +149,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +1 @@
8ca3a8670a3403c59e5b9bd1b6793d30 6bdeae34a7138002d9634478b3b3f7ff

View File

@ -130,7 +130,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -148,7 +148,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +1 @@
a43f18e154d23cfedbf8a54adcfd9471 1f9c33f3d75ea06918ca3c323bd21592

View File

@ -56,7 +56,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -74,7 +74,7 @@
<!-- Node4 --> <!-- Node4 -->
<g id="Node000004" class="node"> <g id="Node000004" class="node">
<title>Node4</title> <title>Node4</title>
<g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000004"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -1 +1 @@
800e3185e2e247ee7bf4f5255d801686 962efbc2292077d95c99d904ec266539

View File

@ -20,7 +20,7 @@
<!-- Node2 --> <!-- Node2 -->
<g id="Node000002" class="node"> <g id="Node000002" class="node">
<title>Node2</title> <title>Node2</title>
<g id="a_Node000002"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000002"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -38,7 +38,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1 +1 @@
e063a5f2ff09b5f19c2106b7ca463b24 2f66783c2017d0724f8f8acd938b83f0

View File

@ -20,7 +20,7 @@
<!-- Node2 --> <!-- Node2 -->
<g id="Node000002" class="node"> <g id="Node000002" class="node">
<title>Node2</title> <title>Node2</title>
<g id="a_Node000002"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000002"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -38,7 +38,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1086,7 +1086,7 @@ The rules page consists of two half-pages in a GtkPaned widget :<itemizedlist>
</listitem></itemizedlist> </listitem></itemizedlist>
</para> </para>
<para>Instead of having a: &quot;widget_get_rules_page()&quot; function, this distribution is moved here. (see also widget/topbar/left design) <link linkend="_widget_8h_1a45d8a02844578e1c13d8b86b74e3c8b0">window_design_topbar_left()</link> </para> <para>Instead of having a: &quot;widget_get_rules_page()&quot; function, this distribution is moved here. (see also widget/topbar/left design) <link linkend="_widget_8h_1ad59febcb3e05fa3b7d1066630a50d3b6">window_design_topbar_left()</link> </para>
Here is the call graph for this function:<para> Here is the call graph for this function:<para>
<informalfigure> <informalfigure>
<mediaobject> <mediaobject>

View File

@ -1 +1 @@
e063a5f2ff09b5f19c2106b7ca463b24 2f66783c2017d0724f8f8acd938b83f0

View File

@ -20,7 +20,7 @@
<!-- Node2 --> <!-- Node2 -->
<g id="Node000002" class="node"> <g id="Node000002" class="node">
<title>Node2</title> <title>Node2</title>
<g id="a_Node000002"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000002"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/> <polygon fill="white" stroke="#666666" points="689,-24.5 540,-24.5 540,-5.5 689,-5.5 689,-24.5"/>
<text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -38,7 +38,7 @@
<!-- Node3 --> <!-- Node3 -->
<g id="Node000003" class="node"> <g id="Node000003" class="node">
<title>Node3</title> <title>Node3</title>
<g id="a_Node000003"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000003"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/> <polygon fill="white" stroke="#666666" points="504,-24.5 397,-24.5 397,-5.5 504,-5.5 504,-24.5"/>
<text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1 +1 @@
564495c7a2d4eab85a7f2224e78411db 1250f40c2b8c0940b6ddac3adc929fff

View File

@ -131,7 +131,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -149,7 +149,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +1 @@
8ca3a8670a3403c59e5b9bd1b6793d30 6bdeae34a7138002d9634478b3b3f7ff

View File

@ -130,7 +130,7 @@
<!-- Node7 --> <!-- Node7 -->
<g id="Node000007" class="node"> <g id="Node000007" class="node">
<title>Node7</title> <title>Node7</title>
<g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#a45d8a02844578e1c13d8b86b74e3c8b0" xlink:title=" "> <g id="a_Node000007"><a xlink:href="$d5/d03/left_8c.html#ad59febcb3e05fa3b7d1066630a50d3b6" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/> <polygon fill="white" stroke="#666666" points="689,-37 540,-37 540,-18 689,-18 689,-37"/>
<text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text> <text text-anchor="middle" x="614.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">window_design_topbar_left</text>
</a> </a>
@ -148,7 +148,7 @@
<!-- Node8 --> <!-- Node8 -->
<g id="Node000008" class="node"> <g id="Node000008" class="node">
<title>Node8</title> <title>Node8</title>
<g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#ad937c2a7a1f8a2af174434bd5f1dcf20" xlink:title=" "> <g id="a_Node000008"><a xlink:href="$d2/d02/widget_2main__window_2topbar_2dispatch_8c.html#aa10198d639ecaf7b7b8dfcb5e9cc52da" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/> <polygon fill="white" stroke="#666666" points="504,-37 397,-37 397,-18 504,-18 504,-37"/>
<text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text> <text text-anchor="middle" x="450.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">widget_get_topbar</text>
</a> </a>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +1 @@
a43f18e154d23cfedbf8a54adcfd9471 1f9c33f3d75ea06918ca3c323bd21592

Some files were not shown because too many files have changed in this diff Show More