⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gamp.glade

📁 一个开源的音频解码源程序
💻 GLADE
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--><!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"><glade-interface><requires lib="gnome"/><widget class="GtkWindow" id="window_main">  <property name="visible">True</property>  <property name="title" translatable="yes">Audio Player</property>  <property name="type">GTK_WINDOW_TOPLEVEL</property>  <property name="window_position">GTK_WIN_POS_NONE</property>  <property name="modal">False</property>  <property name="default_width">100</property>  <property name="default_height">100</property>  <property name="resizable">False</property>  <property name="destroy_with_parent">False</property>  <property name="icon">pixmaps/gamp.png</property>  <property name="decorated">True</property>  <property name="skip_taskbar_hint">False</property>  <property name="skip_pager_hint">False</property>  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>  <signal name="delete_event" handler="on_window_main_delete_event" last_modification_time="Sat, 15 May 2004 20:27:37 GMT"/>  <signal name="drag_drop" handler="on_window_main_drag_drop" last_modification_time="Sun, 16 May 2004 20:14:04 GMT"/>  <signal name="drag_data_received" handler="on_window_main_drag_data_received" last_modification_time="Sun, 16 May 2004 20:14:16 GMT"/>  <child>    <widget class="GtkVBox" id="vbox1">      <property name="visible">True</property>      <property name="homogeneous">False</property>      <property name="spacing">0</property>      <child>	<widget class="GtkMenuBar" id="menubar1">	  <property name="visible">True</property>	  <child>	    <widget class="GtkMenuItem" id="menuitem1">	      <property name="visible">True</property>	      <property name="stock_item">GNOMEUIINFO_MENU_FILE_TREE</property>	      <child>		<widget class="GtkMenu" id="menuitem1_menu">		  <child>		    <widget class="GtkImageMenuItem" id="open1">		      <property name="visible">True</property>		      <property name="stock_item">GNOMEUIINFO_MENU_OPEN_ITEM</property>		      <signal name="activate" handler="on_open1_activate" last_modification_time="Sat, 15 May 2004 20:32:05 GMT"/>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="open_location1">		      <property name="visible">True</property>		      <property name="label" translatable="yes">Open _Location</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_open_location1_activate" last_modification_time="Mon, 13 Oct 2003 06:47:28 GMT"/>		      <child internal-child="image">			<widget class="GtkImage" id="image24">			  <property name="visible">True</property>			  <property name="stock">gtk-open</property>			  <property name="icon_size">1</property>			  <property name="xalign">0.5</property>			  <property name="yalign">0.5</property>			  <property name="xpad">0</property>			  <property name="ypad">0</property>			</widget>		      </child>		    </widget>		  </child>		  <child>		    <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">		      <property name="visible">True</property>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="quit1">		      <property name="visible">True</property>		      <property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property>		      <signal name="activate" handler="on_quit1_activate" last_modification_time="Fri, 10 Oct 2003 00:51:40 GMT"/>		    </widget>		  </child>		</widget>	      </child>	    </widget>	  </child>	  <child>	    <widget class="GtkMenuItem" id="playlist1">	      <property name="visible">True</property>	      <property name="label" translatable="yes">_Playlist</property>	      <property name="use_underline">True</property>	      <child>		<widget class="GtkMenu" id="playlist1_menu">		  <child>		    <widget class="GtkImageMenuItem" id="open2">		      <property name="visible">True</property>		      <property name="stock_item">GNOMEUIINFO_MENU_OPEN_ITEM</property>		      <signal name="activate" handler="on_open2_activate" last_modification_time="Sat, 15 May 2004 20:32:05 GMT"/>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="save1">		      <property name="visible">True</property>		      <property name="stock_item">GNOMEUIINFO_MENU_SAVE_ITEM</property>		      <signal name="activate" handler="on_save1_activate" last_modification_time="Sat, 15 May 2004 20:12:18 GMT"/>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="clear1">		      <property name="visible">True</property>		      <property name="stock_item">GNOMEUIINFO_MENU_CLEAR_ITEM</property>		      <signal name="activate" handler="on_clear1_activate" last_modification_time="Sat, 15 May 2004 20:12:18 GMT"/>		    </widget>		  </child>		  <child>		    <widget class="GtkSeparatorMenuItem" id="separator2">		      <property name="visible">True</property>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="add_file1">		      <property name="visible">True</property>		      <property name="label" translatable="yes">_Add File</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_add_file1_activate" last_modification_time="Sat, 15 May 2004 20:12:18 GMT"/>		      <child internal-child="image">			<widget class="GtkImage" id="image25">			  <property name="visible">True</property>			  <property name="stock">gtk-add</property>			  <property name="icon_size">1</property>			  <property name="xalign">0.5</property>			  <property name="yalign">0.5</property>			  <property name="xpad">0</property>			  <property name="ypad">0</property>			</widget>		      </child>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="remove_file1">		      <property name="visible">True</property>		      <property name="label" translatable="yes">_Remove File</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_remove_file1_activate" last_modification_time="Sat, 15 May 2004 20:12:18 GMT"/>		      <child internal-child="image">			<widget class="GtkImage" id="image26">			  <property name="visible">True</property>			  <property name="stock">gtk-remove</property>			  <property name="icon_size">1</property>			  <property name="xalign">0.5</property>			  <property name="yalign">0.5</property>			  <property name="xpad">0</property>			  <property name="ypad">0</property>			</widget>		      </child>		    </widget>		  </child>		</widget>	      </child>	    </widget>	  </child>	  <child>	    <widget class="GtkMenuItem" id="menuitem4">	      <property name="visible">True</property>	      <property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property>	      <child>		<widget class="GtkMenu" id="menuitem4_menu">		  <child>		    <widget class="GtkImageMenuItem" id="about1">		      <property name="visible">True</property>		      <property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property>		      <signal name="activate" handler="on_about1_activate" last_modification_time="Fri, 10 Oct 2003 00:51:40 GMT"/>		    </widget>		  </child>		</widget>	      </child>	    </widget>	  </child>	</widget>	<packing>	  <property name="padding">0</property>	  <property name="expand">False</property>	  <property name="fill">False</property>	</packing>      </child>      <child>	<widget class="GtkVBox" id="vbox4">	  <property name="border_width">6</property>	  <property name="visible">True</property>	  <property name="homogeneous">False</property>	  <property name="spacing">0</property>	  <child>	    <widget class="GtkHBox" id="hbox1">	      <property name="visible">True</property>	      <property name="homogeneous">False</property>	      <property name="spacing">0</property>	      <child>		<widget class="GtkAlignment" id="alignment2">		  <property name="border_width">6</property>		  <property name="visible">True</property>		  <property name="xalign">0.5</property>		  <property name="yalign">0.5</property>		  <property name="xscale">1</property>		  <property name="yscale">1</property>		  <property name="top_padding">12</property>		  <property name="bottom_padding">12</property>		  <property name="left_padding">0</property>		  <property name="right_padding">0</property>		  <child>		    <widget class="GtkLabel" id="label_current_song">		      <property name="visible">True</property>		      <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;Not Currently Playing&lt;/big&gt;&lt;/b&gt;</property>		      <property name="use_underline">False</property>		      <property name="use_markup">True</property>		      <property name="justify">GTK_JUSTIFY_CENTER</property>		      <property name="wrap">True</property>		      <property name="selectable">False</property>		      <property name="xalign">0.5</property>		      <property name="yalign">0.5</property>		      <property name="xpad">0</property>		      <property name="ypad">0</property>		    </widget>		  </child>		</widget>		<packing>		  <property name="padding">0</property>		  <property name="expand">True</property>		  <property name="fill">True</property>		</packing>	      </child>	    </widget>	    <packing>	      <property name="padding">0</property>	      <property name="expand">True</property>	      <property name="fill">True</property>	    </packing>	  </child>	  <child>	    <widget class="GtkAlignment" id="alignment_time_progress">	      <property name="border_width">5</property>	      <property name="visible">True</property>	      <property name="xalign">0.5</property>	      <property name="yalign">0.5</property>	      <property name="xscale">0.9</property>	      <property name="yscale">1</property>	      <property name="top_padding">0</property>	      <property name="bottom_padding">0</property>	      <property name="left_padding">0</property>	      <property name="right_padding">0</property>	      <child>		<widget class="GtkProgressBar" id="progressbar_time">		  <property name="visible">True</property>		  <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>		  <property name="fraction">0</property>		  <property name="pulse_step">0.1</property>		</widget>	      </child>	    </widget>	    <packing>	      <property name="padding">0</property>	      <property name="expand">True</property>	      <property name="fill">True</property>	    </packing>	  </child>	  <child>	    <widget class="GtkAlignment" id="alignment_control_buttons">	      <property name="border_width">6</property>	      <property name="visible">True</property>	      <property name="xalign">0.5</property>	      <property name="yalign">0.5</property>	      <property name="xscale">1</property>	      <property name="yscale">1</property>	      <property name="top_padding">0</property>	      <property name="bottom_padding">0</property>	      <property name="left_padding">0</property>	      <property name="right_padding">0</property>	      <child>		<widget class="GtkHBox" id="hbox_control_buttons">		  <property name="visible">True</property>		  <property name="homogeneous">True</property>		  <property name="spacing">6</property>		  <child>		    <widget class="GtkButton" id="button_previous">		      <property name="visible">True</property>		      <property name="can_focus">True</property>		      <property name="relief">GTK_RELIEF_NORMAL</property>		      <property name="focus_on_click">True</property>		      <signal name="clicked" handler="on_button_previous_clicked" last_modification_time="Fri, 10 Oct 2003 17:37:51 GMT"/>		      <child>			<widget class="GtkImage" id="image7">			  <property name="visible">True</property>			  <property name="pixbuf">pixmaps/gamp-previous.png</property>			  <property name="xalign">0.5</property>			  <property name="yalign">0.5</property>			  <property name="xpad">0</property>			  <property name="ypad">0</property>			</widget>		      </child>		    </widget>		    <packing>		      <property name="padding">0</property>		      <property name="expand">False</property>		      <property name="fill">False</property>		    </packing>		  </child>		  <child>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -