test1.glade
changeset 2 46f2fcdca04f
parent 1 90185416e8ff
child 3 689bf4b363c3
equal deleted inserted replaced
1:90185416e8ff 2:46f2fcdca04f
     1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
     1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
     2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
     3 <!--Generated with glade3 3.4.5 on Thu Oct 16 12:18:29 2008 -->
     3 <!--Generated with glade3 3.4.5 on Thu Oct 16 12:26:53 2008 -->
     4 <glade-interface>
     4 <glade-interface>
     5   <widget class="GtkDialog" id="nemmain">
     5   <widget class="GtkDialog" id="nemmain">
     6     <property name="visible">True</property>
     6     <property name="visible">True</property>
     7     <property name="border_width">5</property>
     7     <property name="border_width">5</property>
     8     <property name="title" translatable="yes">Main window * test#1</property>
     8     <property name="title" translatable="yes">Main window * test#1</property>
   136     <property name="website_label" translatable="yes">The Website</property>
   136     <property name="website_label" translatable="yes">The Website</property>
   137     <property name="license" translatable="yes">Licensed under RSSL (Really Scary Shit License)</property>
   137     <property name="license" translatable="yes">Licensed under RSSL (Really Scary Shit License)</property>
   138     <property name="authors">grin, others not</property>
   138     <property name="authors">grin, others not</property>
   139     <property name="artists">grin</property>
   139     <property name="artists">grin</property>
   140     <signal name="close" handler="on_aboutdialog1_close"/>
   140     <signal name="close" handler="on_aboutdialog1_close"/>
       
   141     <signal name="frame_event" handler="on_aboutdialog1_frame_event"/>
       
   142     <signal name="remove" handler="on_aboutdialog1_remove"/>
       
   143     <signal name="activate_default" handler="on_aboutdialog1_activate_default"/>
       
   144     <signal name="response" handler="on_aboutdialog1_response"/>
   141     <child internal-child="vbox">
   145     <child internal-child="vbox">
   142       <widget class="GtkVBox" id="dialog-vbox2">
   146       <widget class="GtkVBox" id="dialog-vbox2">
   143         <property name="visible">True</property>
   147         <property name="visible">True</property>
   144         <property name="spacing">2</property>
   148         <property name="spacing">2</property>
   145         <child>
   149         <child>
   168     <property name="window_position">GTK_WIN_POS_CENTER</property>
   172     <property name="window_position">GTK_WIN_POS_CENTER</property>
   169     <child>
   173     <child>
   170       <widget class="GtkVBox" id="vbox2">
   174       <widget class="GtkVBox" id="vbox2">
   171         <property name="visible">True</property>
   175         <property name="visible">True</property>
   172         <child>
   176         <child>
   173           <widget class="GtkVBox" id="vbox3">
   177           <widget class="GtkFrame" id="frame1">
   174             <property name="visible">True</property>
   178             <property name="visible">True</property>
   175             <child>
   179             <property name="label_xalign">0</property>
   176               <widget class="GtkHBox" id="hbox2">
   180             <child>
       
   181               <widget class="GtkVBox" id="vbox3">
   177                 <property name="visible">True</property>
   182                 <property name="visible">True</property>
   178                 <child>
   183                 <child>
   179                   <widget class="GtkImage" id="image2">
   184                   <widget class="GtkHBox" id="hbox2">
   180                     <property name="visible">True</property>
   185                     <property name="visible">True</property>
   181                     <property name="stock">gtk-dialog-info</property>
   186                     <child>
   182                     <property name="icon_size">6</property>
   187                       <widget class="GtkImage" id="image2">
       
   188                         <property name="visible">True</property>
       
   189                         <property name="stock">gtk-dialog-info</property>
       
   190                         <property name="icon_size">6</property>
       
   191                       </widget>
       
   192                     </child>
       
   193                     <child>
       
   194                       <widget class="GtkLabel" id="main_text1">
       
   195                         <property name="visible">True</property>
       
   196                         <property name="has_tooltip">True</property>
       
   197                         <property name="tooltip_markup">Az üdvozlő szöveg</property>
       
   198                         <property name="label" translatable="yes">Enter your name and
       
   199 bear the consequences.</property>
       
   200                       </widget>
       
   201                       <packing>
       
   202                         <property name="position">1</property>
       
   203                       </packing>
       
   204                     </child>
   183                   </widget>
   205                   </widget>
   184                 </child>
   206                 </child>
   185                 <child>
   207                 <child>
   186                   <widget class="GtkLabel" id="main_text1">
   208                   <widget class="GtkHBox" id="hbox3">
   187                     <property name="visible">True</property>
   209                     <property name="visible">True</property>
   188                     <property name="has_tooltip">True</property>
   210                     <child>
   189                     <property name="tooltip_markup">Az üdvozlő szöveg</property>
   211                       <widget class="GtkLabel" id="label3">
   190                     <property name="label" translatable="yes">Enter your name and
   212                         <property name="visible">True</property>
   191 bear the consequences.</property>
   213                         <property name="label" translatable="yes">Thy name:</property>
       
   214                       </widget>
       
   215                     </child>
       
   216                     <child>
       
   217                       <widget class="GtkEntry" id="entry">
       
   218                         <property name="visible">True</property>
       
   219                         <property name="can_focus">True</property>
       
   220                         <property name="has_tooltip">True</property>
       
   221                         <property name="tooltip_markup">Yourname here</property>
       
   222                         <signal name="key_release_event" handler="on_entry_key_release_event"/>
       
   223                       </widget>
       
   224                       <packing>
       
   225                         <property name="position">1</property>
       
   226                       </packing>
       
   227                     </child>
   192                   </widget>
   228                   </widget>
   193                   <packing>
   229                   <packing>
   194                     <property name="position">1</property>
   230                     <property name="position">1</property>
   195                   </packing>
   231                   </packing>
   196                 </child>
   232                 </child>
   197               </widget>
   233               </widget>
   198             </child>
   234             </child>
   199             <child>
   235             <child>
   200               <widget class="GtkHBox" id="hbox3">
   236               <widget class="GtkLabel" id="label2">
   201                 <property name="visible">True</property>
   237                 <property name="visible">True</property>
   202                 <child>
   238                 <property name="label" translatable="yes">&lt;b&gt;Concentrate here&lt;/b&gt;</property>
   203                   <widget class="GtkLabel" id="label2">
   239                 <property name="use_markup">True</property>
   204                     <property name="visible">True</property>
   240               </widget>
   205                     <property name="label" translatable="yes">Thy name:</property>
   241               <packing>
   206                   </widget>
   242                 <property name="type">label_item</property>
   207                 </child>
       
   208                 <child>
       
   209                   <widget class="GtkEntry" id="entry">
       
   210                     <property name="visible">True</property>
       
   211                     <property name="can_focus">True</property>
       
   212                     <property name="has_tooltip">True</property>
       
   213                     <property name="tooltip_markup">Yourname here</property>
       
   214                     <signal name="key_release_event" handler="on_entry_key_release_event"/>
       
   215                   </widget>
       
   216                   <packing>
       
   217                     <property name="position">1</property>
       
   218                   </packing>
       
   219                 </child>
       
   220               </widget>
       
   221               <packing>
       
   222                 <property name="position">1</property>
       
   223               </packing>
   243               </packing>
   224             </child>
   244             </child>
   225           </widget>
   245           </widget>
   226         </child>
   246         </child>
   227         <child>
   247         <child>