comparison xmms-sid.glade @ 563:8e1f8e3f0b63

Added file dialogs for importing and exporting of filters.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2007 21:06:00 +0000
parents cf32867a71ed
children 3a9e2819a520
comparison
equal deleted inserted replaced
562:b8981dc5fb13 563:8e1f8e3f0b63
3075 <label>Cancel</label> 3075 <label>Cancel</label>
3076 <relief>GTK_RELIEF_NORMAL</relief> 3076 <relief>GTK_RELIEF_NORMAL</relief>
3077 </widget> 3077 </widget>
3078 </widget> 3078 </widget>
3079 3079
3080 <widget>
3081 <class>GtkFileSelection</class>
3082 <name>xs_filterimportselector</name>
3083 <border_width>10</border_width>
3084 <title>Select SIDPlay2 filters file for importing</title>
3085 <type>GTK_WINDOW_TOPLEVEL</type>
3086 <position>GTK_WIN_POS_NONE</position>
3087 <modal>True</modal>
3088 <allow_shrink>False</allow_shrink>
3089 <allow_grow>True</allow_grow>
3090 <auto_shrink>False</auto_shrink>
3091 <show_file_op_buttons>False</show_file_op_buttons>
3092
3093 <widget>
3094 <class>GtkButton</class>
3095 <child_name>FileSel:ok_button</child_name>
3096 <name>ok_button64</name>
3097 <can_default>True</can_default>
3098 <can_focus>True</can_focus>
3099 <signal>
3100 <name>clicked</name>
3101 <handler>xs_filter_import_fs_ok</handler>
3102 <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
3103 </signal>
3104 <label>OK</label>
3105 <relief>GTK_RELIEF_NORMAL</relief>
3106 </widget>
3107
3108 <widget>
3109 <class>GtkButton</class>
3110 <child_name>FileSel:cancel_button</child_name>
3111 <name>cancel_button64</name>
3112 <can_default>True</can_default>
3113 <can_focus>True</can_focus>
3114 <signal>
3115 <name>clicked</name>
3116 <handler>xs_filter_import_fs_cancel</handler>
3117 <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
3118 </signal>
3119 <label>Cancel</label>
3120 <relief>GTK_RELIEF_NORMAL</relief>
3121 </widget>
3122 </widget>
3123
3124 <widget>
3125 <class>GtkFileSelection</class>
3126 <name>xs_filterexportselector</name>
3127 <border_width>10</border_width>
3128 <title>Select SIDPlay2 filters file for exporting</title>
3129 <type>GTK_WINDOW_TOPLEVEL</type>
3130 <position>GTK_WIN_POS_NONE</position>
3131 <modal>True</modal>
3132 <allow_shrink>False</allow_shrink>
3133 <allow_grow>True</allow_grow>
3134 <auto_shrink>False</auto_shrink>
3135 <show_file_op_buttons>False</show_file_op_buttons>
3136
3137 <widget>
3138 <class>GtkButton</class>
3139 <child_name>FileSel:ok_button</child_name>
3140 <name>ok_button64</name>
3141 <can_default>True</can_default>
3142 <can_focus>True</can_focus>
3143 <signal>
3144 <name>clicked</name>
3145 <handler>xs_filter_export_fs_ok</handler>
3146 <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
3147 </signal>
3148 <label>OK</label>
3149 <relief>GTK_RELIEF_NORMAL</relief>
3150 </widget>
3151
3152 <widget>
3153 <class>GtkButton</class>
3154 <child_name>FileSel:cancel_button</child_name>
3155 <name>cancel_button64</name>
3156 <can_default>True</can_default>
3157 <can_focus>True</can_focus>
3158 <signal>
3159 <name>clicked</name>
3160 <handler>xs_filter_export_fs_cancel</handler>
3161 <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
3162 </signal>
3163 <label>Cancel</label>
3164 <relief>GTK_RELIEF_NORMAL</relief>
3165 </widget>
3166 </widget>
3167
3080 </GTK-Interface> 3168 </GTK-Interface>