comparison xmms-sid.glade @ 131:0d5d0126cce6

Added "seek"-subsong control option Added tooltips for sub-song control options
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Jan 2004 02:52:00 +0000
parents 81f107af9922
children 0ccef55966fa
comparison
equal deleted inserted replaced
130:84bff1a4bb1c 131:0d5d0126cce6
1644 <spacing>0</spacing> 1644 <spacing>0</spacing>
1645 1645
1646 <widget> 1646 <widget>
1647 <class>GtkRadioButton</class> 1647 <class>GtkRadioButton</class>
1648 <name>cfg_subsong_none</name> 1648 <name>cfg_subsong_none</name>
1649 <tooltip>No sub-song control.</tooltip>
1649 <can_focus>True</can_focus> 1650 <can_focus>True</can_focus>
1650 <label>Disabled</label> 1651 <label>Disabled</label>
1651 <active>False</active> 1652 <active>False</active>
1652 <draw_indicator>True</draw_indicator> 1653 <draw_indicator>True</draw_indicator>
1653 <group>subsong</group> 1654 <group>subsong</group>
1658 </child> 1659 </child>
1659 </widget> 1660 </widget>
1660 1661
1661 <widget> 1662 <widget>
1662 <class>GtkRadioButton</class> 1663 <class>GtkRadioButton</class>
1663 <name>cfg_subsong_popup</name> 1664 <name>cfg_subsong_seek</name>
1665 <tooltip>Seeking backwards/forwards selects previous/next sub-song, similar to selector used in XMMS-SidPlay.</tooltip>
1664 <can_focus>True</can_focus> 1666 <can_focus>True</can_focus>
1665 <label>Pop-up via seekbar</label> 1667 <label>Seek back/forward changes sub-song</label>
1666 <active>False</active> 1668 <active>False</active>
1667 <draw_indicator>True</draw_indicator> 1669 <draw_indicator>True</draw_indicator>
1668 <group>subsong</group> 1670 <group>subsong</group>
1669 <child> 1671 <child>
1670 <padding>0</padding> 1672 <padding>0</padding>
1673 </child> 1675 </child>
1674 </widget> 1676 </widget>
1675 1677
1676 <widget> 1678 <widget>
1677 <class>GtkRadioButton</class> 1679 <class>GtkRadioButton</class>
1680 <name>cfg_subsong_popup</name>
1681 <tooltip>By pressing the seekbar a sub-song control window pops up, in style of UADE (Unix Amiga Delitracker Emulator)</tooltip>
1682 <can_focus>True</can_focus>
1683 <label>Pop-up via seekbar (UADE-style)</label>
1684 <active>False</active>
1685 <draw_indicator>True</draw_indicator>
1686 <group>subsong</group>
1687 <child>
1688 <padding>0</padding>
1689 <expand>False</expand>
1690 <fill>False</fill>
1691 </child>
1692 </widget>
1693
1694 <widget>
1695 <class>GtkRadioButton</class>
1678 <name>cfg_subsong_patch</name> 1696 <name>cfg_subsong_patch</name>
1697 <tooltip>Seekbar works as a subtune selector (Best option if you have patched your XMMS with the song-position patch.)</tooltip>
1679 <can_focus>True</can_focus> 1698 <can_focus>True</can_focus>
1680 <label>Song-position patch</label> 1699 <label>Song-position patch</label>
1681 <active>False</active> 1700 <active>False</active>
1682 <draw_indicator>True</draw_indicator> 1701 <draw_indicator>True</draw_indicator>
1683 <group>subsong</group> 1702 <group>subsong</group>