Commit 3ddeba63 authored by sumpfralle's avatar sumpfralle

added tooltip for event bar

cleanup


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1232 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent b98bfab4
......@@ -149,32 +149,29 @@
<property name="short_label">_Log Window</property>
<property name="tooltip">Show the event protocol of PyCAM.</property>
</object>
<object class="GtkWindow" id="DummyWindow">
<object class="GtkEventBox" id="StatusBarEventBox">
<property name="visible">True</property>
<property name="tooltip_text" translatable="yes">Click here to show the log window.</property>
<child>
<object class="GtkEventBox" id="StatusBarEventBox">
<object class="GtkHBox" id="hbox37">
<property name="visible">True</property>
<child>
<object class="GtkHBox" id="hbox37">
<object class="GtkImage" id="StatusBarWarning">
<property name="stock">gtk-dialog-warning</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkStatusbar" id="StatusBar">
<property name="visible">True</property>
<child>
<object class="GtkImage" id="StatusBarWarning">
<property name="stock">gtk-dialog-warning</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkStatusbar" id="StatusBar">
<property name="visible">True</property>
<property name="spacing">2</property>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
<property name="spacing">2</property>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
......
......@@ -535,10 +535,6 @@ You should have received a copy of the GNU General Public License along with thi
<property name="label">_Touch off and tool change</property>
<property name="short_label">_Touch off</property>
</object>
<object class="GtkNotebook" id="TabDump">
<property name="visible">True</property>
<property name="can_focus">True</property>
</object>
<object class="GtkNotebook" id="MainTabs">
<property name="visible">True</property>
<property name="can_focus">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment