* src/Selectors/_SelectPerson.py: enable toggle button to display all

* src/glade/gramps.glade: add toggle button


svn: r7379
This commit is contained in:
Don Allingham
2006-10-09 23:04:52 +00:00
parent ea0e6248f1
commit a7815500e6
3 changed files with 40 additions and 0 deletions

View File

@@ -2494,6 +2494,24 @@
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="showall">
<property name="can_focus">True</property>
<property name="label" translatable="yes">Show all</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</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>
</widget>
<packing>
<property name="padding">0</property>