Changeset 509

Show
Ignore:
Timestamp:
11/30/2009 05:09:29 PM (2 years ago)
Author:
powell
Message:

Various updates for 0.5 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/Ternary.glade

    r495 r509  
    11<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
    22<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> 
    3 <!--Generated with glade3 3.4.5 on Fri Nov 27 23:56:01 2009 --> 
     3<!--Generated with glade3 3.4.5 on Mon Nov 30 16:55:37 2009 --> 
    44<glade-interface> 
    55  <widget class="GtkWindow" id="main_window"> 
     
    154154            <property name="n_columns">5</property> 
    155155            <child> 
    156               <widget class="GtkLabel" id="label18"> 
    157                 <property name="visible">True</property> 
    158                 <property name="label" translatable="yes">Component 1:</property> 
     156              <widget class="GtkHBox" id="hbox7"> 
     157                <property name="visible">True</property> 
     158                <child> 
     159                  <widget class="GtkLabel" id="label24"> 
     160                    <property name="visible">True</property> 
     161                    <property name="label" translatable="yes"> Refinement steps: </property> 
     162                  </widget> 
     163                  <packing> 
     164                    <property name="expand">False</property> 
     165                  </packing> 
     166                </child> 
     167                <child> 
     168                  <widget class="GtkSpinButton" id="refine_spinbutton"> 
     169                    <property name="visible">True</property> 
     170                    <property name="can_focus">True</property> 
     171                    <property name="adjustment">3 0 10 1 2 2</property> 
     172                    <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_refines_spinbutton"/> 
     173                  </widget> 
     174                  <packing> 
     175                    <property name="expand">False</property> 
     176                    <property name="position">1</property> 
     177                  </packing> 
     178                </child> 
    159179              </widget> 
    160180              <packing> 
    161                 <property name="x_options">GTK_FILL</property> 
    162                 <property name="y_options">GTK_FILL</property> 
     181                <property name="left_attach">2</property> 
     182                <property name="right_attach">5</property> 
     183                <property name="top_attach">2</property> 
     184                <property name="bottom_attach">3</property> 
    163185              </packing> 
    164186            </child> 
    165187            <child> 
    166               <widget class="GtkLabel" id="label19"> 
    167                 <property name="visible">True</property> 
    168                 <property name="label" translatable="yes">Component 2:</property> 
     188              <widget class="GtkHScale" id="P_hscale"> 
     189                <property name="width_request">80</property> 
     190                <property name="visible">True</property> 
     191                <property name="can_focus">True</property> 
     192                <property name="adjustment">10 0 1000000 100 1000 1000</property> 
     193                <property name="draw_value">False</property> 
     194                <signal name="value_changed" handler="on_hscale_value_changed" object="P_hscale"/> 
    169195              </widget> 
    170196              <packing> 
     197                <property name="left_attach">4</property> 
     198                <property name="right_attach">5</property> 
    171199                <property name="top_attach">1</property> 
    172200                <property name="bottom_attach">2</property> 
     
    176204            </child> 
    177205            <child> 
    178               <widget class="GtkLabel" id="label20"> 
    179                 <property name="visible">True</property> 
    180                 <property name="label" translatable="yes">Component 3:</property> 
    181               </widget> 
    182               <packing> 
    183                 <property name="top_attach">2</property> 
    184                 <property name="bottom_attach">3</property> 
    185                 <property name="x_options">GTK_FILL</property> 
    186                 <property name="y_options">GTK_FILL</property> 
    187               </packing> 
    188             </child> 
    189             <child> 
    190               <widget class="GtkEntry" id="component1_name"> 
     206              <widget class="GtkEntry" id="P_entry"> 
     207                <property name="width_request">60</property> 
    191208                <property name="visible">True</property> 
    192209                <property name="can_focus">True</property> 
    193                 <property name="text" translatable="yes">Water</property> 
    194                 <signal name="activate" handler="on_name_entry_activate" object="component1_name"/> 
    195               </widget> 
    196               <packing> 
    197                 <property name="left_attach">1</property> 
    198                 <property name="right_attach">2</property> 
    199                 <property name="y_options">GTK_FILL</property> 
    200               </packing> 
    201             </child> 
    202             <child> 
    203               <widget class="GtkEntry" id="component2_name"> 
    204                 <property name="visible">True</property> 
    205                 <property name="can_focus">True</property> 
    206                 <property name="text" translatable="yes">Solvent</property> 
    207                 <signal name="activate" handler="on_name_entry_activate" object="component2_name"/> 
    208               </widget> 
    209               <packing> 
    210                 <property name="left_attach">1</property> 
    211                 <property name="right_attach">2</property> 
    212                 <property name="top_attach">1</property> 
    213                 <property name="bottom_attach">2</property> 
    214                 <property name="y_options">GTK_FILL</property> 
    215               </packing> 
    216             </child> 
    217             <child> 
    218               <widget class="GtkEntry" id="component3_name"> 
    219                 <property name="visible">True</property> 
    220                 <property name="can_focus">True</property> 
    221                 <property name="text" translatable="yes">Polymer</property> 
    222                 <signal name="activate" handler="on_name_entry_activate" object="component3_name"/> 
    223               </widget> 
    224               <packing> 
    225                 <property name="left_attach">1</property> 
    226                 <property name="right_attach">2</property> 
    227                 <property name="top_attach">2</property> 
    228                 <property name="bottom_attach">3</property> 
    229                 <property name="y_options">GTK_FILL</property> 
    230               </packing> 
    231             </child> 
    232             <child> 
    233               <widget class="GtkLabel" id="label2"> 
    234                 <property name="visible">True</property> 
    235                 <property name="label" translatable="yes">Gas constant R: </property> 
    236               </widget> 
    237               <packing> 
    238                 <property name="left_attach">2</property> 
    239                 <property name="right_attach">3</property> 
    240                 <property name="x_options">GTK_FILL</property> 
    241                 <property name="y_options">GTK_FILL</property> 
    242               </packing> 
    243             </child> 
    244             <child> 
    245               <widget class="GtkEntry" id="R_entry"> 
    246                 <property name="width_request">60</property> 
    247                 <property name="visible">True</property> 
    248                 <property name="can_focus">True</property> 
    249                 <property name="text" translatable="yes">8.314</property> 
    250                 <signal name="activate" handler="on_entry_activate" object="R_entry"/> 
     210                <property name="text" translatable="yes">101300</property> 
     211                <signal name="activate" handler="on_entry_activate" object="P_entry"/> 
    251212              </widget> 
    252213              <packing> 
    253214                <property name="left_attach">3</property> 
    254215                <property name="right_attach">4</property> 
    255                 <property name="x_options">GTK_FILL</property> 
    256                 <property name="y_options">GTK_FILL</property> 
    257               </packing> 
    258             </child> 
    259             <child> 
    260               <widget class="GtkHScale" id="R_hscale"> 
    261                 <property name="width_request">80</property> 
    262                 <property name="visible">True</property> 
    263                 <property name="can_focus">True</property> 
    264                 <property name="adjustment">8.3100000000000005 0 50 1 10 10</property> 
    265                 <property name="draw_value">False</property> 
    266                 <signal name="value_changed" handler="on_hscale_value_changed" object="R_hscale"/> 
    267               </widget> 
    268               <packing> 
    269                 <property name="left_attach">4</property> 
    270                 <property name="right_attach">5</property> 
     216                <property name="top_attach">1</property> 
     217                <property name="bottom_attach">2</property> 
    271218                <property name="x_options">GTK_FILL</property> 
    272219                <property name="y_options">GTK_FILL</property> 
     
    288235            </child> 
    289236            <child> 
    290               <widget class="GtkEntry" id="P_entry"> 
     237              <widget class="GtkHScale" id="R_hscale"> 
     238                <property name="width_request">80</property> 
     239                <property name="visible">True</property> 
     240                <property name="can_focus">True</property> 
     241                <property name="adjustment">8.3100000000000005 0 50 1 10 10</property> 
     242                <property name="draw_value">False</property> 
     243                <signal name="value_changed" handler="on_hscale_value_changed" object="R_hscale"/> 
     244              </widget> 
     245              <packing> 
     246                <property name="left_attach">4</property> 
     247                <property name="right_attach">5</property> 
     248                <property name="x_options">GTK_FILL</property> 
     249                <property name="y_options">GTK_FILL</property> 
     250              </packing> 
     251            </child> 
     252            <child> 
     253              <widget class="GtkEntry" id="R_entry"> 
    291254                <property name="width_request">60</property> 
    292255                <property name="visible">True</property> 
    293256                <property name="can_focus">True</property> 
    294                 <property name="text" translatable="yes">101300</property> 
    295                 <signal name="activate" handler="on_entry_activate" object="P_entry"/> 
     257                <property name="text" translatable="yes">8.314</property> 
     258                <signal name="activate" handler="on_entry_activate" object="R_entry"/> 
    296259              </widget> 
    297260              <packing> 
    298261                <property name="left_attach">3</property> 
    299262                <property name="right_attach">4</property> 
     263                <property name="x_options">GTK_FILL</property> 
     264                <property name="y_options">GTK_FILL</property> 
     265              </packing> 
     266            </child> 
     267            <child> 
     268              <widget class="GtkLabel" id="label2"> 
     269                <property name="visible">True</property> 
     270                <property name="label" translatable="yes">Gas constant R: </property> 
     271              </widget> 
     272              <packing> 
     273                <property name="left_attach">2</property> 
     274                <property name="right_attach">3</property> 
     275                <property name="x_options">GTK_FILL</property> 
     276                <property name="y_options">GTK_FILL</property> 
     277              </packing> 
     278            </child> 
     279            <child> 
     280              <widget class="GtkEntry" id="component3_name"> 
     281                <property name="visible">True</property> 
     282                <property name="can_focus">True</property> 
     283                <property name="text" translatable="yes">Polymer</property> 
     284                <signal name="activate" handler="on_name_entry_activate" object="component3_name"/> 
     285              </widget> 
     286              <packing> 
     287                <property name="left_attach">1</property> 
     288                <property name="right_attach">2</property> 
     289                <property name="top_attach">2</property> 
     290                <property name="bottom_attach">3</property> 
     291                <property name="y_options">GTK_FILL</property> 
     292              </packing> 
     293            </child> 
     294            <child> 
     295              <widget class="GtkEntry" id="component2_name"> 
     296                <property name="visible">True</property> 
     297                <property name="can_focus">True</property> 
     298                <property name="text" translatable="yes">Solvent</property> 
     299                <signal name="activate" handler="on_name_entry_activate" object="component2_name"/> 
     300              </widget> 
     301              <packing> 
     302                <property name="left_attach">1</property> 
     303                <property name="right_attach">2</property> 
     304                <property name="top_attach">1</property> 
     305                <property name="bottom_attach">2</property> 
     306                <property name="y_options">GTK_FILL</property> 
     307              </packing> 
     308            </child> 
     309            <child> 
     310              <widget class="GtkEntry" id="component1_name"> 
     311                <property name="visible">True</property> 
     312                <property name="can_focus">True</property> 
     313                <property name="text" translatable="yes">Water</property> 
     314                <signal name="activate" handler="on_name_entry_activate" object="component1_name"/> 
     315              </widget> 
     316              <packing> 
     317                <property name="left_attach">1</property> 
     318                <property name="right_attach">2</property> 
     319                <property name="y_options">GTK_FILL</property> 
     320              </packing> 
     321            </child> 
     322            <child> 
     323              <widget class="GtkLabel" id="label20"> 
     324                <property name="visible">True</property> 
     325                <property name="label" translatable="yes">Component 3:</property> 
     326              </widget> 
     327              <packing> 
     328                <property name="top_attach">2</property> 
     329                <property name="bottom_attach">3</property> 
     330                <property name="x_options">GTK_FILL</property> 
     331                <property name="y_options">GTK_FILL</property> 
     332              </packing> 
     333            </child> 
     334            <child> 
     335              <widget class="GtkLabel" id="label19"> 
     336                <property name="visible">True</property> 
     337                <property name="label" translatable="yes">Component 2:</property> 
     338              </widget> 
     339              <packing> 
    300340                <property name="top_attach">1</property> 
    301341                <property name="bottom_attach">2</property> 
     
    305345            </child> 
    306346            <child> 
    307               <widget class="GtkHScale" id="P_hscale"> 
    308                 <property name="width_request">80</property> 
    309                 <property name="visible">True</property> 
    310                 <property name="can_focus">True</property> 
    311                 <property name="adjustment">10 0 1000000 100 1000 1000</property> 
    312                 <property name="draw_value">False</property> 
    313                 <signal name="value_changed" handler="on_hscale_value_changed" object="P_hscale"/> 
     347              <widget class="GtkLabel" id="label18"> 
     348                <property name="visible">True</property> 
     349                <property name="label" translatable="yes">Component 1:</property> 
    314350              </widget> 
    315351              <packing> 
    316                 <property name="left_attach">4</property> 
    317                 <property name="right_attach">5</property> 
    318                 <property name="top_attach">1</property> 
    319                 <property name="bottom_attach">2</property> 
    320352                <property name="x_options">GTK_FILL</property> 
    321353                <property name="y_options">GTK_FILL</property> 
    322               </packing> 
    323             </child> 
    324             <child> 
    325               <widget class="GtkHBox" id="hbox7"> 
    326                 <property name="visible">True</property> 
    327                 <child> 
    328                   <widget class="GtkLabel" id="label24"> 
    329                     <property name="visible">True</property> 
    330                     <property name="label" translatable="yes"> Refinement steps: </property> 
    331                   </widget> 
    332                   <packing> 
    333                     <property name="expand">False</property> 
    334                   </packing> 
    335                 </child> 
    336                 <child> 
    337                   <widget class="GtkSpinButton" id="refine_spinbutton"> 
    338                     <property name="visible">True</property> 
    339                     <property name="can_focus">True</property> 
    340                     <property name="adjustment">3 0 10 1 2 2</property> 
    341                     <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_refines_spinbutton"/> 
    342                   </widget> 
    343                   <packing> 
    344                     <property name="expand">False</property> 
    345                     <property name="position">1</property> 
    346                   </packing> 
    347                 </child> 
    348               </widget> 
    349               <packing> 
    350                 <property name="left_attach">2</property> 
    351                 <property name="right_attach">5</property> 
    352                 <property name="top_attach">2</property> 
    353                 <property name="bottom_attach">3</property> 
    354354              </packing> 
    355355            </child> 
     
    452452                        <property name="can_focus">True</property> 
    453453                        <property name="text" translatable="yes">energy.ppm</property> 
     454                        <signal name="activate" handler="save_isotherm_snapshot" object="iso_snapfile_entry"/> 
    454455                      </widget> 
    455456                      <packing> 
     
    478479        <child> 
    479480          <widget class="GtkFrame" id="frame2"> 
    480             <property name="visible">True</property> 
    481481            <property name="label_xalign">0</property> 
    482482            <property name="shadow_type">GTK_SHADOW_OUT</property> 
     
    512512                            <property name="label" translatable="yes">Snapshot</property> 
    513513                            <property name="response_id">0</property> 
    514                             <signal name="clicked" handler="save_phase_snapshot"/> 
     514                            <signal name="clicked" handler="save_phase_snapshot" object="phase_snapfile_entry"/> 
    515515                          </widget> 
    516516                          <packing> 
     
    534534                            <property name="can_focus">True</property> 
    535535                            <property name="text" translatable="yes">phasediag.ppm</property> 
     536                            <signal name="activate" handler="save_phase_snapshot" object="phase_snapfile_entry"/> 
    536537                          </widget> 
    537538                          <packing> 
     
    635636                            <property name="can_focus">True</property> 
    636637                            <property name="adjustment">50 0 500 1 20 20</property> 
    637                             <signal name="value_changed" handler="phase_steps_changed" object="phase_steps_spinbutton"/> 
     638                            <signal name="value_changed" handler="on_spinbutton_value_changed" object="phase_steps_spinbutton"/> 
    638639                          </widget> 
    639640                          <packing> 
     
    677678                <property name="n_columns">9</property> 
    678679                <child> 
    679                   <widget class="GtkHScale" id="P1_O13_hscale"> 
    680                     <property name="width_request">70</property> 
    681                     <property name="visible">True</property> 
    682                     <property name="can_focus">True</property> 
    683                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    684                     <property name="draw_value">False</property> 
    685                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O13_hscale"/> 
    686                   </widget> 
    687                   <packing> 
    688                     <property name="left_attach">5</property> 
     680                  <widget class="GtkEntry" id="P1_O123_entry"> 
     681                    <property name="width_request">60</property> 
     682                    <property name="visible">True</property> 
     683                    <property name="can_focus">True</property> 
     684                    <property name="text" translatable="yes">400</property> 
     685                    <signal name="activate" handler="on_entry_activate" object="P1_O123_entry"/> 
     686                  </widget> 
     687                  <packing> 
     688                    <property name="left_attach">7</property> 
     689                    <property name="right_attach">8</property> 
     690                    <property name="top_attach">5</property> 
     691                    <property name="bottom_attach">6</property> 
     692                    <property name="y_options">GTK_FILL</property> 
     693                  </packing> 
     694                </child> 
     695                <child> 
     696                  <widget class="GtkLabel" id="label21"> 
     697                    <property name="visible">True</property> 
     698                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
     699                    <property name="use_markup">True</property> 
     700                  </widget> 
     701                  <packing> 
     702                    <property name="left_attach">6</property> 
     703                    <property name="right_attach">7</property> 
     704                    <property name="top_attach">5</property> 
     705                    <property name="bottom_attach">6</property> 
     706                    <property name="y_options">GTK_FILL</property> 
     707                  </packing> 
     708                </child> 
     709                <child> 
     710                  <widget class="GtkHBox" id="hbox10"> 
     711                    <property name="visible">True</property> 
     712                    <child> 
     713                      <widget class="GtkLabel" id="label33"> 
     714                        <property name="visible">True</property> 
     715                        <property name="label" translatable="yes">Polynomials: </property> 
     716                      </widget> 
     717                      <packing> 
     718                        <property name="expand">False</property> 
     719                      </packing> 
     720                    </child> 
     721                    <child> 
     722                      <widget class="GtkSpinButton" id="P1_poly_spinbutton"> 
     723                        <property name="width_request">30</property> 
     724                        <property name="visible">True</property> 
     725                        <property name="can_focus">True</property> 
     726                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     727                        <property name="adjustment">0 0 0 1 10 10</property> 
     728                      </widget> 
     729                      <packing> 
     730                        <property name="position">1</property> 
     731                      </packing> 
     732                    </child> 
     733                    <child> 
     734                      <widget class="GtkLabel" id="label34"> 
     735                        <property name="visible">True</property> 
     736                        <property name="label" translatable="yes">Gaussians: </property> 
     737                      </widget> 
     738                      <packing> 
     739                        <property name="expand">False</property> 
     740                        <property name="position">2</property> 
     741                      </packing> 
     742                    </child> 
     743                    <child> 
     744                      <widget class="GtkSpinButton" id="P1_gauss_spinbutton"> 
     745                        <property name="width_request">30</property> 
     746                        <property name="visible">True</property> 
     747                        <property name="can_focus">True</property> 
     748                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     749                        <property name="adjustment">0 0 0 1 10 10</property> 
     750                      </widget> 
     751                      <packing> 
     752                        <property name="position">3</property> 
     753                      </packing> 
     754                    </child> 
     755                  </widget> 
     756                  <packing> 
    689757                    <property name="right_attach">6</property> 
     758                    <property name="top_attach">5</property> 
     759                    <property name="bottom_attach">6</property> 
     760                    <property name="y_options">GTK_FILL</property> 
     761                  </packing> 
     762                </child> 
     763                <child> 
     764                  <widget class="GtkEntry" id="P1_O23_entry"> 
     765                    <property name="width_request">60</property> 
     766                    <property name="visible">True</property> 
     767                    <property name="can_focus">True</property> 
     768                    <property name="text" translatable="yes">-1500</property> 
     769                    <signal name="activate" handler="on_entry_activate" object="P1_O23_entry"/> 
     770                  </widget> 
     771                  <packing> 
     772                    <property name="left_attach">7</property> 
     773                    <property name="right_attach">8</property> 
    690774                    <property name="top_attach">4</property> 
    691775                    <property name="bottom_attach">5</property> 
     
    694778                </child> 
    695779                <child> 
    696                   <widget class="GtkHScale" id="P1_C3_hscale"> 
    697                     <property name="width_request">70</property> 
    698                     <property name="visible">True</property> 
    699                     <property name="can_focus">True</property> 
    700                     <property name="adjustment">100 -100 100 1 10 10</property> 
    701                     <property name="draw_value">False</property> 
    702                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G3_hscale"/> 
    703                   </widget> 
    704                   <packing> 
    705                     <property name="left_attach">5</property> 
    706                     <property name="right_attach">6</property> 
    707                     <property name="top_attach">3</property> 
    708                     <property name="bottom_attach">4</property> 
    709                     <property name="y_options">GTK_FILL</property> 
    710                   </packing> 
    711                 </child> 
    712                 <child> 
    713                   <widget class="GtkHScale" id="P1_C2_hscale"> 
    714                     <property name="width_request">70</property> 
    715                     <property name="visible">True</property> 
    716                     <property name="can_focus">True</property> 
    717                     <property name="adjustment">100 -100 100 1 10 10</property> 
    718                     <property name="draw_value">False</property> 
    719                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G2_hscale"/> 
    720                   </widget> 
    721                   <packing> 
    722                     <property name="left_attach">5</property> 
    723                     <property name="right_attach">6</property> 
    724                     <property name="top_attach">2</property> 
    725                     <property name="bottom_attach">3</property> 
    726                     <property name="y_options">GTK_FILL</property> 
    727                   </packing> 
    728                 </child> 
    729                 <child> 
    730                   <widget class="GtkHScale" id="P1_C1_hscale"> 
    731                     <property name="width_request">70</property> 
    732                     <property name="visible">True</property> 
    733                     <property name="can_focus">True</property> 
    734                     <property name="adjustment">100 -100 100 1 10 10</property> 
    735                     <property name="draw_value">False</property> 
    736                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_C1_hscale"/> 
    737                   </widget> 
    738                   <packing> 
    739                     <property name="left_attach">5</property> 
    740                     <property name="right_attach">6</property> 
    741                     <property name="top_attach">1</property> 
    742                     <property name="bottom_attach">2</property> 
    743                     <property name="y_options">GTK_FILL</property> 
    744                   </packing> 
    745                 </child> 
    746                 <child> 
    747                   <widget class="GtkHScale" id="P1_O12_hscale"> 
    748                     <property name="width_request">70</property> 
    749                     <property name="visible">True</property> 
    750                     <property name="can_focus">True</property> 
    751                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    752                     <property name="draw_value">False</property> 
    753                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O12_hscale"/> 
    754                   </widget> 
    755                   <packing> 
    756                     <property name="left_attach">2</property> 
    757                     <property name="right_attach">3</property> 
     780                  <widget class="GtkLabel" id="label17"> 
     781                    <property name="visible">True</property> 
     782                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
     783                    <property name="use_markup">True</property> 
     784                  </widget> 
     785                  <packing> 
     786                    <property name="left_attach">6</property> 
     787                    <property name="right_attach">7</property> 
    758788                    <property name="top_attach">4</property> 
    759789                    <property name="bottom_attach">5</property> 
     
    762792                </child> 
    763793                <child> 
    764                   <widget class="GtkEntry" id="P1_G3_entry"> 
    765                     <property name="width_request">50</property> 
    766                     <property name="visible">True</property> 
    767                     <property name="can_focus">True</property> 
    768                     <property name="text" translatable="yes">-275</property> 
    769                     <signal name="activate" handler="on_entry_activate" object="P1_G3_entry"/> 
     794                  <widget class="GtkEntry" id="P1_O13_entry"> 
     795                    <property name="width_request">60</property> 
     796                    <property name="visible">True</property> 
     797                    <property name="can_focus">True</property> 
     798                    <property name="text" translatable="yes">5000</property> 
     799                    <signal name="activate" handler="on_entry_activate" object="P1_O13_entry"/> 
     800                  </widget> 
     801                  <packing> 
     802                    <property name="left_attach">4</property> 
     803                    <property name="right_attach">5</property> 
     804                    <property name="top_attach">4</property> 
     805                    <property name="bottom_attach">5</property> 
     806                    <property name="y_options">GTK_FILL</property> 
     807                  </packing> 
     808                </child> 
     809                <child> 
     810                  <widget class="GtkLabel" id="label16"> 
     811                    <property name="visible">True</property> 
     812                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
     813                    <property name="use_markup">True</property> 
     814                  </widget> 
     815                  <packing> 
     816                    <property name="left_attach">3</property> 
     817                    <property name="right_attach">4</property> 
     818                    <property name="top_attach">4</property> 
     819                    <property name="bottom_attach">5</property> 
     820                    <property name="y_options">GTK_FILL</property> 
     821                  </packing> 
     822                </child> 
     823                <child> 
     824                  <widget class="GtkEntry" id="P1_O12_entry"> 
     825                    <property name="width_request">60</property> 
     826                    <property name="visible">True</property> 
     827                    <property name="can_focus">True</property> 
     828                    <property name="text" translatable="yes">-150</property> 
     829                    <signal name="activate" handler="on_entry_activate" object="P1_O12_entry"/> 
    770830                  </widget> 
    771831                  <packing> 
    772832                    <property name="left_attach">1</property> 
    773833                    <property name="right_attach">2</property> 
    774                     <property name="top_attach">3</property> 
    775                     <property name="bottom_attach">4</property> 
    776                     <property name="y_options">GTK_FILL</property> 
    777                   </packing> 
    778                 </child> 
    779                 <child> 
    780                   <widget class="GtkEntry" id="P1_G2_entry"> 
    781                     <property name="width_request">50</property> 
    782                     <property name="visible">True</property> 
    783                     <property name="can_focus">True</property> 
    784                     <property name="text" translatable="yes">-140</property> 
    785                     <signal name="activate" handler="on_entry_activate" object="P1_G2_entry"/> 
    786                   </widget> 
    787                   <packing> 
    788                     <property name="left_attach">1</property> 
    789                     <property name="right_attach">2</property> 
    790                     <property name="top_attach">2</property> 
    791                     <property name="bottom_attach">3</property> 
    792                     <property name="y_options">GTK_FILL</property> 
    793                   </packing> 
    794                 </child> 
    795                 <child> 
    796                   <widget class="GtkEntry" id="P1_G1_entry"> 
    797                     <property name="width_request">50</property> 
    798                     <property name="visible">True</property> 
    799                     <property name="can_focus">True</property> 
    800                     <property name="text" translatable="yes">160</property> 
    801                     <signal name="activate" handler="on_entry_activate" object="P1_G1_entry"/> 
    802                   </widget> 
    803                   <packing> 
    804                     <property name="left_attach">1</property> 
    805                     <property name="right_attach">2</property> 
    806                     <property name="top_attach">1</property> 
    807                     <property name="bottom_attach">2</property> 
    808                     <property name="y_options">GTK_FILL</property> 
    809                   </packing> 
    810                 </child> 
    811                 <child> 
    812                   <widget class="GtkHScale" id="P1_G3_hscale"> 
    813                     <property name="width_request">70</property> 
    814                     <property name="visible">True</property> 
    815                     <property name="can_focus">True</property> 
    816                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    817                     <property name="draw_value">False</property> 
    818                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G3_hscale"/> 
    819                   </widget> 
    820                   <packing> 
    821                     <property name="left_attach">2</property> 
    822                     <property name="right_attach">3</property> 
    823                     <property name="top_attach">3</property> 
    824                     <property name="bottom_attach">4</property> 
    825                     <property name="y_options">GTK_FILL</property> 
    826                   </packing> 
    827                 </child> 
    828                 <child> 
    829                   <widget class="GtkHScale" id="P1_G2_hscale"> 
    830                     <property name="width_request">70</property> 
    831                     <property name="visible">True</property> 
    832                     <property name="can_focus">True</property> 
    833                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    834                     <property name="draw_value">False</property> 
    835                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G2_hscale"/> 
    836                   </widget> 
    837                   <packing> 
    838                     <property name="left_attach">2</property> 
    839                     <property name="right_attach">3</property> 
    840                     <property name="top_attach">2</property> 
    841                     <property name="bottom_attach">3</property> 
    842                     <property name="y_options">GTK_FILL</property> 
    843                   </packing> 
    844                 </child> 
    845                 <child> 
    846                   <widget class="GtkHScale" id="P1_G1_hscale"> 
    847                     <property name="width_request">70</property> 
    848                     <property name="visible">True</property> 
    849                     <property name="can_focus">True</property> 
    850                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    851                     <property name="draw_value">False</property> 
    852                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G1_hscale"/> 
    853                   </widget> 
    854                   <packing> 
    855                     <property name="left_attach">2</property> 
    856                     <property name="right_attach">3</property> 
    857                     <property name="top_attach">1</property> 
    858                     <property name="bottom_attach">2</property> 
    859                     <property name="y_options">GTK_FILL</property> 
    860                   </packing> 
    861                 </child> 
    862                 <child> 
    863                   <widget class="GtkLabel" id="label12"> 
    864                     <property name="visible">True</property> 
    865                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    866                     <property name="use_markup">True</property> 
    867                   </widget> 
    868                   <packing> 
     834                    <property name="top_attach">4</property> 
     835                    <property name="bottom_attach">5</property> 
     836                    <property name="y_options">GTK_FILL</property> 
     837                  </packing> 
     838                </child> 
     839                <child> 
     840                  <widget class="GtkLabel" id="label1"> 
     841                    <property name="visible">True</property> 
     842                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
     843                    <property name="use_markup">True</property> 
     844                  </widget> 
     845                  <packing> 
     846                    <property name="top_attach">4</property> 
     847                    <property name="bottom_attach">5</property> 
     848                    <property name="y_options">GTK_FILL</property> 
     849                  </packing> 
     850                </child> 
     851                <child> 
     852                  <widget class="GtkLabel" id="label32"> 
     853                    <property name="visible">True</property> 
     854                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     855                    <property name="use_markup">True</property> 
     856                  </widget> 
     857                  <packing> 
     858                    <property name="left_attach">3</property> 
     859                    <property name="right_attach">4</property> 
    869860                    <property name="top_attach">3</property> 
    870861                    <property name="bottom_attach">4</property> 
     
    874865                </child> 
    875866                <child> 
    876                   <widget class="GtkLabel" id="label11"> 
    877                     <property name="visible">True</property> 
    878                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    879                     <property name="use_markup">True</property> 
    880                   </widget> 
    881                   <packing> 
     867                  <widget class="GtkLabel" id="label31"> 
     868                    <property name="visible">True</property> 
     869                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     870                    <property name="use_markup">True</property> 
     871                  </widget> 
     872                  <packing> 
     873                    <property name="left_attach">3</property> 
     874                    <property name="right_attach">4</property> 
    882875                    <property name="top_attach">2</property> 
    883876                    <property name="bottom_attach">3</property> 
     
    887880                </child> 
    888881                <child> 
    889                   <widget class="GtkLabel" id="label10"> 
    890                     <property name="visible">True</property> 
    891                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    892                     <property name="use_markup">True</property> 
    893                   </widget> 
    894                   <packing> 
     882                  <widget class="GtkEntry" id="P1_C3_entry"> 
     883                    <property name="width_request">50</property> 
     884                    <property name="visible">True</property> 
     885                    <property name="can_focus">True</property> 
     886                    <property name="text" translatable="yes">-1.5</property> 
     887                    <signal name="activate" handler="on_entry_activate" object="P1_C3_entry"/> 
     888                  </widget> 
     889                  <packing> 
     890                    <property name="left_attach">4</property> 
     891                    <property name="right_attach">5</property> 
     892                    <property name="top_attach">3</property> 
     893                    <property name="bottom_attach">4</property> 
     894                    <property name="y_options">GTK_FILL</property> 
     895                  </packing> 
     896                </child> 
     897                <child> 
     898                  <widget class="GtkEntry" id="P1_C2_entry"> 
     899                    <property name="width_request">50</property> 
     900                    <property name="visible">True</property> 
     901                    <property name="can_focus">True</property> 
     902                    <property name="text" translatable="yes">-2.2</property> 
     903                    <signal name="activate" handler="on_entry_activate" object="P1_C2_entry"/> 
     904                  </widget> 
     905                  <packing> 
     906                    <property name="left_attach">4</property> 
     907                    <property name="right_attach">5</property> 
     908                    <property name="top_attach">2</property> 
     909                    <property name="bottom_attach">3</property> 
     910                    <property name="y_options">GTK_FILL</property> 
     911                  </packing> 
     912                </child> 
     913                <child> 
     914                  <widget class="GtkHBox" id="hbox3"> 
     915                    <property name="visible">True</property> 
     916                    <child> 
     917                      <widget class="GtkLabel" id="label22"> 
     918                        <property name="visible">True</property> 
     919                        <property name="label" translatable="yes"> Initial resolution: </property> 
     920                        <property name="use_markup">True</property> 
     921                      </widget> 
     922                      <packing> 
     923                        <property name="expand">False</property> 
     924                      </packing> 
     925                    </child> 
     926                    <child> 
     927                      <widget class="GtkSpinButton" id="P1_res_spinbutton"> 
     928                        <property name="visible">True</property> 
     929                        <property name="can_focus">True</property> 
     930                        <property name="adjustment">20 10 200 1 10 10</property> 
     931                        <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_res2_spinbutton"/> 
     932                      </widget> 
     933                      <packing> 
     934                        <property name="expand">False</property> 
     935                        <property name="position">1</property> 
     936                      </packing> 
     937                    </child> 
     938                    <child> 
     939                      <widget class="GtkToggleButton" id="P1_spinodal_togglebutton"> 
     940                        <property name="visible">True</property> 
     941                        <property name="can_focus">True</property> 
     942                        <property name="receives_default">True</property> 
     943                        <property name="label" translatable="yes">Spinodal</property> 
     944                        <property name="response_id">0</property> 
     945                        <signal name="toggled" handler="on_spinodal_togglebutton_toggled" object="P1_spinodal_togglebutton"/> 
     946                      </widget> 
     947                      <packing> 
     948                        <property name="expand">False</property> 
     949                        <property name="position">2</property> 
     950                      </packing> 
     951                    </child> 
     952                  </widget> 
     953                  <packing> 
     954                    <property name="left_attach">3</property> 
     955                    <property name="right_attach">9</property> 
     956                    <property name="y_options">GTK_FILL</property> 
     957                  </packing> 
     958                </child> 
     959                <child> 
     960                  <widget class="GtkHScale" id="P1_T_hscale"> 
     961                    <property name="width_request">70</property> 
     962                    <property name="visible">True</property> 
     963                    <property name="can_focus">True</property> 
     964                    <property name="adjustment">100 0 4000 1 10 10</property> 
     965                    <property name="draw_value">False</property> 
     966                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_T_hscale"/> 
     967                  </widget> 
     968                  <packing> 
     969                    <property name="left_attach">2</property> 
     970                    <property name="right_attach">3</property> 
     971                    <property name="y_options">GTK_FILL</property> 
     972                  </packing> 
     973                </child> 
     974                <child> 
     975                  <widget class="GtkEntry" id="P1_T_entry"> 
     976                    <property name="width_request">50</property> 
     977                    <property name="visible">True</property> 
     978                    <property name="can_focus">True</property> 
     979                    <property name="text" translatable="yes">273</property> 
     980                    <signal name="activate" handler="on_entry_activate" object="P1_T_entry"/> 
     981                  </widget> 
     982                  <packing> 
     983                    <property name="left_attach">1</property> 
     984                    <property name="right_attach">2</property> 
     985                    <property name="y_options">GTK_FILL</property> 
     986                  </packing> 
     987                </child> 
     988                <child> 
     989                  <widget class="GtkLabel" id="label8"> 
     990                    <property name="visible">True</property> 
     991                    <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
     992                    <property name="use_markup">True</property> 
     993                  </widget> 
     994                  <packing> 
     995                    <property name="x_options">GTK_FILL</property> 
     996                    <property name="y_options">GTK_FILL</property> 
     997                  </packing> 
     998                </child> 
     999                <child> 
     1000                  <widget class="GtkEntry" id="P1_S3_entry"> 
     1001                    <property name="width_request">60</property> 
     1002                    <property name="visible">True</property> 
     1003                    <property name="can_focus">True</property> 
     1004                    <property name="text" translatable="yes">0.1</property> 
     1005                    <signal name="activate" handler="on_entry_activate" object="P1_S3_entry"/> 
     1006                  </widget> 
     1007                  <packing> 
     1008                    <property name="left_attach">7</property> 
     1009                    <property name="right_attach">8</property> 
     1010                    <property name="top_attach">3</property> 
     1011                    <property name="bottom_attach">4</property> 
     1012                    <property name="y_options">GTK_FILL</property> 
     1013                  </packing> 
     1014                </child> 
     1015                <child> 
     1016                  <widget class="GtkLabel" id="label15"> 
     1017                    <property name="visible">True</property> 
     1018                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
     1019                    <property name="use_markup">True</property> 
     1020                  </widget> 
     1021                  <packing> 
     1022                    <property name="left_attach">6</property> 
     1023                    <property name="right_attach">7</property> 
     1024                    <property name="top_attach">3</property> 
     1025                    <property name="bottom_attach">4</property> 
     1026                    <property name="x_options">GTK_FILL</property> 
     1027                    <property name="y_options">GTK_FILL</property> 
     1028                  </packing> 
     1029                </child> 
     1030                <child> 
     1031                  <widget class="GtkEntry" id="P1_S2_entry"> 
     1032                    <property name="width_request">60</property> 
     1033                    <property name="visible">True</property> 
     1034                    <property name="can_focus">True</property> 
     1035                    <property name="text" translatable="yes">0.5</property> 
     1036                    <signal name="activate" handler="on_entry_activate" object="P1_S2_entry"/> 
     1037                  </widget> 
     1038                  <packing> 
     1039                    <property name="left_attach">7</property> 
     1040                    <property name="right_attach">8</property> 
     1041                    <property name="top_attach">2</property> 
     1042                    <property name="bottom_attach">3</property> 
     1043                    <property name="y_options">GTK_FILL</property> 
     1044                  </packing> 
     1045                </child> 
     1046                <child> 
     1047                  <widget class="GtkLabel" id="label14"> 
     1048                    <property name="visible">True</property> 
     1049                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
     1050                    <property name="use_markup">True</property> 
     1051                  </widget> 
     1052                  <packing> 
     1053                    <property name="left_attach">6</property> 
     1054                    <property name="right_attach">7</property> 
     1055                    <property name="top_attach">2</property> 
     1056                    <property name="bottom_attach">3</property> 
     1057                    <property name="x_options">GTK_FILL</property> 
     1058                    <property name="y_options">GTK_FILL</property> 
     1059                  </packing> 
     1060                </child> 
     1061                <child> 
     1062                  <widget class="GtkLabel" id="label30"> 
     1063                    <property name="visible">True</property> 
     1064                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     1065                    <property name="use_markup">True</property> 
     1066                  </widget> 
     1067                  <packing> 
     1068                    <property name="left_attach">3</property> 
     1069                    <property name="right_attach">4</property> 
    8951070                    <property name="top_attach">1</property> 
    8961071                    <property name="bottom_attach">2</property> 
     
    9001075                </child> 
    9011076                <child> 
    902                   <widget class="GtkHScale" id="P1_S1_hscale"> 
    903                     <property name="width_request">70</property> 
    904                     <property name="visible">True</property> 
    905                     <property name="can_focus">True</property> 
    906                     <property name="adjustment">1 0 2 1 10 10</property> 
    907                     <property name="draw_value">False</property> 
    908                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S1_hscale"/> 
    909                   </widget> 
    910                   <packing> 
    911                     <property name="left_attach">8</property> 
    912                     <property name="right_attach">9</property> 
    913                     <property name="top_attach">1</property> 
    914                     <property name="bottom_attach">2</property> 
    915                     <property name="y_options">GTK_FILL</property> 
    916                   </packing> 
    917                 </child> 
    918                 <child> 
    919                   <widget class="GtkHScale" id="P1_S2_hscale"> 
    920                     <property name="width_request">70</property> 
    921                     <property name="visible">True</property> 
    922                     <property name="can_focus">True</property> 
    923                     <property name="adjustment">1 0 2 1 10 10</property> 
    924                     <property name="draw_value">False</property> 
    925                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S2_hscale"/> 
    926                   </widget> 
    927                   <packing> 
    928                     <property name="left_attach">8</property> 
    929                     <property name="right_attach">9</property> 
    930                     <property name="top_attach">2</property> 
    931                     <property name="bottom_attach">3</property> 
    932                     <property name="y_options">GTK_FILL</property> 
    933                   </packing> 
    934                 </child> 
    935                 <child> 
    936                   <widget class="GtkHScale" id="P1_S3_hscale"> 
    937                     <property name="width_request">70</property> 
    938                     <property name="visible">True</property> 
    939                     <property name="can_focus">True</property> 
    940                     <property name="adjustment">1 0 2 1 10 10</property> 
    941                     <property name="draw_value">False</property> 
    942                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S3_hscale"/> 
    943                   </widget> 
    944                   <packing> 
    945                     <property name="left_attach">8</property> 
    946                     <property name="right_attach">9</property> 
    947                     <property name="top_attach">3</property> 
    948                     <property name="bottom_attach">4</property> 
    949                     <property name="y_options">GTK_FILL</property> 
    950                   </packing> 
    951                 </child> 
    952                 <child> 
    953                   <widget class="GtkHScale" id="P1_O23_hscale"> 
    954                     <property name="width_request">70</property> 
    955                     <property name="visible">True</property> 
    956                     <property name="can_focus">True</property> 
    957                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    958                     <property name="draw_value">False</property> 
    959                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O23_hscale"/> 
    960                   </widget> 
    961                   <packing> 
    962                     <property name="left_attach">8</property> 
    963                     <property name="right_attach">9</property> 
    964                     <property name="top_attach">4</property> 
    965                     <property name="bottom_attach">5</property> 
    966                     <property name="y_options">GTK_FILL</property> 
    967                   </packing> 
    968                 </child> 
    969                 <child> 
    970                   <widget class="GtkHScale" id="P1_O123_hscale"> 
    971                     <property name="width_request">70</property> 
    972                     <property name="visible">True</property> 
    973                     <property name="can_focus">True</property> 
    974                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    975                     <property name="draw_value">False</property> 
    976                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O123_hscale"/> 
    977                   </widget> 
    978                   <packing> 
    979                     <property name="left_attach">8</property> 
    980                     <property name="right_attach">9</property> 
    981                     <property name="top_attach">5</property> 
    982                     <property name="bottom_attach">6</property> 
    983                     <property name="y_options">GTK_FILL</property> 
    984                   </packing> 
    985                 </child> 
    986                 <child> 
    987                   <widget class="GtkEntry" id="P1_S1_entry"> 
    988                     <property name="width_request">60</property> 
    989                     <property name="visible">True</property> 
    990                     <property name="can_focus">True</property> 
    991                     <property name="text" translatable="yes">1.0</property> 
    992                     <signal name="activate" handler="on_entry_activate" object="P1_S1_entry"/> 
    993                   </widget> 
    994                   <packing> 
    995                     <property name="left_attach">7</property> 
    996                     <property name="right_attach">8</property> 
     1077                  <widget class="GtkEntry" id="P1_C1_entry"> 
     1078                    <property name="width_request">50</property> 
     1079                    <property name="visible">True</property> 
     1080                    <property name="can_focus">True</property> 
     1081                    <property name="text" translatable="yes">-3.2</property> 
     1082                    <signal name="activate" handler="on_entry_activate" object="P1_C1_entry"/> 
     1083                  </widget> 
     1084                  <packing> 
     1085                    <property name="left_attach">4</property> 
     1086                    <property name="right_attach">5</property> 
    9971087                    <property name="top_attach">1</property> 
    9981088                    <property name="bottom_attach">2</property> 
     
    10161106                </child> 
    10171107                <child> 
    1018                   <widget class="GtkEntry" id="P1_C1_entry"> 
     1108                  <widget class="GtkEntry" id="P1_S1_entry"> 
     1109                    <property name="width_request">60</property> 
     1110                    <property name="visible">True</property> 
     1111                    <property name="can_focus">True</property> 
     1112                    <property name="text" translatable="yes">1.0</property> 
     1113                    <signal name="activate" handler="on_entry_activate" object="P1_S1_entry"/> 
     1114                  </widget> 
     1115                  <packing> 
     1116                    <property name="left_attach">7</property> 
     1117                    <property name="right_attach">8</property> 
     1118                    <property name="top_attach">1</property> 
     1119                    <property name="bottom_attach">2</property> 
     1120                    <property name="y_options">GTK_FILL</property> 
     1121                  </packing> 
     1122                </child> 
     1123                <child> 
     1124                  <widget class="GtkHScale" id="P1_O123_hscale"> 
     1125                    <property name="width_request">70</property> 
     1126                    <property name="visible">True</property> 
     1127                    <property name="can_focus">True</property> 
     1128                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1129                    <property name="draw_value">False</property> 
     1130                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O123_hscale"/> 
     1131                  </widget> 
     1132                  <packing> 
     1133                    <property name="left_attach">8</property> 
     1134                    <property name="right_attach">9</property> 
     1135                    <property name="top_attach">5</property> 
     1136                    <property name="bottom_attach">6</property> 
     1137                    <property name="y_options">GTK_FILL</property> 
     1138                  </packing> 
     1139                </child> 
     1140                <child> 
     1141                  <widget class="GtkHScale" id="P1_O23_hscale"> 
     1142                    <property name="width_request">70</property> 
     1143                    <property name="visible">True</property> 
     1144                    <property name="can_focus">True</property> 
     1145                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1146                    <property name="draw_value">False</property> 
     1147                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O23_hscale"/> 
     1148                  </widget> 
     1149                  <packing> 
     1150                    <property name="left_attach">8</property> 
     1151                    <property name="right_attach">9</property> 
     1152                    <property name="top_attach">4</property> 
     1153                    <property name="bottom_attach">5</property> 
     1154                    <property name="y_options">GTK_FILL</property> 
     1155                  </packing> 
     1156                </child> 
     1157                <child> 
     1158                  <widget class="GtkHScale" id="P1_S3_hscale"> 
     1159                    <property name="width_request">70</property> 
     1160                    <property name="visible">True</property> 
     1161                    <property name="can_focus">True</property> 
     1162                    <property name="adjustment">0.10000000000000001 0 2 0.10000000000000001 1 1</property> 
     1163                    <property name="draw_value">False</property> 
     1164                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S3_hscale"/> 
     1165                  </widget> 
     1166                  <packing> 
     1167                    <property name="left_attach">8</property> 
     1168                    <property name="right_attach">9</property> 
     1169                    <property name="top_attach">3</property> 
     1170                    <property name="bottom_attach">4</property> 
     1171                    <property name="y_options">GTK_FILL</property> 
     1172                  </packing> 
     1173                </child> 
     1174                <child> 
     1175                  <widget class="GtkHScale" id="P1_S2_hscale"> 
     1176                    <property name="width_request">70</property> 
     1177                    <property name="visible">True</property> 
     1178                    <property name="can_focus">True</property> 
     1179                    <property name="adjustment">0.5 0 2 0.10000000000000001 1 1</property> 
     1180                    <property name="draw_value">False</property> 
     1181                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S2_hscale"/> 
     1182                  </widget> 
     1183                  <packing> 
     1184                    <property name="left_attach">8</property> 
     1185                    <property name="right_attach">9</property> 
     1186                    <property name="top_attach">2</property> 
     1187                    <property name="bottom_attach">3</property> 
     1188                    <property name="y_options">GTK_FILL</property> 
     1189                  </packing> 
     1190                </child> 
     1191                <child> 
     1192                  <widget class="GtkHScale" id="P1_S1_hscale"> 
     1193                    <property name="width_request">70</property> 
     1194                    <property name="visible">True</property> 
     1195                    <property name="can_focus">True</property> 
     1196                    <property name="adjustment">1 0 2 0.10000000000000001 1 1</property> 
     1197                    <property name="draw_value">False</property> 
     1198                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S1_hscale"/> 
     1199                  </widget> 
     1200                  <packing> 
     1201                    <property name="left_attach">8</property> 
     1202                    <property name="right_attach">9</property> 
     1203                    <property name="top_attach">1</property> 
     1204                    <property name="bottom_attach">2</property> 
     1205                    <property name="y_options">GTK_FILL</property> 
     1206                  </packing> 
     1207                </child> 
     1208                <child> 
     1209                  <widget class="GtkLabel" id="label10"> 
     1210                    <property name="visible">True</property> 
     1211                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     1212                    <property name="use_markup">True</property> 
     1213                  </widget> 
     1214                  <packing> 
     1215                    <property name="top_attach">1</property> 
     1216                    <property name="bottom_attach">2</property> 
     1217                    <property name="x_options">GTK_FILL</property> 
     1218                    <property name="y_options">GTK_FILL</property> 
     1219                  </packing> 
     1220                </child> 
     1221                <child> 
     1222                  <widget class="GtkLabel" id="label11"> 
     1223                    <property name="visible">True</property> 
     1224                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     1225                    <property name="use_markup">True</property> 
     1226                  </widget> 
     1227                  <packing> 
     1228                    <property name="top_attach">2</property> 
     1229                    <property name="bottom_attach">3</property> 
     1230                    <property name="x_options">GTK_FILL</property> 
     1231                    <property name="y_options">GTK_FILL</property> 
     1232                  </packing> 
     1233                </child> 
     1234                <child> 
     1235                  <widget class="GtkLabel" id="label12"> 
     1236                    <property name="visible">True</property> 
     1237                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     1238                    <property name="use_markup">True</property> 
     1239                  </widget> 
     1240                  <packing> 
     1241                    <property name="top_attach">3</property> 
     1242                    <property name="bottom_attach">4</property> 
     1243                    <property name="x_options">GTK_FILL</property> 
     1244                    <property name="y_options">GTK_FILL</property> 
     1245                  </packing> 
     1246                </child> 
     1247                <child> 
     1248                  <widget class="GtkHScale" id="P1_G1_hscale"> 
     1249                    <property name="width_request">70</property> 
     1250                    <property name="visible">True</property> 
     1251                    <property name="can_focus">True</property> 
     1252                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1253                    <property name="draw_value">False</property> 
     1254                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G1_hscale"/> 
     1255                  </widget> 
     1256                  <packing> 
     1257                    <property name="left_attach">2</property> 
     1258                    <property name="right_attach">3</property> 
     1259                    <property name="top_attach">1</property> 
     1260                    <property name="bottom_attach">2</property> 
     1261                    <property name="y_options">GTK_FILL</property> 
     1262                  </packing> 
     1263                </child> 
     1264                <child> 
     1265                  <widget class="GtkHScale" id="P1_G2_hscale"> 
     1266                    <property name="width_request">70</property> 
     1267                    <property name="visible">True</property> 
     1268                    <property name="can_focus">True</property> 
     1269                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1270                    <property name="draw_value">False</property> 
     1271                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G2_hscale"/> 
     1272                  </widget> 
     1273                  <packing> 
     1274                    <property name="left_attach">2</property> 
     1275                    <property name="right_attach">3</property> 
     1276                    <property name="top_attach">2</property> 
     1277                    <property name="bottom_attach">3</property> 
     1278                    <property name="y_options">GTK_FILL</property> 
     1279                  </packing> 
     1280                </child> 
     1281                <child> 
     1282                  <widget class="GtkHScale" id="P1_G3_hscale"> 
     1283                    <property name="width_request">70</property> 
     1284                    <property name="visible">True</property> 
     1285                    <property name="can_focus">True</property> 
     1286                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1287                    <property name="draw_value">False</property> 
     1288                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G3_hscale"/> 
     1289                  </widget> 
     1290                  <packing> 
     1291                    <property name="left_attach">2</property> 
     1292                    <property name="right_attach">3</property> 
     1293                    <property name="top_attach">3</property> 
     1294                    <property name="bottom_attach">4</property> 
     1295                    <property name="y_options">GTK_FILL</property> 
     1296                  </packing> 
     1297                </child> 
     1298                <child> 
     1299                  <widget class="GtkEntry" id="P1_G1_entry"> 
    10191300                    <property name="width_request">50</property> 
    10201301                    <property name="visible">True</property> 
    10211302                    <property name="can_focus">True</property> 
    1022                     <property name="text" translatable="yes">-3.2</property> 
    1023                     <signal name="activate" handler="on_entry_activate" object="P1_C1_entry"/> 
     1303                    <property name="text" translatable="yes">160</property> 
     1304                    <signal name="activate" handler="on_entry_activate" object="P1_G1_entry"/> 
     1305                  </widget> 
     1306                  <packing> 
     1307                    <property name="left_attach">1</property> 
     1308                    <property name="right_attach">2</property> 
     1309                    <property name="top_attach">1</property> 
     1310                    <property name="bottom_attach">2</property> 
     1311                    <property name="y_options">GTK_FILL</property> 
     1312                  </packing> 
     1313                </child> 
     1314                <child> 
     1315                  <widget class="GtkEntry" id="P1_G2_entry"> 
     1316                    <property name="width_request">50</property> 
     1317                    <property name="visible">True</property> 
     1318                    <property name="can_focus">True</property> 
     1319                    <property name="text" translatable="yes">-140</property> 
     1320                    <signal name="activate" handler="on_entry_activate" object="P1_G2_entry"/> 
     1321                  </widget> 
     1322                  <packing> 
     1323                    <property name="left_attach">1</property> 
     1324                    <property name="right_attach">2</property> 
     1325                    <property name="top_attach">2</property> 
     1326                    <property name="bottom_attach">3</property> 
     1327                    <property name="y_options">GTK_FILL</property> 
     1328                  </packing> 
     1329                </child> 
     1330                <child> 
     1331                  <widget class="GtkEntry" id="P1_G3_entry"> 
     1332                    <property name="width_request">50</property> 
     1333                    <property name="visible">True</property> 
     1334                    <property name="can_focus">True</property> 
     1335                    <property name="text" translatable="yes">-275</property> 
     1336                    <signal name="activate" handler="on_entry_activate" object="P1_G3_entry"/> 
     1337                  </widget> 
     1338                  <packing> 
     1339                    <property name="left_attach">1</property> 
     1340                    <property name="right_attach">2</property> 
     1341                    <property name="top_attach">3</property> 
     1342                    <property name="bottom_attach">4</property> 
     1343                    <property name="y_options">GTK_FILL</property> 
     1344                  </packing> 
     1345                </child> 
     1346                <child> 
     1347                  <widget class="GtkHScale" id="P1_O12_hscale"> 
     1348                    <property name="width_request">70</property> 
     1349                    <property name="visible">True</property> 
     1350                    <property name="can_focus">True</property> 
     1351                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1352                    <property name="draw_value">False</property> 
     1353                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O12_hscale"/> 
     1354                  </widget> 
     1355                  <packing> 
     1356                    <property name="left_attach">2</property> 
     1357                    <property name="right_attach">3</property> 
     1358                    <property name="top_attach">4</property> 
     1359                    <property name="bottom_attach">5</property> 
     1360                    <property name="y_options">GTK_FILL</property> 
     1361                  </packing> 
     1362                </child> 
     1363                <child> 
     1364                  <widget class="GtkHScale" id="P1_C1_hscale"> 
     1365                    <property name="width_request">70</property> 
     1366                    <property name="visible">True</property> 
     1367                    <property name="can_focus">True</property> 
     1368                    <property name="adjustment">100 -100 100 1 10 10</property> 
     1369                    <property name="draw_value">False</property> 
     1370                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_C1_hscale"/> 
     1371                  </widget> 
     1372                  <packing> 
     1373                    <property name="left_attach">5</property> 
     1374                    <property name="right_attach">6</property> 
     1375                    <property name="top_attach">1</property> 
     1376                    <property name="bottom_attach">2</property> 
     1377                    <property name="y_options">GTK_FILL</property> 
     1378                  </packing> 
     1379                </child> 
     1380                <child> 
     1381                  <widget class="GtkHScale" id="P1_C2_hscale"> 
     1382                    <property name="width_request">70</property> 
     1383                    <property name="visible">True</property> 
     1384                    <property name="can_focus">True</property> 
     1385                    <property name="adjustment">100 -100 100 1 10 10</property> 
     1386                    <property name="draw_value">False</property> 
     1387                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_C2_hscale"/> 
     1388                  </widget> 
     1389                  <packing> 
     1390                    <property name="left_attach">5</property> 
     1391                    <property name="right_attach">6</property> 
     1392                    <property name="top_attach">2</property> 
     1393                    <property name="bottom_attach">3</property> 
     1394                    <property name="y_options">GTK_FILL</property> 
     1395                  </packing> 
     1396                </child> 
     1397                <child> 
     1398                  <widget class="GtkHScale" id="P1_C3_hscale"> 
     1399                    <property name="width_request">70</property> 
     1400                    <property name="visible">True</property> 
     1401                    <property name="can_focus">True</property> 
     1402                    <property name="adjustment">100 -100 100 1 10 10</property> 
     1403                    <property name="draw_value">False</property> 
     1404                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_C3_hscale"/> 
     1405                  </widget> 
     1406                  <packing> 
     1407                    <property name="left_attach">5</property> 
     1408                    <property name="right_attach">6</property> 
     1409                    <property name="top_attach">3</property> 
     1410                    <property name="bottom_attach">4</property> 
     1411                    <property name="y_options">GTK_FILL</property> 
     1412                  </packing> 
     1413                </child> 
     1414                <child> 
     1415                  <widget class="GtkHScale" id="P1_O13_hscale"> 
     1416                    <property name="width_request">70</property> 
     1417                    <property name="visible">True</property> 
     1418                    <property name="can_focus">True</property> 
     1419                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1420                    <property name="draw_value">False</property> 
     1421                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O13_hscale"/> 
     1422                  </widget> 
     1423                  <packing> 
     1424                    <property name="left_attach">5</property> 
     1425                    <property name="right_attach">6</property> 
     1426                    <property name="top_attach">4</property> 
     1427                    <property name="bottom_attach">5</property> 
     1428                    <property name="y_options">GTK_FILL</property> 
     1429                  </packing> 
     1430                </child> 
     1431              </widget> 
     1432            </child> 
     1433            <child> 
     1434              <widget class="GtkHBox" id="hbox2"> 
     1435                <property name="visible">True</property> 
     1436                <child> 
     1437                  <widget class="GtkLabel" id="label52"> 
     1438                    <property name="visible">True</property> 
     1439                    <property name="label" translatable="yes">Phase 1: </property> 
     1440                  </widget> 
     1441                </child> 
     1442                <child> 
     1443                  <widget class="GtkEntry" id="P1_name_entry"> 
     1444                    <property name="width_request">60</property> 
     1445                    <property name="visible">True</property> 
     1446                    <property name="can_focus">True</property> 
     1447                    <property name="text" translatable="yes">Solid</property> 
     1448                    <signal name="activate" handler="on_name_entry_activate" object="P1_name_entry"/> 
     1449                  </widget> 
     1450                  <packing> 
     1451                    <property name="position">1</property> 
     1452                  </packing> 
     1453                </child> 
     1454                <child> 
     1455                  <widget class="GtkButton" id="P1_hide_button"> 
     1456                    <property name="visible">True</property> 
     1457                    <property name="sensitive">False</property> 
     1458                    <property name="can_focus">True</property> 
     1459                    <property name="receives_default">True</property> 
     1460                    <property name="tooltip" translatable="yes">Not yet implemented</property> 
     1461                    <property name="label" translatable="yes">X</property> 
     1462                    <property name="response_id">0</property> 
     1463                  </widget> 
     1464                  <packing> 
     1465                    <property name="expand">False</property> 
     1466                    <property name="position">2</property> 
     1467                  </packing> 
     1468                </child> 
     1469              </widget> 
     1470              <packing> 
     1471                <property name="type">tab</property> 
     1472                <property name="tab_fill">False</property> 
     1473              </packing> 
     1474            </child> 
     1475            <child> 
     1476              <widget class="GtkTable" id="P1_table1"> 
     1477                <property name="visible">True</property> 
     1478                <property name="n_rows">6</property> 
     1479                <property name="n_columns">9</property> 
     1480                <child> 
     1481                  <widget class="GtkEntry" id="P2_O123_entry"> 
     1482                    <property name="width_request">60</property> 
     1483                    <property name="visible">True</property> 
     1484                    <property name="can_focus">True</property> 
     1485                    <property name="text" translatable="yes">-1000</property> 
     1486                    <signal name="activate" handler="on_entry_activate" object="P2_O123_entry"/> 
     1487                  </widget> 
     1488                  <packing> 
     1489                    <property name="left_attach">7</property> 
     1490                    <property name="right_attach">8</property> 
     1491                    <property name="top_attach">5</property> 
     1492                    <property name="bottom_attach">6</property> 
     1493                    <property name="y_options">GTK_FILL</property> 
     1494                  </packing> 
     1495                </child> 
     1496                <child> 
     1497                  <widget class="GtkLabel" id="label51"> 
     1498                    <property name="visible">True</property> 
     1499                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
     1500                    <property name="use_markup">True</property> 
     1501                  </widget> 
     1502                  <packing> 
     1503                    <property name="left_attach">6</property> 
     1504                    <property name="right_attach">7</property> 
     1505                    <property name="top_attach">5</property> 
     1506                    <property name="bottom_attach">6</property> 
     1507                    <property name="y_options">GTK_FILL</property> 
     1508                  </packing> 
     1509                </child> 
     1510                <child> 
     1511                  <widget class="GtkHBox" id="hbox6"> 
     1512                    <property name="visible">True</property> 
     1513                    <child> 
     1514                      <widget class="GtkLabel" id="label49"> 
     1515                        <property name="visible">True</property> 
     1516                        <property name="label" translatable="yes">Polynomials: </property> 
     1517                      </widget> 
     1518                      <packing> 
     1519                        <property name="expand">False</property> 
     1520                      </packing> 
     1521                    </child> 
     1522                    <child> 
     1523                      <widget class="GtkSpinButton" id="P2_poly_spinbutton"> 
     1524                        <property name="width_request">30</property> 
     1525                        <property name="visible">True</property> 
     1526                        <property name="can_focus">True</property> 
     1527                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     1528                        <property name="adjustment">0 0 0 1 10 10</property> 
     1529                      </widget> 
     1530                      <packing> 
     1531                        <property name="position">1</property> 
     1532                      </packing> 
     1533                    </child> 
     1534                    <child> 
     1535                      <widget class="GtkLabel" id="label50"> 
     1536                        <property name="visible">True</property> 
     1537                        <property name="label" translatable="yes">Gaussians: </property> 
     1538                      </widget> 
     1539                      <packing> 
     1540                        <property name="expand">False</property> 
     1541                        <property name="position">2</property> 
     1542                      </packing> 
     1543                    </child> 
     1544                    <child> 
     1545                      <widget class="GtkSpinButton" id="P2_gauss_spinbutton"> 
     1546                        <property name="width_request">30</property> 
     1547                        <property name="visible">True</property> 
     1548                        <property name="can_focus">True</property> 
     1549                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     1550                        <property name="adjustment">0 0 0 1 10 10</property> 
     1551                      </widget> 
     1552                      <packing> 
     1553                        <property name="position">3</property> 
     1554                      </packing> 
     1555                    </child> 
     1556                  </widget> 
     1557                  <packing> 
     1558                    <property name="right_attach">6</property> 
     1559                    <property name="top_attach">5</property> 
     1560                    <property name="bottom_attach">6</property> 
     1561                    <property name="y_options">GTK_FILL</property> 
     1562                  </packing> 
     1563                </child> 
     1564                <child> 
     1565                  <widget class="GtkEntry" id="P2_O23_entry"> 
     1566                    <property name="width_request">60</property> 
     1567                    <property name="visible">True</property> 
     1568                    <property name="can_focus">True</property> 
     1569                    <property name="text" translatable="yes">50</property> 
     1570                    <signal name="activate" handler="on_entry_activate" object="P2_O23_entry"/> 
     1571                  </widget> 
     1572                  <packing> 
     1573                    <property name="left_attach">7</property> 
     1574                    <property name="right_attach">8</property> 
     1575                    <property name="top_attach">4</property> 
     1576                    <property name="bottom_attach">5</property> 
     1577                    <property name="y_options">GTK_FILL</property> 
     1578                  </packing> 
     1579                </child> 
     1580                <child> 
     1581                  <widget class="GtkLabel" id="label48"> 
     1582                    <property name="visible">True</property> 
     1583                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
     1584                    <property name="use_markup">True</property> 
     1585                  </widget> 
     1586                  <packing> 
     1587                    <property name="left_attach">6</property> 
     1588                    <property name="right_attach">7</property> 
     1589                    <property name="top_attach">4</property> 
     1590                    <property name="bottom_attach">5</property> 
     1591                    <property name="y_options">GTK_FILL</property> 
     1592                  </packing> 
     1593                </child> 
     1594                <child> 
     1595                  <widget class="GtkEntry" id="P2_O13_entry"> 
     1596                    <property name="width_request">60</property> 
     1597                    <property name="visible">True</property> 
     1598                    <property name="can_focus">True</property> 
     1599                    <property name="text" translatable="yes">400</property> 
     1600                    <signal name="activate" handler="on_entry_activate" object="P2_O13_entry"/> 
    10241601                  </widget> 
    10251602                  <packing> 
    10261603                    <property name="left_attach">4</property> 
    10271604                    <property name="right_attach">5</property> 
    1028                     <property name="top_attach">1</property> 
    1029                     <property name="bottom_attach">2</property> 
    1030                     <property name="y_options">GTK_FILL</property> 
    1031                   </packing> 
    1032                 </child> 
    1033                 <child> 
    1034                   <widget class="GtkLabel" id="label30"> 
     1605                    <property name="top_attach">4</property> 
     1606                    <property name="bottom_attach">5</property> 
     1607                    <property name="y_options">GTK_FILL</property> 
     1608                  </packing> 
     1609                </child> 
     1610                <child> 
     1611                  <widget class="GtkLabel" id="label47"> 
     1612                    <property name="visible">True</property> 
     1613                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
     1614                    <property name="use_markup">True</property> 
     1615                  </widget> 
     1616                  <packing> 
     1617                    <property name="left_attach">3</property> 
     1618                    <property name="right_attach">4</property> 
     1619                    <property name="top_attach">4</property> 
     1620                    <property name="bottom_attach">5</property> 
     1621                    <property name="y_options">GTK_FILL</property> 
     1622                  </packing> 
     1623                </child> 
     1624                <child> 
     1625                  <widget class="GtkEntry" id="P2_O12_entry"> 
     1626                    <property name="width_request">60</property> 
     1627                    <property name="visible">True</property> 
     1628                    <property name="can_focus">True</property> 
     1629                    <property name="text" translatable="yes">100</property> 
     1630                    <signal name="activate" handler="on_entry_activate" object="P2_O12_entry"/> 
     1631                  </widget> 
     1632                  <packing> 
     1633                    <property name="left_attach">1</property> 
     1634                    <property name="right_attach">2</property> 
     1635                    <property name="top_attach">4</property> 
     1636                    <property name="bottom_attach">5</property> 
     1637                    <property name="y_options">GTK_FILL</property> 
     1638                  </packing> 
     1639                </child> 
     1640                <child> 
     1641                  <widget class="GtkLabel" id="label46"> 
     1642                    <property name="visible">True</property> 
     1643                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
     1644                    <property name="use_markup">True</property> 
     1645                  </widget> 
     1646                  <packing> 
     1647                    <property name="top_attach">4</property> 
     1648                    <property name="bottom_attach">5</property> 
     1649                    <property name="y_options">GTK_FILL</property> 
     1650                  </packing> 
     1651                </child> 
     1652                <child> 
     1653                  <widget class="GtkLabel" id="label45"> 
     1654                    <property name="visible">True</property> 
     1655                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     1656                    <property name="use_markup">True</property> 
     1657                  </widget> 
     1658                  <packing> 
     1659                    <property name="left_attach">3</property> 
     1660                    <property name="right_attach">4</property> 
     1661                    <property name="top_attach">3</property> 
     1662                    <property name="bottom_attach">4</property> 
     1663                    <property name="x_options">GTK_FILL</property> 
     1664                    <property name="y_options">GTK_FILL</property> 
     1665                  </packing> 
     1666                </child> 
     1667                <child> 
     1668                  <widget class="GtkLabel" id="label44"> 
     1669                    <property name="visible">True</property> 
     1670                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     1671                    <property name="use_markup">True</property> 
     1672                  </widget> 
     1673                  <packing> 
     1674                    <property name="left_attach">3</property> 
     1675                    <property name="right_attach">4</property> 
     1676                    <property name="top_attach">2</property> 
     1677                    <property name="bottom_attach">3</property> 
     1678                    <property name="x_options">GTK_FILL</property> 
     1679                    <property name="y_options">GTK_FILL</property> 
     1680                  </packing> 
     1681                </child> 
     1682                <child> 
     1683                  <widget class="GtkEntry" id="P2_C3_entry"> 
     1684                    <property name="width_request">50</property> 
     1685                    <property name="visible">True</property> 
     1686                    <property name="can_focus">True</property> 
     1687                    <property name="text" translatable="yes">-8</property> 
     1688                    <signal name="activate" handler="on_entry_activate" object="P2_C3_entry"/> 
     1689                  </widget> 
     1690                  <packing> 
     1691                    <property name="left_attach">4</property> 
     1692                    <property name="right_attach">5</property> 
     1693                    <property name="top_attach">3</property> 
     1694                    <property name="bottom_attach">4</property> 
     1695                    <property name="y_options">GTK_FILL</property> 
     1696                  </packing> 
     1697                </child> 
     1698                <child> 
     1699                  <widget class="GtkEntry" id="P2_C2_entry"> 
     1700                    <property name="width_request">50</property> 
     1701                    <property name="visible">True</property> 
     1702                    <property name="can_focus">True</property> 
     1703                    <property name="text" translatable="yes">-15</property> 
     1704                    <signal name="activate" handler="on_entry_activate" object="P2_C2_entry"/> 
     1705                  </widget> 
     1706                  <packing> 
     1707                    <property name="left_attach">4</property> 
     1708                    <property name="right_attach">5</property> 
     1709                    <property name="top_attach">2</property> 
     1710                    <property name="bottom_attach">3</property> 
     1711                    <property name="y_options">GTK_FILL</property> 
     1712                  </packing> 
     1713                </child> 
     1714                <child> 
     1715                  <widget class="GtkHBox" id="hbox1"> 
     1716                    <property name="visible">True</property> 
     1717                    <child> 
     1718                      <widget class="GtkLabel" id="label41"> 
     1719                        <property name="visible">True</property> 
     1720                        <property name="label" translatable="yes">Initial resolution: </property> 
     1721                        <property name="use_markup">True</property> 
     1722                      </widget> 
     1723                      <packing> 
     1724                        <property name="expand">False</property> 
     1725                      </packing> 
     1726                    </child> 
     1727                    <child> 
     1728                      <widget class="GtkSpinButton" id="P2_res_spinbutton"> 
     1729                        <property name="visible">True</property> 
     1730                        <property name="can_focus">True</property> 
     1731                        <property name="adjustment">20 10 500 1 10 10</property> 
     1732                        <signal name="value_changed" handler="on_spinbutton_value_changed" object="P2_res_spinbutton"/> 
     1733                      </widget> 
     1734                      <packing> 
     1735                        <property name="expand">False</property> 
     1736                        <property name="position">1</property> 
     1737                      </packing> 
     1738                    </child> 
     1739                    <child> 
     1740                      <widget class="GtkToggleButton" id="P2_spinodal_togglebutton"> 
     1741                        <property name="visible">True</property> 
     1742                        <property name="can_focus">True</property> 
     1743                        <property name="receives_default">True</property> 
     1744                        <property name="label" translatable="yes">Spinodal</property> 
     1745                        <property name="response_id">0</property> 
     1746                        <signal name="toggled" handler="on_spinodal_togglebutton_toggled" object="P2_spinodal_togglebutton"/> 
     1747                      </widget> 
     1748                      <packing> 
     1749                        <property name="expand">False</property> 
     1750                        <property name="position">2</property> 
     1751                      </packing> 
     1752                    </child> 
     1753                  </widget> 
     1754                  <packing> 
     1755                    <property name="left_attach">3</property> 
     1756                    <property name="right_attach">9</property> 
     1757                    <property name="y_options">GTK_FILL</property> 
     1758                  </packing> 
     1759                </child> 
     1760                <child> 
     1761                  <widget class="GtkHScale" id="P2_T_hscale"> 
     1762                    <property name="width_request">70</property> 
     1763                    <property name="visible">True</property> 
     1764                    <property name="can_focus">True</property> 
     1765                    <property name="adjustment">100 0 4000 1 10 10</property> 
     1766                    <property name="draw_value">False</property> 
     1767                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_T_hscale"/> 
     1768                  </widget> 
     1769                  <packing> 
     1770                    <property name="left_attach">2</property> 
     1771                    <property name="right_attach">3</property> 
     1772                    <property name="y_options">GTK_FILL</property> 
     1773                  </packing> 
     1774                </child> 
     1775                <child> 
     1776                  <widget class="GtkEntry" id="P2_T_entry"> 
     1777                    <property name="width_request">50</property> 
     1778                    <property name="visible">True</property> 
     1779                    <property name="can_focus">True</property> 
     1780                    <property name="text" translatable="yes">273</property> 
     1781                    <signal name="activate" handler="on_entry_activate" object="P2_T_entry"/> 
     1782                  </widget> 
     1783                  <packing> 
     1784                    <property name="left_attach">1</property> 
     1785                    <property name="right_attach">2</property> 
     1786                    <property name="y_options">GTK_FILL</property> 
     1787                  </packing> 
     1788                </child> 
     1789                <child> 
     1790                  <widget class="GtkLabel" id="label40"> 
     1791                    <property name="visible">True</property> 
     1792                    <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
     1793                    <property name="use_markup">True</property> 
     1794                  </widget> 
     1795                  <packing> 
     1796                    <property name="x_options">GTK_FILL</property> 
     1797                    <property name="y_options">GTK_FILL</property> 
     1798                  </packing> 
     1799                </child> 
     1800                <child> 
     1801                  <widget class="GtkEntry" id="P2_S3_entry"> 
     1802                    <property name="width_request">60</property> 
     1803                    <property name="visible">True</property> 
     1804                    <property name="can_focus">True</property> 
     1805                    <property name="text" translatable="yes">0.5</property> 
     1806                    <signal name="activate" handler="on_entry_activate" object="P2_S3_entry"/> 
     1807                  </widget> 
     1808                  <packing> 
     1809                    <property name="left_attach">7</property> 
     1810                    <property name="right_attach">8</property> 
     1811                    <property name="top_attach">3</property> 
     1812                    <property name="bottom_attach">4</property> 
     1813                    <property name="y_options">GTK_FILL</property> 
     1814                  </packing> 
     1815                </child> 
     1816                <child> 
     1817                  <widget class="GtkLabel" id="label39"> 
     1818                    <property name="visible">True</property> 
     1819                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
     1820                    <property name="use_markup">True</property> 
     1821                  </widget> 
     1822                  <packing> 
     1823                    <property name="left_attach">6</property> 
     1824                    <property name="right_attach">7</property> 
     1825                    <property name="top_attach">3</property> 
     1826                    <property name="bottom_attach">4</property> 
     1827                    <property name="x_options">GTK_FILL</property> 
     1828                    <property name="y_options">GTK_FILL</property> 
     1829                  </packing> 
     1830                </child> 
     1831                <child> 
     1832                  <widget class="GtkEntry" id="P2_S2_entry"> 
     1833                    <property name="width_request">60</property> 
     1834                    <property name="visible">True</property> 
     1835                    <property name="can_focus">True</property> 
     1836                    <property name="text" translatable="yes">0.8</property> 
     1837                    <signal name="activate" handler="on_entry_activate" object="P2_S2_entry"/> 
     1838                  </widget> 
     1839                  <packing> 
     1840                    <property name="left_attach">7</property> 
     1841                    <property name="right_attach">8</property> 
     1842                    <property name="top_attach">2</property> 
     1843                    <property name="bottom_attach">3</property> 
     1844                    <property name="y_options">GTK_FILL</property> 
     1845                  </packing> 
     1846                </child> 
     1847                <child> 
     1848                  <widget class="GtkLabel" id="label38"> 
     1849                    <property name="visible">True</property> 
     1850                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
     1851                    <property name="use_markup">True</property> 
     1852                  </widget> 
     1853                  <packing> 
     1854                    <property name="left_attach">6</property> 
     1855                    <property name="right_attach">7</property> 
     1856                    <property name="top_attach">2</property> 
     1857                    <property name="bottom_attach">3</property> 
     1858                    <property name="x_options">GTK_FILL</property> 
     1859                    <property name="y_options">GTK_FILL</property> 
     1860                  </packing> 
     1861                </child> 
     1862                <child> 
     1863                  <widget class="GtkLabel" id="label37"> 
    10351864                    <property name="visible">True</property> 
    10361865                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     
    10471876                </child> 
    10481877                <child> 
    1049                   <widget class="GtkLabel" id="label14"> 
    1050                     <property name="visible">True</property> 
    1051                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
    1052                     <property name="use_markup">True</property> 
    1053                   </widget> 
    1054                   <packing> 
    1055                     <property name="left_attach">6</property> 
    1056                     <property name="right_attach">7</property> 
    1057                     <property name="top_attach">2</property> 
    1058                     <property name="bottom_attach">3</property> 
    1059                     <property name="x_options">GTK_FILL</property> 
    1060                     <property name="y_options">GTK_FILL</property> 
    1061                   </packing> 
    1062                 </child> 
    1063                 <child> 
    1064                   <widget class="GtkEntry" id="P1_S2_entry"> 
    1065                     <property name="width_request">60</property> 
    1066                     <property name="visible">True</property> 
    1067                     <property name="can_focus">True</property> 
    1068                     <property name="text" translatable="yes">0.5</property> 
    1069                     <signal name="activate" handler="on_entry_activate" object="P1_S2_entry"/> 
    1070                   </widget> 
    1071                   <packing> 
    1072                     <property name="left_attach">7</property> 
    1073                     <property name="right_attach">8</property> 
    1074                     <property name="top_attach">2</property> 
    1075                     <property name="bottom_attach">3</property> 
    1076                     <property name="y_options">GTK_FILL</property> 
    1077                   </packing> 
    1078                 </child> 
    1079                 <child> 
    1080                   <widget class="GtkLabel" id="label15"> 
    1081                     <property name="visible">True</property> 
    1082                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
    1083                     <property name="use_markup">True</property> 
    1084                   </widget> 
    1085                   <packing> 
    1086                     <property name="left_attach">6</property> 
    1087                     <property name="right_attach">7</property> 
    1088                     <property name="top_attach">3</property> 
    1089                     <property name="bottom_attach">4</property> 
    1090                     <property name="x_options">GTK_FILL</property> 
    1091                     <property name="y_options">GTK_FILL</property> 
    1092                   </packing> 
    1093                 </child> 
    1094                 <child> 
    1095                   <widget class="GtkEntry" id="P1_S3_entry"> 
    1096                     <property name="width_request">60</property> 
    1097                     <property name="visible">True</property> 
    1098                     <property name="can_focus">True</property> 
    1099                     <property name="text" translatable="yes">0.1</property> 
    1100                     <signal name="activate" handler="on_entry_activate" object="P1_S3_entry"/> 
    1101                   </widget> 
    1102                   <packing> 
    1103                     <property name="left_attach">7</property> 
    1104                     <property name="right_attach">8</property> 
    1105                     <property name="top_attach">3</property> 
    1106                     <property name="bottom_attach">4</property> 
    1107                     <property name="y_options">GTK_FILL</property> 
    1108                   </packing> 
    1109                 </child> 
    1110                 <child> 
    1111                   <widget class="GtkLabel" id="label8"> 
    1112                     <property name="visible">True</property> 
    1113                     <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
    1114                     <property name="use_markup">True</property> 
    1115                   </widget> 
    1116                   <packing> 
    1117                     <property name="x_options">GTK_FILL</property> 
    1118                     <property name="y_options">GTK_FILL</property> 
    1119                   </packing> 
    1120                 </child> 
    1121                 <child> 
    1122                   <widget class="GtkEntry" id="P1_T_entry"> 
     1878                  <widget class="GtkEntry" id="P2_C1_entry"> 
    11231879                    <property name="width_request">50</property> 
    11241880                    <property name="visible">True</property> 
    11251881                    <property name="can_focus">True</property> 
    1126                     <property name="text" translatable="yes">273</property> 
    1127                     <signal name="activate" handler="on_entry_activate" object="P1_T_entry"/> 
    1128                   </widget> 
    1129                   <packing> 
    1130                     <property name="left_attach">1</property> 
    1131                     <property name="right_attach">2</property> 
    1132                     <property name="y_options">GTK_FILL</property> 
    1133                   </packing> 
    1134                 </child> 
    1135                 <child> 
    1136                   <widget class="GtkHScale" id="P1_T_hscale"> 
    1137                     <property name="width_request">70</property> 
    1138                     <property name="visible">True</property> 
    1139                     <property name="can_focus">True</property> 
    1140                     <property name="adjustment">100 0 4000 1 10 10</property> 
    1141                     <property name="draw_value">False</property> 
    1142                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_T_hscale"/> 
    1143                   </widget> 
    1144                   <packing> 
    1145                     <property name="left_attach">2</property> 
    1146                     <property name="right_attach">3</property> 
    1147                     <property name="y_options">GTK_FILL</property> 
    1148                   </packing> 
    1149                 </child> 
    1150                 <child> 
    1151                   <widget class="GtkHBox" id="hbox3"> 
    1152                     <property name="visible">True</property> 
    1153                     <child> 
    1154                       <widget class="GtkLabel" id="label22"> 
    1155                         <property name="visible">True</property> 
    1156                         <property name="label" translatable="yes"> Initial resolution: </property> 
    1157                         <property name="use_markup">True</property> 
    1158                       </widget> 
    1159                       <packing> 
    1160                         <property name="expand">False</property> 
    1161                       </packing> 
    1162                     </child> 
    1163                     <child> 
    1164                       <widget class="GtkSpinButton" id="P1_res_spinbutton"> 
    1165                         <property name="visible">True</property> 
    1166                         <property name="can_focus">True</property> 
    1167                         <property name="adjustment">20 10 200 1 10 10</property> 
    1168                         <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_res2_spinbutton"/> 
    1169                       </widget> 
    1170                       <packing> 
    1171                         <property name="expand">False</property> 
    1172                         <property name="position">1</property> 
    1173                       </packing> 
    1174                     </child> 
    1175                     <child> 
    1176                       <widget class="GtkToggleButton" id="P1_spinodal_togglebutton"> 
    1177                         <property name="visible">True</property> 
    1178                         <property name="can_focus">True</property> 
    1179                         <property name="receives_default">True</property> 
    1180                         <property name="label" translatable="yes">Spinodal</property> 
    1181                         <property name="response_id">0</property> 
    1182                         <signal name="toggled" handler="on_spinodal_togglebutton_toggled" object="P1_spinodal_togglebutton"/> 
    1183                       </widget> 
    1184                       <packing> 
    1185                         <property name="expand">False</property> 
    1186                         <property name="position">2</property> 
    1187                       </packing> 
    1188                     </child> 
    1189                   </widget> 
    1190                   <packing> 
    1191                     <property name="left_attach">3</property> 
    1192                     <property name="right_attach">9</property> 
    1193                     <property name="y_options">GTK_FILL</property> 
    1194                   </packing> 
    1195                 </child> 
    1196                 <child> 
    1197                   <widget class="GtkEntry" id="P1_C2_entry"> 
    1198                     <property name="width_request">50</property> 
    1199                     <property name="visible">True</property> 
    1200                     <property name="can_focus">True</property> 
    1201                     <property name="text" translatable="yes">-2.2</property> 
    1202                     <signal name="activate" handler="on_entry_activate" object="P1_C2_entry"/> 
     1882                    <property name="text" translatable="yes">-10</property> 
     1883                    <signal name="activate" handler="on_entry_activate" object="P2_C1_entry"/> 
    12031884                  </widget> 
    12041885                  <packing> 
    12051886                    <property name="left_attach">4</property> 
    12061887                    <property name="right_attach">5</property> 
    1207                     <property name="top_attach">2</property> 
    1208                     <property name="bottom_attach">3</property> 
    1209                     <property name="y_options">GTK_FILL</property> 
    1210                   </packing> 
    1211                 </child> 
    1212                 <child> 
    1213                   <widget class="GtkEntry" id="P1_C3_entry"> 
    1214                     <property name="width_request">50</property> 
    1215                     <property name="visible">True</property> 
    1216                     <property name="can_focus">True</property> 
    1217                     <property name="text" translatable="yes">-1.5</property> 
    1218                     <signal name="activate" handler="on_entry_activate" object="P1_C3_entry"/> 
    1219                   </widget> 
    1220                   <packing> 
    1221                     <property name="left_attach">4</property> 
    1222                     <property name="right_attach">5</property> 
    1223                     <property name="top_attach">3</property> 
    1224                     <property name="bottom_attach">4</property> 
    1225                     <property name="y_options">GTK_FILL</property> 
    1226                   </packing> 
    1227                 </child> 
    1228                 <child> 
    1229                   <widget class="GtkLabel" id="label31"> 
    1230                     <property name="visible">True</property> 
    1231                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    1232                     <property name="use_markup">True</property> 
    1233                   </widget> 
    1234                   <packing> 
    1235                     <property name="left_attach">3</property> 
    1236                     <property name="right_attach">4</property> 
    1237                     <property name="top_attach">2</property> 
    1238                     <property name="bottom_attach">3</property> 
    1239                     <property name="x_options">GTK_FILL</property> 
    1240                     <property name="y_options">GTK_FILL</property> 
    1241                   </packing> 
    1242                 </child> 
    1243                 <child> 
    1244                   <widget class="GtkLabel" id="label32"> 
    1245                     <property name="visible">True</property> 
    1246                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    1247                     <property name="use_markup">True</property> 
    1248                   </widget> 
    1249                   <packing> 
    1250                     <property name="left_attach">3</property> 
    1251                     <property name="right_attach">4</property> 
    1252                     <property name="top_attach">3</property> 
    1253                     <property name="bottom_attach">4</property> 
    1254                     <property name="x_options">GTK_FILL</property> 
    1255                     <property name="y_options">GTK_FILL</property> 
    1256                   </packing> 
    1257                 </child> 
    1258                 <child> 
    1259                   <widget class="GtkLabel" id="label1"> 
    1260                     <property name="visible">True</property> 
    1261                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
    1262                     <property name="use_markup">True</property> 
    1263                   </widget> 
    1264                   <packing> 
    1265                     <property name="top_attach">4</property> 
    1266                     <property name="bottom_attach">5</property> 
    1267                     <property name="y_options">GTK_FILL</property> 
    1268                   </packing> 
    1269                 </child> 
    1270                 <child> 
    1271                   <widget class="GtkEntry" id="P1_O12_entry"> 
    1272                     <property name="width_request">60</property> 
    1273                     <property name="visible">True</property> 
    1274                     <property name="can_focus">True</property> 
    1275                     <property name="text" translatable="yes">-150</property> 
    1276                     <signal name="activate" handler="on_entry_activate" object="P1_O12_entry"/> 
    1277                   </widget> 
    1278                   <packing> 
    1279                     <property name="left_attach">1</property> 
    1280                     <property name="right_attach">2</property> 
    1281                     <property name="top_attach">4</property> 
    1282                     <property name="bottom_attach">5</property> 
    1283                     <property name="y_options">GTK_FILL</property> 
    1284                   </packing> 
    1285                 </child> 
    1286                 <child> 
    1287                   <widget class="GtkLabel" id="label16"> 
    1288                     <property name="visible">True</property> 
    1289                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
    1290                     <property name="use_markup">True</property> 
    1291                   </widget> 
    1292                   <packing> 
    1293                     <property name="left_attach">3</property> 
    1294                     <property name="right_attach">4</property> 
    1295                     <property name="top_attach">4</property> 
    1296                     <property name="bottom_attach">5</property> 
    1297                     <property name="y_options">GTK_FILL</property> 
    1298                   </packing> 
    1299                 </child> 
    1300                 <child> 
    1301                   <widget class="GtkEntry" id="P1_O13_entry"> 
    1302                     <property name="width_request">60</property> 
    1303                     <property name="visible">True</property> 
    1304                     <property name="can_focus">True</property> 
    1305                     <property name="text" translatable="yes">5000</property> 
    1306                     <signal name="activate" handler="on_entry_activate" object="P1_O13_entry"/> 
    1307                   </widget> 
    1308                   <packing> 
    1309                     <property name="left_attach">4</property> 
    1310                     <property name="right_attach">5</property> 
    1311                     <property name="top_attach">4</property> 
    1312                     <property name="bottom_attach">5</property> 
    1313                     <property name="y_options">GTK_FILL</property> 
    1314                   </packing> 
    1315                 </child> 
    1316                 <child> 
    1317                   <widget class="GtkLabel" id="label17"> 
    1318                     <property name="visible">True</property> 
    1319                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
    1320                     <property name="use_markup">True</property> 
    1321                   </widget> 
    1322                   <packing> 
    1323                     <property name="left_attach">6</property> 
    1324                     <property name="right_attach">7</property> 
    1325                     <property name="top_attach">4</property> 
    1326                     <property name="bottom_attach">5</property> 
    1327                     <property name="y_options">GTK_FILL</property> 
    1328                   </packing> 
    1329                 </child> 
    1330                 <child> 
    1331                   <widget class="GtkEntry" id="P1_O23_entry"> 
    1332                     <property name="width_request">60</property> 
    1333                     <property name="visible">True</property> 
    1334                     <property name="can_focus">True</property> 
    1335                     <property name="text" translatable="yes">-1500</property> 
    1336                     <signal name="activate" handler="on_entry_activate" object="P1_O23_entry"/> 
    1337                   </widget> 
    1338                   <packing> 
    1339                     <property name="left_attach">7</property> 
    1340                     <property name="right_attach">8</property> 
    1341                     <property name="top_attach">4</property> 
    1342                     <property name="bottom_attach">5</property> 
    1343                     <property name="y_options">GTK_FILL</property> 
    1344                   </packing> 
    1345                 </child> 
    1346                 <child> 
    1347                   <widget class="GtkHBox" id="hbox10"> 
    1348                     <property name="visible">True</property> 
    1349                     <child> 
    1350                       <widget class="GtkLabel" id="label33"> 
    1351                         <property name="visible">True</property> 
    1352                         <property name="label" translatable="yes">Polynomials: </property> 
    1353                       </widget> 
    1354                       <packing> 
    1355                         <property name="expand">False</property> 
    1356                       </packing> 
    1357                     </child> 
    1358                     <child> 
    1359                       <widget class="GtkSpinButton" id="P1_poly_spinbutton"> 
    1360                         <property name="width_request">30</property> 
    1361                         <property name="visible">True</property> 
    1362                         <property name="can_focus">True</property> 
    1363                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    1364                         <property name="adjustment">0 0 0 1 10 10</property> 
    1365                       </widget> 
    1366                       <packing> 
    1367                         <property name="position">1</property> 
    1368                       </packing> 
    1369                     </child> 
    1370                     <child> 
    1371                       <widget class="GtkLabel" id="label34"> 
    1372                         <property name="visible">True</property> 
    1373                         <property name="label" translatable="yes">Gaussians: </property> 
    1374                       </widget> 
    1375                       <packing> 
    1376                         <property name="expand">False</property> 
    1377                         <property name="position">2</property> 
    1378                       </packing> 
    1379                     </child> 
    1380                     <child> 
    1381                       <widget class="GtkSpinButton" id="P1_gauss_spinbutton"> 
    1382                         <property name="width_request">30</property> 
    1383                         <property name="visible">True</property> 
    1384                         <property name="can_focus">True</property> 
    1385                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    1386                         <property name="adjustment">0 0 0 1 10 10</property> 
    1387                       </widget> 
    1388                       <packing> 
    1389                         <property name="position">3</property> 
    1390                       </packing> 
    1391                     </child> 
    1392                   </widget> 
    1393                   <packing> 
    1394                     <property name="right_attach">6</property> 
    1395                     <property name="top_attach">5</property> 
    1396                     <property name="bottom_attach">6</property> 
    1397                     <property name="y_options">GTK_FILL</property> 
    1398                   </packing> 
    1399                 </child> 
    1400                 <child> 
    1401                   <widget class="GtkLabel" id="label21"> 
    1402                     <property name="visible">True</property> 
    1403                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
    1404                     <property name="use_markup">True</property> 
    1405                   </widget> 
    1406                   <packing> 
    1407                     <property name="left_attach">6</property> 
    1408                     <property name="right_attach">7</property> 
    1409                     <property name="top_attach">5</property> 
    1410                     <property name="bottom_attach">6</property> 
    1411                     <property name="y_options">GTK_FILL</property> 
    1412                   </packing> 
    1413                 </child> 
    1414                 <child> 
    1415                   <widget class="GtkEntry" id="P1_O123_entry"> 
    1416                     <property name="width_request">60</property> 
    1417                     <property name="visible">True</property> 
    1418                     <property name="can_focus">True</property> 
    1419                     <property name="text" translatable="yes">400</property> 
    1420                     <signal name="activate" handler="on_entry_activate" object="P1_O123_entry"/> 
    1421                   </widget> 
    1422                   <packing> 
    1423                     <property name="left_attach">7</property> 
    1424                     <property name="right_attach">8</property> 
    1425                     <property name="top_attach">5</property> 
    1426                     <property name="bottom_attach">6</property> 
    1427                     <property name="y_options">GTK_FILL</property> 
    1428                   </packing> 
    1429                 </child> 
    1430               </widget> 
    1431             </child> 
    1432             <child> 
    1433               <widget class="GtkHBox" id="hbox2"> 
    1434                 <property name="visible">True</property> 
    1435                 <child> 
    1436                   <widget class="GtkLabel" id="label52"> 
    1437                     <property name="visible">True</property> 
    1438                     <property name="label" translatable="yes">Phase 1: </property> 
    1439                   </widget> 
    1440                 </child> 
    1441                 <child> 
    1442                   <widget class="GtkEntry" id="P1_name_entry"> 
    1443                     <property name="width_request">60</property> 
    1444                     <property name="visible">True</property> 
    1445                     <property name="can_focus">True</property> 
    1446                     <property name="text" translatable="yes">Solid</property> 
    1447                     <signal name="activate" handler="on_name_entry_activate" object="P1_name_entry"/> 
    1448                   </widget> 
    1449                   <packing> 
    1450                     <property name="position">1</property> 
    1451                   </packing> 
    1452                 </child> 
    1453                 <child> 
    1454                   <widget class="GtkButton" id="P1_hide_button"> 
    1455                     <property name="visible">True</property> 
    1456                     <property name="sensitive">False</property> 
    1457                     <property name="can_focus">True</property> 
    1458                     <property name="receives_default">True</property> 
    1459                     <property name="tooltip" translatable="yes">Not yet implemented</property> 
    1460                     <property name="label" translatable="yes">X</property> 
    1461                     <property name="response_id">0</property> 
    1462                   </widget> 
    1463                   <packing> 
    1464                     <property name="expand">False</property> 
    1465                     <property name="position">2</property> 
    1466                   </packing> 
    1467                 </child> 
    1468               </widget> 
    1469               <packing> 
    1470                 <property name="type">tab</property> 
    1471                 <property name="tab_fill">False</property> 
    1472               </packing> 
    1473             </child> 
    1474             <child> 
    1475               <widget class="GtkTable" id="P1_table1"> 
    1476                 <property name="visible">True</property> 
    1477                 <property name="n_rows">6</property> 
    1478                 <property name="n_columns">9</property> 
    1479                 <child> 
    1480                   <widget class="GtkHScale" id="P2_O13_hscale"> 
    1481                     <property name="width_request">70</property> 
    1482                     <property name="visible">True</property> 
    1483                     <property name="can_focus">True</property> 
    1484                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1485                     <property name="draw_value">False</property> 
    1486                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O13_hscale"/> 
    1487                   </widget> 
    1488                   <packing> 
    1489                     <property name="left_attach">5</property> 
    1490                     <property name="right_attach">6</property> 
    1491                     <property name="top_attach">4</property> 
    1492                     <property name="bottom_attach">5</property> 
    1493                     <property name="y_options">GTK_FILL</property> 
    1494                   </packing> 
    1495                 </child> 
    1496                 <child> 
    1497                   <widget class="GtkHScale" id="P2_C3_hscale"> 
    1498                     <property name="width_request">70</property> 
    1499                     <property name="visible">True</property> 
    1500                     <property name="can_focus">True</property> 
    1501                     <property name="adjustment">1.5 -100 100 1 10 10</property> 
    1502                     <property name="draw_value">False</property> 
    1503                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C3_hscale"/> 
    1504                   </widget> 
    1505                   <packing> 
    1506                     <property name="left_attach">5</property> 
    1507                     <property name="right_attach">6</property> 
    1508                     <property name="top_attach">3</property> 
    1509                     <property name="bottom_attach">4</property> 
    1510                     <property name="y_options">GTK_FILL</property> 
    1511                   </packing> 
    1512                 </child> 
    1513                 <child> 
    1514                   <widget class="GtkHScale" id="P2_C2_hscale"> 
    1515                     <property name="width_request">70</property> 
    1516                     <property name="visible">True</property> 
    1517                     <property name="can_focus">True</property> 
    1518                     <property name="adjustment">2.2000000000000002 -100 100 1 10 10</property> 
    1519                     <property name="draw_value">False</property> 
    1520                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C2_hscale"/> 
    1521                   </widget> 
    1522                   <packing> 
    1523                     <property name="left_attach">5</property> 
    1524                     <property name="right_attach">6</property> 
    1525                     <property name="top_attach">2</property> 
    1526                     <property name="bottom_attach">3</property> 
    1527                     <property name="y_options">GTK_FILL</property> 
    1528                   </packing> 
    1529                 </child> 
    1530                 <child> 
    1531                   <widget class="GtkHScale" id="P2_C1_hscale"> 
    1532                     <property name="width_request">70</property> 
    1533                     <property name="visible">True</property> 
    1534                     <property name="can_focus">True</property> 
    1535                     <property name="adjustment">3.2000000000000002 -100 100 1 10 10</property> 
    1536                     <property name="draw_value">False</property> 
    1537                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C1_hscale"/> 
    1538                   </widget> 
    1539                   <packing> 
    1540                     <property name="left_attach">5</property> 
    1541                     <property name="right_attach">6</property> 
    1542                     <property name="top_attach">1</property> 
    1543                     <property name="bottom_attach">2</property> 
    1544                     <property name="y_options">GTK_FILL</property> 
    1545                   </packing> 
    1546                 </child> 
    1547                 <child> 
    1548                   <widget class="GtkHScale" id="P2_O12_hscale"> 
    1549                     <property name="width_request">70</property> 
    1550                     <property name="visible">True</property> 
    1551                     <property name="can_focus">True</property> 
    1552                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1553                     <property name="draw_value">False</property> 
    1554                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O12_hscale"/> 
    1555                   </widget> 
    1556                   <packing> 
    1557                     <property name="left_attach">2</property> 
    1558                     <property name="right_attach">3</property> 
    1559                     <property name="top_attach">4</property> 
    1560                     <property name="bottom_attach">5</property> 
    1561                     <property name="y_options">GTK_FILL</property> 
    1562                   </packing> 
    1563                 </child> 
    1564                 <child> 
    1565                   <widget class="GtkEntry" id="P2_G3_entry"> 
    1566                     <property name="width_request">50</property> 
    1567                     <property name="visible">True</property> 
    1568                     <property name="can_focus">True</property> 
    1569                     <property name="text" translatable="yes">1000</property> 
    1570                     <signal name="activate" handler="on_entry_activate" object="P2_G3_entry"/> 
    1571                   </widget> 
    1572                   <packing> 
    1573                     <property name="left_attach">1</property> 
    1574                     <property name="right_attach">2</property> 
    1575                     <property name="top_attach">3</property> 
    1576                     <property name="bottom_attach">4</property> 
    1577                     <property name="y_options">GTK_FILL</property> 
    1578                   </packing> 
    1579                 </child> 
    1580                 <child> 
    1581                   <widget class="GtkEntry" id="P2_G2_entry"> 
    1582                     <property name="width_request">50</property> 
    1583                     <property name="visible">True</property> 
    1584                     <property name="can_focus">True</property> 
    1585                     <property name="text" translatable="yes">1100</property> 
    1586                     <signal name="activate" handler="on_entry_activate" object="P2_G2_entry"/> 
    1587                   </widget> 
    1588                   <packing> 
    1589                     <property name="left_attach">1</property> 
    1590                     <property name="right_attach">2</property> 
    1591                     <property name="top_attach">2</property> 
    1592                     <property name="bottom_attach">3</property> 
    1593                     <property name="y_options">GTK_FILL</property> 
    1594                   </packing> 
    1595                 </child> 
    1596                 <child> 
    1597                   <widget class="GtkEntry" id="P2_G1_entry"> 
    1598                     <property name="width_request">50</property> 
    1599                     <property name="visible">True</property> 
    1600                     <property name="can_focus">True</property> 
    1601                     <property name="text" translatable="yes">950</property> 
    1602                     <signal name="activate" handler="on_entry_activate" object="P2_G1_entry"/> 
    1603                   </widget> 
    1604                   <packing> 
    1605                     <property name="left_attach">1</property> 
    1606                     <property name="right_attach">2</property> 
    1607                     <property name="top_attach">1</property> 
    1608                     <property name="bottom_attach">2</property> 
    1609                     <property name="y_options">GTK_FILL</property> 
    1610                   </packing> 
    1611                 </child> 
    1612                 <child> 
    1613                   <widget class="GtkHScale" id="P2_G3_hscale"> 
    1614                     <property name="width_request">70</property> 
    1615                     <property name="visible">True</property> 
    1616                     <property name="can_focus">True</property> 
    1617                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1618                     <property name="draw_value">False</property> 
    1619                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G3_hscale"/> 
    1620                   </widget> 
    1621                   <packing> 
    1622                     <property name="left_attach">2</property> 
    1623                     <property name="right_attach">3</property> 
    1624                     <property name="top_attach">3</property> 
    1625                     <property name="bottom_attach">4</property> 
    1626                     <property name="y_options">GTK_FILL</property> 
    1627                   </packing> 
    1628                 </child> 
    1629                 <child> 
    1630                   <widget class="GtkHScale" id="P2_G2_hscale"> 
    1631                     <property name="width_request">70</property> 
    1632                     <property name="visible">True</property> 
    1633                     <property name="can_focus">True</property> 
    1634                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1635                     <property name="draw_value">False</property> 
    1636                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G2_hscale"/> 
    1637                   </widget> 
    1638                   <packing> 
    1639                     <property name="left_attach">2</property> 
    1640                     <property name="right_attach">3</property> 
    1641                     <property name="top_attach">2</property> 
    1642                     <property name="bottom_attach">3</property> 
    1643                     <property name="y_options">GTK_FILL</property> 
    1644                   </packing> 
    1645                 </child> 
    1646                 <child> 
    1647                   <widget class="GtkHScale" id="P2_G1_hscale"> 
    1648                     <property name="width_request">70</property> 
    1649                     <property name="visible">True</property> 
    1650                     <property name="can_focus">True</property> 
    1651                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1652                     <property name="draw_value">False</property> 
    1653                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G1_hscale"/> 
    1654                   </widget> 
    1655                   <packing> 
    1656                     <property name="left_attach">2</property> 
    1657                     <property name="right_attach">3</property> 
    1658                     <property name="top_attach">1</property> 
    1659                     <property name="bottom_attach">2</property> 
    1660                     <property name="y_options">GTK_FILL</property> 
    1661                   </packing> 
    1662                 </child> 
    1663                 <child> 
    1664                   <widget class="GtkLabel" id="label9"> 
    1665                     <property name="visible">True</property> 
    1666                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1667                     <property name="use_markup">True</property> 
    1668                   </widget> 
    1669                   <packing> 
    1670                     <property name="top_attach">3</property> 
    1671                     <property name="bottom_attach">4</property> 
    1672                     <property name="x_options">GTK_FILL</property> 
    1673                     <property name="y_options">GTK_FILL</property> 
    1674                   </packing> 
    1675                 </child> 
    1676                 <child> 
    1677                   <widget class="GtkLabel" id="label25"> 
    1678                     <property name="visible">True</property> 
    1679                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1680                     <property name="use_markup">True</property> 
    1681                   </widget> 
    1682                   <packing> 
    1683                     <property name="top_attach">2</property> 
    1684                     <property name="bottom_attach">3</property> 
    1685                     <property name="x_options">GTK_FILL</property> 
    1686                     <property name="y_options">GTK_FILL</property> 
    1687                   </packing> 
    1688                 </child> 
    1689                 <child> 
    1690                   <widget class="GtkLabel" id="label35"> 
    1691                     <property name="visible">True</property> 
    1692                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1693                     <property name="use_markup">True</property> 
    1694                   </widget> 
    1695                   <packing> 
    1696                     <property name="top_attach">1</property> 
    1697                     <property name="bottom_attach">2</property> 
    1698                     <property name="x_options">GTK_FILL</property> 
    1699                     <property name="y_options">GTK_FILL</property> 
    1700                   </packing> 
    1701                 </child> 
    1702                 <child> 
    1703                   <widget class="GtkHScale" id="P2_S1_hscale"> 
    1704                     <property name="width_request">70</property> 
    1705                     <property name="visible">True</property> 
    1706                     <property name="can_focus">True</property> 
    1707                     <property name="adjustment">1 0 2 1 10 10</property> 
    1708                     <property name="draw_value">False</property> 
    1709                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S1_hscale"/> 
    1710                   </widget> 
    1711                   <packing> 
    1712                     <property name="left_attach">8</property> 
    1713                     <property name="right_attach">9</property> 
    1714                     <property name="top_attach">1</property> 
    1715                     <property name="bottom_attach">2</property> 
    1716                     <property name="y_options">GTK_FILL</property> 
    1717                   </packing> 
    1718                 </child> 
    1719                 <child> 
    1720                   <widget class="GtkHScale" id="P2_S2_hscale"> 
    1721                     <property name="width_request">70</property> 
    1722                     <property name="visible">True</property> 
    1723                     <property name="can_focus">True</property> 
    1724                     <property name="adjustment">0.5 0 2 1 10 10</property> 
    1725                     <property name="draw_value">False</property> 
    1726                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S2_hscale"/> 
    1727                   </widget> 
    1728                   <packing> 
    1729                     <property name="left_attach">8</property> 
    1730                     <property name="right_attach">9</property> 
    1731                     <property name="top_attach">2</property> 
    1732                     <property name="bottom_attach">3</property> 
    1733                     <property name="y_options">GTK_FILL</property> 
    1734                   </packing> 
    1735                 </child> 
    1736                 <child> 
    1737                   <widget class="GtkHScale" id="P2_S3_hscale"> 
    1738                     <property name="width_request">70</property> 
    1739                     <property name="visible">True</property> 
    1740                     <property name="can_focus">True</property> 
    1741                     <property name="adjustment">0.20000000000000001 0 2 1 10 10</property> 
    1742                     <property name="draw_value">False</property> 
    1743                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S3_hscale"/> 
    1744                   </widget> 
    1745                   <packing> 
    1746                     <property name="left_attach">8</property> 
    1747                     <property name="right_attach">9</property> 
    1748                     <property name="top_attach">3</property> 
    1749                     <property name="bottom_attach">4</property> 
    1750                     <property name="y_options">GTK_FILL</property> 
    1751                   </packing> 
    1752                 </child> 
    1753                 <child> 
    1754                   <widget class="GtkHScale" id="P2_O23_hscale"> 
    1755                     <property name="width_request">70</property> 
    1756                     <property name="visible">True</property> 
    1757                     <property name="can_focus">True</property> 
    1758                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1759                     <property name="draw_value">False</property> 
    1760                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O23_hscale"/> 
    1761                   </widget> 
    1762                   <packing> 
    1763                     <property name="left_attach">8</property> 
    1764                     <property name="right_attach">9</property> 
    1765                     <property name="top_attach">4</property> 
    1766                     <property name="bottom_attach">5</property> 
    1767                     <property name="y_options">GTK_FILL</property> 
    1768                   </packing> 
    1769                 </child> 
    1770                 <child> 
    1771                   <widget class="GtkHScale" id="P2_O123_hscale"> 
    1772                     <property name="width_request">70</property> 
    1773                     <property name="visible">True</property> 
    1774                     <property name="can_focus">True</property> 
    1775                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1776                     <property name="draw_value">False</property> 
    1777                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O123_hscale"/> 
    1778                   </widget> 
    1779                   <packing> 
    1780                     <property name="left_attach">8</property> 
    1781                     <property name="right_attach">9</property> 
    1782                     <property name="top_attach">5</property> 
    1783                     <property name="bottom_attach">6</property> 
    1784                     <property name="y_options">GTK_FILL</property> 
    1785                   </packing> 
    1786                 </child> 
    1787                 <child> 
    1788                   <widget class="GtkEntry" id="P2_S1_entry"> 
    1789                     <property name="width_request">60</property> 
    1790                     <property name="visible">True</property> 
    1791                     <property name="can_focus">True</property> 
    1792                     <property name="text" translatable="yes">1.0</property> 
    1793                     <signal name="activate" handler="on_entry_activate" object="P2_S1_entry"/> 
    1794                   </widget> 
    1795                   <packing> 
    1796                     <property name="left_attach">7</property> 
    1797                     <property name="right_attach">8</property> 
    17981888                    <property name="top_attach">1</property> 
    17991889                    <property name="bottom_attach">2</property> 
     
    18171907                </child> 
    18181908                <child> 
    1819                   <widget class="GtkEntry" id="P2_C1_entry"> 
    1820                     <property name="width_request">50</property> 
    1821                     <property name="visible">True</property> 
    1822                     <property name="can_focus">True</property> 
    1823                     <property name="text" translatable="yes">-10</property> 
    1824                     <signal name="activate" handler="on_entry_activate" object="P2_C1_entry"/> 
    1825                   </widget> 
    1826                   <packing> 
    1827                     <property name="left_attach">4</property> 
    1828                     <property name="right_attach">5</property> 
     1909                  <widget class="GtkEntry" id="P2_S1_entry"> 
     1910                    <property name="width_request">60</property> 
     1911                    <property name="visible">True</property> 
     1912                    <property name="can_focus">True</property> 
     1913                    <property name="text" translatable="yes">1.0</property> 
     1914                    <signal name="activate" handler="on_entry_activate" object="P2_S1_entry"/> 
     1915                  </widget> 
     1916                  <packing> 
     1917                    <property name="left_attach">7</property> 
     1918                    <property name="right_attach">8</property> 
    18291919                    <property name="top_attach">1</property> 
    18301920                    <property name="bottom_attach">2</property> 
     
    18331923                </child> 
    18341924                <child> 
    1835                   <widget class="GtkLabel" id="label37"> 
    1836                     <property name="visible">True</property> 
    1837                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    1838                     <property name="use_markup">True</property> 
    1839                   </widget> 
    1840                   <packing> 
    1841                     <property name="left_attach">3</property> 
    1842                     <property name="right_attach">4</property> 
     1925                  <widget class="GtkHScale" id="P2_O123_hscale"> 
     1926                    <property name="width_request">70</property> 
     1927                    <property name="visible">True</property> 
     1928                    <property name="can_focus">True</property> 
     1929                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1930                    <property name="draw_value">False</property> 
     1931                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O123_hscale"/> 
     1932                  </widget> 
     1933                  <packing> 
     1934                    <property name="left_attach">8</property> 
     1935                    <property name="right_attach">9</property> 
     1936                    <property name="top_attach">5</property> 
     1937                    <property name="bottom_attach">6</property> 
     1938                    <property name="y_options">GTK_FILL</property> 
     1939                  </packing> 
     1940                </child> 
     1941                <child> 
     1942                  <widget class="GtkHScale" id="P2_O23_hscale"> 
     1943                    <property name="width_request">70</property> 
     1944                    <property name="visible">True</property> 
     1945                    <property name="can_focus">True</property> 
     1946                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1947                    <property name="draw_value">False</property> 
     1948                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O23_hscale"/> 
     1949                  </widget> 
     1950                  <packing> 
     1951                    <property name="left_attach">8</property> 
     1952                    <property name="right_attach">9</property> 
     1953                    <property name="top_attach">4</property> 
     1954                    <property name="bottom_attach">5</property> 
     1955                    <property name="y_options">GTK_FILL</property> 
     1956                  </packing> 
     1957                </child> 
     1958                <child> 
     1959                  <widget class="GtkHScale" id="P2_S3_hscale"> 
     1960                    <property name="width_request">70</property> 
     1961                    <property name="visible">True</property> 
     1962                    <property name="can_focus">True</property> 
     1963                    <property name="adjustment">0.20000000000000001 0 2 0.10000000000000001 1 1</property> 
     1964                    <property name="draw_value">False</property> 
     1965                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S3_hscale"/> 
     1966                  </widget> 
     1967                  <packing> 
     1968                    <property name="left_attach">8</property> 
     1969                    <property name="right_attach">9</property> 
     1970                    <property name="top_attach">3</property> 
     1971                    <property name="bottom_attach">4</property> 
     1972                    <property name="y_options">GTK_FILL</property> 
     1973                  </packing> 
     1974                </child> 
     1975                <child> 
     1976                  <widget class="GtkHScale" id="P2_S2_hscale"> 
     1977                    <property name="width_request">70</property> 
     1978                    <property name="visible">True</property> 
     1979                    <property name="can_focus">True</property> 
     1980                    <property name="adjustment">0.5 0 2 0.10000000000000001 1 1</property> 
     1981                    <property name="draw_value">False</property> 
     1982                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S2_hscale"/> 
     1983                  </widget> 
     1984                  <packing> 
     1985                    <property name="left_attach">8</property> 
     1986                    <property name="right_attach">9</property> 
     1987                    <property name="top_attach">2</property> 
     1988                    <property name="bottom_attach">3</property> 
     1989                    <property name="y_options">GTK_FILL</property> 
     1990                  </packing> 
     1991                </child> 
     1992                <child> 
     1993                  <widget class="GtkHScale" id="P2_S1_hscale"> 
     1994                    <property name="width_request">70</property> 
     1995                    <property name="visible">True</property> 
     1996                    <property name="can_focus">True</property> 
     1997                    <property name="adjustment">1 0 2 0.10000000000000001 1 1</property> 
     1998                    <property name="draw_value">False</property> 
     1999                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S1_hscale"/> 
     2000                  </widget> 
     2001                  <packing> 
     2002                    <property name="left_attach">8</property> 
     2003                    <property name="right_attach">9</property> 
     2004                    <property name="top_attach">1</property> 
     2005                    <property name="bottom_attach">2</property> 
     2006                    <property name="y_options">GTK_FILL</property> 
     2007                  </packing> 
     2008                </child> 
     2009                <child> 
     2010                  <widget class="GtkLabel" id="label35"> 
     2011                    <property name="visible">True</property> 
     2012                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     2013                    <property name="use_markup">True</property> 
     2014                  </widget> 
     2015                  <packing> 
    18432016                    <property name="top_attach">1</property> 
    18442017                    <property name="bottom_attach">2</property> 
     
    18482021                </child> 
    18492022                <child> 
    1850                   <widget class="GtkLabel" id="label38"> 
    1851                     <property name="visible">True</property> 
    1852                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
    1853                     <property name="use_markup">True</property> 
    1854                   </widget> 
    1855                   <packing> 
    1856                     <property name="left_attach">6</property> 
    1857                     <property name="right_attach">7</property> 
     2023                  <widget class="GtkLabel" id="label25"> 
     2024                    <property name="visible">True</property> 
     2025                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     2026                    <property name="use_markup">True</property> 
     2027                  </widget> 
     2028                  <packing> 
    18582029                    <property name="top_attach">2</property> 
    18592030                    <property name="bottom_attach">3</property> 
     
    18632034                </child> 
    18642035                <child> 
    1865                   <widget class="GtkEntry" id="P2_S2_entry"> 
    1866                     <property name="width_request">60</property> 
    1867                     <property name="visible">True</property> 
    1868                     <property name="can_focus">True</property> 
    1869                     <property name="text" translatable="yes">0.8</property> 
    1870                     <signal name="activate" handler="on_entry_activate" object="P2_S2_entry"/> 
    1871                   </widget> 
    1872                   <packing> 
    1873                     <property name="left_attach">7</property> 
    1874                     <property name="right_attach">8</property> 
    1875                     <property name="top_attach">2</property> 
    1876                     <property name="bottom_attach">3</property> 
    1877                     <property name="y_options">GTK_FILL</property> 
    1878                   </packing> 
    1879                 </child> 
    1880                 <child> 
    1881                   <widget class="GtkLabel" id="label39"> 
    1882                     <property name="visible">True</property> 
    1883                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
    1884                     <property name="use_markup">True</property> 
    1885                   </widget> 
    1886                   <packing> 
    1887                     <property name="left_attach">6</property> 
    1888                     <property name="right_attach">7</property> 
     2036                  <widget class="GtkLabel" id="label9"> 
     2037                    <property name="visible">True</property> 
     2038                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     2039                    <property name="use_markup">True</property> 
     2040                  </widget> 
     2041                  <packing> 
    18892042                    <property name="top_attach">3</property> 
    18902043                    <property name="bottom_attach">4</property> 
     
    18942047                </child> 
    18952048                <child> 
    1896                   <widget class="GtkEntry" id="P2_S3_entry"> 
    1897                     <property name="width_request">60</property> 
    1898                     <property name="visible">True</property> 
    1899                     <property name="can_focus">True</property> 
    1900                     <property name="text" translatable="yes">0.5</property> 
    1901                     <signal name="activate" handler="on_entry_activate" object="P2_S3_entry"/> 
    1902                   </widget> 
    1903                   <packing> 
    1904                     <property name="left_attach">7</property> 
    1905                     <property name="right_attach">8</property> 
     2049                  <widget class="GtkHScale" id="P2_G1_hscale"> 
     2050                    <property name="width_request">70</property> 
     2051                    <property name="visible">True</property> 
     2052                    <property name="can_focus">True</property> 
     2053                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     2054                    <property name="draw_value">False</property> 
     2055                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G1_hscale"/> 
     2056                  </widget> 
     2057                  <packing> 
     2058                    <property name="left_attach">2</property> 
     2059                    <property name="right_attach">3</property> 
     2060                    <property name="top_attach">1</property> 
     2061                    <property name="bottom_attach">2</property> 
     2062                    <property name="y_options">GTK_FILL</property> 
     2063                  </packing> 
     2064                </child> 
     2065                <child> 
     2066                  <widget class="GtkHScale" id="P2_G2_hscale"> 
     2067                    <property name="width_request">70</property> 
     2068                    <property name="visible">True</property> 
     2069                    <property name="can_focus">True</property> 
     2070                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     2071                    <property name="draw_value">False</property> 
     2072                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G2_hscale"/> 
     2073                  </widget> 
     2074                  <packing> 
     2075                    <property name="left_attach">2</property> 
     2076                    <property name="right_attach">3</property> 
     2077                    <property name="top_attach">2</property> 
     2078                    <property name="bottom_attach">3</property> 
     2079                    <property name="y_options">GTK_FILL</property> 
     2080                  </packing> 
     2081                </child> 
     2082                <child> 
     2083                  <widget class="GtkHScale" id="P2_G3_hscale"> 
     2084                    <property name="width_request">70</property> 
     2085                    <property name="visible">True</property> 
     2086                    <property name="can_focus">True</property> 
     2087                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     2088                    <property name="draw_value">False</property> 
     2089                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G3_hscale"/> 
     2090                  </widget> 
     2091                  <packing> 
     2092                    <property name="left_attach">2</property> 
     2093                    <property name="right_attach">3</property> 
    19062094                    <property name="top_attach">3</property> 
    19072095                    <property name="bottom_attach">4</property> 
     
    19102098                </child> 
    19112099                <child> 
    1912                   <widget class="GtkLabel" id="label40"> 
    1913                     <property name="visible">True</property> 
    1914                     <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
    1915                     <property name="use_markup">True</property> 
    1916                   </widget> 
    1917                   <packing> 
    1918                     <property name="x_options">GTK_FILL</property> 
    1919                     <property name="y_options">GTK_FILL</property> 
    1920                   </packing> 
    1921                 </child> 
    1922                 <child> 
    1923                   <widget class="GtkEntry" id="P2_T_entry"> 
     2100                  <widget class="GtkEntry" id="P2_G1_entry"> 
    19242101                    <property name="width_request">50</property> 
    19252102                    <property name="visible">True</property> 
    19262103                    <property name="can_focus">True</property> 
    1927                     <property name="text" translatable="yes">273</property> 
    1928                     <signal name="activate" handler="on_entry_activate" object="P2_T_entry"/> 
     2104                    <property name="text" translatable="yes">950</property> 
     2105                    <signal name="activate" handler="on_entry_activate" object="P2_G1_entry"/> 
    19292106                  </widget> 
    19302107                  <packing> 
    19312108                    <property name="left_attach">1</property> 
    19322109                    <property name="right_attach">2</property> 
    1933                     <property name="y_options">GTK_FILL</property> 
    1934                   </packing> 
    1935                 </child> 
    1936                 <child> 
    1937                   <widget class="GtkHScale" id="P2_T_hscale"> 
    1938                     <property name="width_request">70</property> 
    1939                     <property name="visible">True</property> 
    1940                     <property name="can_focus">True</property> 
    1941                     <property name="adjustment">100 0 4000 1 10 10</property> 
    1942                     <property name="draw_value">False</property> 
    1943                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_T_hscale"/> 
     2110                    <property name="top_attach">1</property> 
     2111                    <property name="bottom_attach">2</property> 
     2112                    <property name="y_options">GTK_FILL</property> 
     2113                  </packing> 
     2114                </child> 
     2115                <child> 
     2116                  <widget class="GtkEntry" id="P2_G2_entry"> 
     2117                    <property name="width_request">50</property> 
     2118                    <property name="visible">True</property> 
     2119                    <property name="can_focus">True</property> 
     2120                    <property name="text" translatable="yes">1100</property> 
     2121                    <signal name="activate" handler="on_entry_activate" object="P2_G2_entry"/> 
     2122                  </widget> 
     2123                  <packing> 
     2124                    <property name="left_attach">1</property> 
     2125                    <property name="right_attach">2</property> 
     2126                    <property name="top_attach">2</property> 
     2127                    <property name="bottom_attach">3</property> 
     2128                    <property name="y_options">GTK_FILL</property> 
     2129                  </packing> 
     2130                </child> 
     2131                <child> 
     2132                  <widget class="GtkEntry" id="P2_G3_entry"> 
     2133                    <property name="width_request">50</property> 
     2134                    <property name="visible">True</property> 
     2135                    <property name="can_focus">True</property> 
     2136                    <property name="text" translatable="yes">1000</property> 
     2137                    <signal name="activate" handler="on_entry_activate" object="P2_G3_entry"/> 
     2138                  </widget> 
     2139                  <packing> 
     2140                    <property name="left_attach">1</property> 
     2141                    <property name="right_attach">2</property> 
     2142                    <property name="top_attach">3</property> 
     2143                    <property name="bottom_attach">4</property> 
     2144                    <property name="y_options">GTK_FILL</property> 
     2145                  </packing> 
     2146                </child> 
     2147                <child> 
     2148                  <widget class="GtkHScale" id="P2_O12_hscale"> 
     2149                    <property name="width_request">70</property> 
     2150                    <property name="visible">True</property> 
     2151                    <property name="can_focus">True</property> 
     2152                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     2153                    <property name="draw_value">False</property> 
     2154                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O12_hscale"/> 
    19442155                  </widget> 
    19452156                  <packing> 
    19462157                    <property name="left_attach">2</property> 
    19472158                    <property name="right_attach">3</property> 
    1948                     <property name="y_options">GTK_FILL</property> 
    1949                   </packing> 
    1950                 </child> 
    1951                 <child> 
    1952                   <widget class="GtkHBox" id="hbox1"> 
    1953                     <property name="visible">True</property> 
    1954                     <child> 
    1955                       <widget class="GtkLabel" id="label41"> 
    1956                         <property name="visible">True</property> 
    1957                         <property name="label" translatable="yes">Initial resolution: </property> 
    1958                         <property name="use_markup">True</property> 
    1959                       </widget> 
    1960                       <packing> 
    1961                         <property name="expand">False</property> 
    1962                       </packing> 
    1963                     </child> 
    1964                     <child> 
    1965                       <widget class="GtkSpinButton" id="P2_res_spinbutton"> 
    1966                         <property name="visible">True</property> 
    1967                         <property name="can_focus">True</property> 
    1968                         <property name="adjustment">20 10 500 1 10 10</property> 
    1969                         <signal name="value_changed" handler="on_spinbutton_value_changed" object="P2_res_spinbutton"/> 
    1970                       </widget> 
    1971                       <packing> 
    1972                         <property name="expand">False</property> 
    1973                         <property name="position">1</property> 
    1974                       </packing> 
    1975                     </child> 
    1976                     <child> 
    1977                       <widget class="GtkToggleButton" id="P2_spinodal_togglebutton"> 
    1978                         <property name="visible">True</property> 
    1979                         <property name="can_focus">True</property> 
    1980                         <property name="receives_default">True</property> 
    1981                         <property name="label" translatable="yes">Spinodal</property> 
    1982                         <property name="response_id">0</property> 
    1983                         <signal name="toggled" handler="on_spinodal_togglebutton_toggled" object="P2_spinodal_togglebutton"/> 
    1984                       </widget> 
    1985                       <packing> 
    1986                         <property name="expand">False</property> 
    1987                         <property name="position">2</property> 
    1988                       </packing> 
    1989                     </child> 
    1990                   </widget> 
    1991                   <packing> 
    1992                     <property name="left_attach">3</property> 
    1993                     <property name="right_attach">9</property> 
    1994                     <property name="y_options">GTK_FILL</property> 
    1995                   </packing> 
    1996                 </child> 
    1997                 <child> 
    1998                   <widget class="GtkEntry" id="P2_C2_entry"> 
    1999                     <property name="width_request">50</property> 
    2000                     <property name="visible">True</property> 
    2001                     <property name="can_focus">True</property> 
    2002                     <property name="text" translatable="yes">-15</property> 
    2003                     <signal name="activate" handler="on_entry_activate" object="P2_C2_entry"/> 
    2004                   </widget> 
    2005                   <packing> 
    2006                     <property name="left_attach">4</property> 
    2007                     <property name="right_attach">5</property> 
     2159                    <property name="top_attach">4</property> 
     2160                    <property name="bottom_attach">5</property> 
     2161                    <property name="y_options">GTK_FILL</property> 
     2162                  </packing> 
     2163                </child> 
     2164                <child> 
     2165                  <widget class="GtkHScale" id="P2_C1_hscale"> 
     2166                    <property name="width_request">70</property> 
     2167                    <property name="visible">True</property> 
     2168                    <property name="can_focus">True</property> 
     2169                    <property name="adjustment">3.2000000000000002 -100 100 1 10 10</property> 
     2170                    <property name="draw_value">False</property> 
     2171                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C1_hscale"/> 
     2172                  </widget> 
     2173                  <packing> 
     2174                    <property name="left_attach">5</property> 
     2175                    <property name="right_attach">6</property> 
     2176                    <property name="top_attach">1</property> 
     2177                    <property name="bottom_attach">2</property> 
     2178                    <property name="y_options">GTK_FILL</property> 
     2179                  </packing> 
     2180                </child> 
     2181                <child> 
     2182                  <widget class="GtkHScale" id="P2_C2_hscale"> 
     2183                    <property name="width_request">70</property> 
     2184                    <property name="visible">True</property> 
     2185                    <property name="can_focus">True</property> 
     2186                    <property name="adjustment">2.2000000000000002 -100 100 1 10 10</property> 
     2187                    <property name="draw_value">False</property> 
     2188                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C2_hscale"/> 
     2189                  </widget> 
     2190                  <packing> 
     2191                    <property name="left_attach">5</property> 
     2192                    <property name="right_attach">6</property> 
    20082193                    <property name="top_attach">2</property> 
    20092194                    <property name="bottom_attach">3</property> 
     
    20122197                </child> 
    20132198                <child> 
    2014                   <widget class="GtkEntry" id="P2_C3_entry"> 
    2015                     <property name="width_request">50</property> 
    2016                     <property name="visible">True</property> 
    2017                     <property name="can_focus">True</property> 
    2018                     <property name="text" translatable="yes">-8</property> 
    2019                     <signal name="activate" handler="on_entry_activate" object="P2_C3_entry"/> 
    2020                   </widget> 
    2021                   <packing> 
    2022                     <property name="left_attach">4</property> 
    2023                     <property name="right_attach">5</property> 
     2199                  <widget class="GtkHScale" id="P2_C3_hscale"> 
     2200                    <property name="width_request">70</property> 
     2201                    <property name="visible">True</property> 
     2202                    <property name="can_focus">True</property> 
     2203                    <property name="adjustment">1.5 -100 100 1 10 10</property> 
     2204                    <property name="draw_value">False</property> 
     2205                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C3_hscale"/> 
     2206                  </widget> 
     2207                  <packing> 
     2208                    <property name="left_attach">5</property> 
     2209                    <property name="right_attach">6</property> 
    20242210                    <property name="top_attach">3</property> 
    20252211                    <property name="bottom_attach">4</property> 
     
    20282214                </child> 
    20292215                <child> 
    2030                   <widget class="GtkLabel" id="label44"> 
    2031                     <property name="visible">True</property> 
    2032                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    2033                     <property name="use_markup">True</property> 
    2034                   </widget> 
    2035                   <packing> 
    2036                     <property name="left_attach">3</property> 
    2037                     <property name="right_attach">4</property> 
    2038                     <property name="top_attach">2</property> 
    2039                     <property name="bottom_attach">3</property> 
    2040                     <property name="x_options">GTK_FILL</property> 
    2041                     <property name="y_options">GTK_FILL</property> 
    2042                   </packing> 
    2043                 </child> 
    2044                 <child> 
    2045                   <widget class="GtkLabel" id="label45"> 
    2046                     <property name="visible">True</property> 
    2047                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    2048                     <property name="use_markup">True</property> 
    2049                   </widget> 
    2050                   <packing> 
    2051                     <property name="left_attach">3</property> 
    2052                     <property name="right_attach">4</property> 
    2053                     <property name="top_attach">3</property> 
    2054                     <property name="bottom_attach">4</property> 
    2055                     <property name="x_options">GTK_FILL</property> 
    2056                     <property name="y_options">GTK_FILL</property> 
    2057                   </packing> 
    2058                 </child> 
    2059                 <child> 
    2060                   <widget class="GtkLabel" id="label46"> 
    2061                     <property name="visible">True</property> 
    2062                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
    2063                     <property name="use_markup">True</property> 
    2064                   </widget> 
    2065                   <packing> 
     2216                  <widget class="GtkHScale" id="P2_O13_hscale"> 
     2217                    <property name="width_request">70</property> 
     2218                    <property name="visible">True</property> 
     2219                    <property name="can_focus">True</property> 
     2220                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     2221                    <property name="draw_value">False</property> 
     2222                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O13_hscale"/> 
     2223                  </widget> 
     2224                  <packing> 
     2225                    <property name="left_attach">5</property> 
     2226                    <property name="right_attach">6</property> 
    20662227                    <property name="top_attach">4</property> 
    20672228                    <property name="bottom_attach">5</property> 
    2068                     <property name="y_options">GTK_FILL</property> 
    2069                   </packing> 
    2070                 </child> 
    2071                 <child> 
    2072                   <widget class="GtkEntry" id="P2_O12_entry"> 
    2073                     <property name="width_request">60</property> 
    2074                     <property name="visible">True</property> 
    2075                     <property name="can_focus">True</property> 
    2076                     <property name="text" translatable="yes">100</property> 
    2077                     <signal name="activate" handler="on_entry_activate" object="P2_O12_entry"/> 
    2078                   </widget> 
    2079                   <packing> 
    2080                     <property name="left_attach">1</property> 
    2081                     <property name="right_attach">2</property> 
    2082                     <property name="top_attach">4</property> 
    2083                     <property name="bottom_attach">5</property> 
    2084                     <property name="y_options">GTK_FILL</property> 
    2085                   </packing> 
    2086                 </child> 
    2087                 <child> 
    2088                   <widget class="GtkLabel" id="label47"> 
    2089                     <property name="visible">True</property> 
    2090                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
    2091                     <property name="use_markup">True</property> 
    2092                   </widget> 
    2093                   <packing> 
    2094                     <property name="left_attach">3</property> 
    2095                     <property name="right_attach">4</property> 
    2096                     <property name="top_attach">4</property> 
    2097                     <property name="bottom_attach">5</property> 
    2098                     <property name="y_options">GTK_FILL</property> 
    2099                   </packing> 
    2100                 </child> 
    2101                 <child> 
    2102                   <widget class="GtkEntry" id="P2_O13_entry"> 
    2103                     <property name="width_request">60</property> 
    2104                     <property name="visible">True</property> 
    2105                     <property name="can_focus">True</property> 
    2106                     <property name="text" translatable="yes">400</property> 
    2107                     <signal name="activate" handler="on_entry_activate" object="P2_O13_entry"/> 
    2108                   </widget> 
    2109                   <packing> 
    2110                     <property name="left_attach">4</property> 
    2111                     <property name="right_attach">5</property> 
    2112                     <property name="top_attach">4</property> 
    2113                     <property name="bottom_attach">5</property> 
    2114                     <property name="y_options">GTK_FILL</property> 
    2115                   </packing> 
    2116                 </child> 
    2117                 <child> 
    2118                   <widget class="GtkLabel" id="label48"> 
    2119                     <property name="visible">True</property> 
    2120                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
    2121                     <property name="use_markup">True</property> 
    2122                   </widget> 
    2123                   <packing> 
    2124                     <property name="left_attach">6</property> 
    2125                     <property name="right_attach">7</property> 
    2126                     <property name="top_attach">4</property> 
    2127                     <property name="bottom_attach">5</property> 
    2128                     <property name="y_options">GTK_FILL</property> 
    2129                   </packing> 
    2130                 </child> 
    2131                 <child> 
    2132                   <widget class="GtkEntry" id="P2_O23_entry"> 
    2133                     <property name="width_request">60</property> 
    2134                     <property name="visible">True</property> 
    2135                     <property name="can_focus">True</property> 
    2136                     <property name="text" translatable="yes">50</property> 
    2137                     <signal name="activate" handler="on_entry_activate" object="P2_O23_entry"/> 
    2138                   </widget> 
    2139                   <packing> 
    2140                     <property name="left_attach">7</property> 
    2141                     <property name="right_attach">8</property> 
    2142                     <property name="top_attach">4</property> 
    2143                     <property name="bottom_attach">5</property> 
    2144                     <property name="y_options">GTK_FILL</property> 
    2145                   </packing> 
    2146                 </child> 
    2147                 <child> 
    2148                   <widget class="GtkHBox" id="hbox6"> 
    2149                     <property name="visible">True</property> 
    2150                     <child> 
    2151                       <widget class="GtkLabel" id="label49"> 
    2152                         <property name="visible">True</property> 
    2153                         <property name="label" translatable="yes">Polynomials: </property> 
    2154                       </widget> 
    2155                       <packing> 
    2156                         <property name="expand">False</property> 
    2157                       </packing> 
    2158                     </child> 
    2159                     <child> 
    2160                       <widget class="GtkSpinButton" id="P2_poly_spinbutton"> 
    2161                         <property name="width_request">30</property> 
    2162                         <property name="visible">True</property> 
    2163                         <property name="can_focus">True</property> 
    2164                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    2165                         <property name="adjustment">0 0 0 1 10 10</property> 
    2166                       </widget> 
    2167                       <packing> 
    2168                         <property name="position">1</property> 
    2169                       </packing> 
    2170                     </child> 
    2171                     <child> 
    2172                       <widget class="GtkLabel" id="label50"> 
    2173                         <property name="visible">True</property> 
    2174                         <property name="label" translatable="yes">Gaussians: </property> 
    2175                       </widget> 
    2176                       <packing> 
    2177                         <property name="expand">False</property> 
    2178                         <property name="position">2</property> 
    2179                       </packing> 
    2180                     </child> 
    2181                     <child> 
    2182                       <widget class="GtkSpinButton" id="P2_gauss_spinbutton"> 
    2183                         <property name="width_request">30</property> 
    2184                         <property name="visible">True</property> 
    2185                         <property name="can_focus">True</property> 
    2186                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    2187                         <property name="adjustment">0 0 0 1 10 10</property> 
    2188                       </widget> 
    2189                       <packing> 
    2190                         <property name="position">3</property> 
    2191                       </packing> 
    2192                     </child> 
    2193                   </widget> 
    2194                   <packing> 
    2195                     <property name="right_attach">6</property> 
    2196                     <property name="top_attach">5</property> 
    2197                     <property name="bottom_attach">6</property> 
    2198                     <property name="y_options">GTK_FILL</property> 
    2199                   </packing> 
    2200                 </child> 
    2201                 <child> 
    2202                   <widget class="GtkLabel" id="label51"> 
    2203                     <property name="visible">True</property> 
    2204                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
    2205                     <property name="use_markup">True</property> 
    2206                   </widget> 
    2207                   <packing> 
    2208                     <property name="left_attach">6</property> 
    2209                     <property name="right_attach">7</property> 
    2210                     <property name="top_attach">5</property> 
    2211                     <property name="bottom_attach">6</property> 
    2212                     <property name="y_options">GTK_FILL</property> 
    2213                   </packing> 
    2214                 </child> 
    2215                 <child> 
    2216                   <widget class="GtkEntry" id="P2_O123_entry"> 
    2217                     <property name="width_request">60</property> 
    2218                     <property name="visible">True</property> 
    2219                     <property name="can_focus">True</property> 
    2220                     <property name="text" translatable="yes">-1000</property> 
    2221                     <signal name="activate" handler="on_entry_activate" object="P2_O123_entry"/> 
    2222                   </widget> 
    2223                   <packing> 
    2224                     <property name="left_attach">7</property> 
    2225                     <property name="right_attach">8</property> 
    2226                     <property name="top_attach">5</property> 
    2227                     <property name="bottom_attach">6</property> 
    22282229                    <property name="y_options">GTK_FILL</property> 
    22292230                  </packing>