more callbacks for the help menu
[xboard.git] / gtk-interface.xml
index 6aa80bf..d7d22f6 100644 (file)
                             <property name="visible">True</property>
                             <property name="label" translatable="yes">Flip View</property>
                             <property name="use_underline">True</property>
+                            <signal name="toggled" handler="FlipViewProc"/>
                           </object>
                         </child>
                         <child>
                       <object class="GtkMenu" id="menu3">
                         <property name="visible">True</property>
                         <child>
+                          <object class="GtkMenuItem" id="menuHelp.man">
+                            <property name="visible">True</property>
+                            <property name="label" translatable="yes">Man XBoard</property>
+                            <property name="use_underline">True</property>
+                            <signal name="activate" handler="ManProc"/>
+                          </object>
+                        </child>
+                        <child>
+                          <object class="GtkMenuItem" id="menuHelp.Info">
+                            <property name="visible">True</property>
+                            <property name="label" translatable="yes">Info XBoard</property>
+                            <property name="use_underline">True</property>
+                            <signal name="activate" handler="InfoProc"/>
+                          </object>
+                        </child>
+                        <child>
                           <object class="GtkMenuItem" id="menuHelp.Hint">
                             <property name="visible">True</property>
                             <property name="label" translatable="yes">Hint</property>
                             <property name="use_underline">True</property>
+                            <signal name="activate" handler="HintProc"/>
                           </object>
                         </child>
                         <child>
                             <property name="visible">True</property>
                             <property name="label" translatable="yes">Book</property>
                             <property name="use_underline">True</property>
+                            <signal name="activate" handler="BookProc"/>
                           </object>
                         </child>
                         <child>