added checkbutton for "switch_msgwin_pages"

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@10 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2005-11-24 22:26:12 +00:00
parent 5cd8c1cd81
commit 127fea6d91

View File

@ -2564,9 +2564,30 @@
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="check_switch_pages">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Switch to the status message tab(in the notebook window at the bottom) if a new status message arrive.</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Switch to status message list at new message</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">False</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="check_ask_for_quit">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Shows a confirmation dialog on exit.</property>
<property name="label" translatable="yes">Confirm exit</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>