2001-07-17 Bradford Hovinen <hovinen@ximian.com> * sound-properties.glade: Prune dialog down to the two check buttons
72 lines
1.8 KiB
XML
72 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<GTK-Interface>
|
|
|
|
<project>
|
|
<name>New-sound-properties</name>
|
|
<program_name>new-sound-properties</program_name>
|
|
<directory></directory>
|
|
<source_directory>src</source_directory>
|
|
<pixmaps_directory>pixmaps</pixmaps_directory>
|
|
<language>C</language>
|
|
<gnome_support>True</gnome_support>
|
|
<gettext_support>True</gettext_support>
|
|
</project>
|
|
|
|
<widget>
|
|
<class>GtkWindow</class>
|
|
<name>window1</name>
|
|
<title>window2</title>
|
|
<type>GTK_WINDOW_TOPLEVEL</type>
|
|
<position>GTK_WIN_POS_NONE</position>
|
|
<modal>False</modal>
|
|
<allow_shrink>False</allow_shrink>
|
|
<allow_grow>True</allow_grow>
|
|
<auto_shrink>False</auto_shrink>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>prefs_widget</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>5</spacing>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>enable_toggle</name>
|
|
<can_focus>True</can_focus>
|
|
<signal>
|
|
<name>toggled</name>
|
|
<handler>enable_toggled_cb</handler>
|
|
<last_modification_time>Sun, 08 Oct 2000 01:49:56 GMT</last_modification_time>
|
|
</signal>
|
|
<label>Enable sound server startup</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkCheckButton</class>
|
|
<name>events_toggle</name>
|
|
<can_focus>True</can_focus>
|
|
<signal>
|
|
<name>toggled</name>
|
|
<handler>events_toggled_cb</handler>
|
|
<last_modification_time>Sun, 08 Oct 2000 01:50:13 GMT</last_modification_time>
|
|
</signal>
|
|
<label>Sounds for events</label>
|
|
<active>False</active>
|
|
<draw_indicator>True</draw_indicator>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
</GTK-Interface>
|