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

📄 pda.glade

📁 VLC Player Source Code
💻 GLADE
📖 第 1 页 / 共 5 页
字号:
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--><!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"><glade-interface><widget class="GtkWindow" id="pda">  <property name="width_request">240</property>  <property name="height_request">320</property>  <property name="visible">True</property>  <property name="title" translatable="yes">VLC media 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="resizable">True</property>  <property name="destroy_with_parent">False</property>  <property name="icon">vlc16x16.png</property>  <signal name="delete_event" handler="onPDADeleteEvent" last_modification_time="Fri, 26 Sep 2003 13:23:22 GMT"/>  <child>    <widget class="GtkVBox" id="vbox">      <property name="visible">True</property>      <property name="homogeneous">False</property>      <property name="spacing">0</property>      <child>	<widget class="GtkToolbar" id="toolbar">	  <property name="width_request">240</property>	  <property name="height_request">22</property>	  <property name="visible">True</property>	  <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>	  <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>	  <property name="tooltips">True</property>	  <child>	    <widget class="button" id="tbRewind">	      <property name="width_request">22</property>	      <property name="height_request">22</property>	      <property name="visible">True</property>	      <property name="tooltip" translatable="yes">Rewind</property>	      <property name="label" translatable="yes">Rewind</property>	      <property name="use_underline">True</property>	      <property name="icon">pda-rewindb16x16.xpm</property>	      <property name="new_group">True</property>	      <signal name="clicked" handler="onRewind" last_modification_time="Fri, 26 Sep 2003 12:26:47 GMT"/>	    </widget>	    <packing>	      <property name="new_group">True</property>	    </packing>	  </child>	  <child>	    <widget class="button" id="tbPause">	      <property name="width_request">22</property>	      <property name="height_request">22</property>	      <property name="visible">True</property>	      <property name="tooltip" translatable="yes">Pause</property>	      <property name="label" translatable="yes">Pause</property>	      <property name="use_underline">True</property>	      <property name="icon">pda-pauseb16x16.xpm</property>	      <signal name="clicked" handler="onPause" last_modification_time="Fri, 26 Sep 2003 12:27:01 GMT"/>	    </widget>	  </child>	  <child>	    <widget class="button" id="tbPlay">	      <property name="width_request">22</property>	      <property name="height_request">22</property>	      <property name="visible">True</property>	      <property name="tooltip" translatable="yes">Play</property>	      <property name="label" translatable="yes">Play</property>	      <property name="use_underline">True</property>	      <property name="icon">pda-playb16x16.xpm</property>	      <signal name="clicked" handler="onPlay" last_modification_time="Fri, 26 Sep 2003 12:27:14 GMT"/>	    </widget>	  </child>	  <child>	    <widget class="button" id="tbStop">	      <property name="width_request">22</property>	      <property name="height_request">22</property>	      <property name="visible">True</property>	      <property name="tooltip" translatable="yes">Stop</property>	      <property name="label" translatable="yes">Stop</property>	      <property name="use_underline">True</property>	      <property name="icon">pda-stopb16x16.xpm</property>	      <signal name="clicked" handler="onStop" last_modification_time="Fri, 26 Sep 2003 12:27:25 GMT"/>	    </widget>	  </child>	  <child>	    <widget class="button" id="tbForward">	      <property name="width_request">22</property>	      <property name="height_request">22</property>	      <property name="visible">True</property>	      <property name="tooltip" translatable="yes">Forward</property>	      <property name="label" translatable="yes">Forward</property>	      <property name="use_underline">True</property>	      <property name="icon">pda-forwardb16x16.xpm</property>	      <signal name="clicked" handler="onForward" last_modification_time="Fri, 26 Sep 2003 12:27:35 GMT"/>	    </widget>	  </child>	  <child>	    <widget class="button" id="tbAbout">	      <property name="width_request">22</property>	      <property name="height_request">22</property>	      <property name="visible">True</property>	      <property name="tooltip" translatable="yes">About</property>	      <property name="label" translatable="yes">About</property>	      <property name="use_underline">True</property>	      <property name="icon">vlc16x16.png</property>	      <property name="new_group">True</property>	      <signal name="clicked" handler="onAbout" last_modification_time="Fri, 26 Sep 2003 12:27:44 GMT"/>	    </widget>	    <packing>	      <property name="new_group">True</property>	    </packing>	  </child>	  <child>	    <widget class="GtkLabel" id="timeLabel">	      <property name="visible">True</property>	      <property name="label">00:00:00</property>	      <property name="use_underline">False</property>	      <property name="use_markup">False</property>	      <property name="justify">GTK_JUSTIFY_CENTER</property>	      <property name="wrap">False</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>	      <property name="new_group">True</property>	    </widget>	    <packing>	      <property name="new_group">True</property>	    </packing>	  </child>	</widget>	<packing>	  <property name="padding">5</property>	  <property name="expand">False</property>	  <property name="fill">False</property>	</packing>      </child>      <child>	<widget class="GtkHScale" id="timeSlider">	  <property name="visible">True</property>	  <property name="can_focus">True</property>	  <property name="draw_value">False</property>	  <property name="value_pos">GTK_POS_RIGHT</property>	  <property name="digits">3</property>	  <property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>	  <property name="inverted">False</property>	  <property name="adjustment">0 0 100 1 6.25 0</property>	  <signal name="button_release_event" handler="SliderRelease" last_modification_time="Fri, 26 Sep 2003 12:28:09 GMT"/>	  <signal name="button_press_event" handler="SliderPress" last_modification_time="Fri, 26 Sep 2003 12:28:14 GMT"/>	  <signal name="move_slider" handler="SliderMove" last_modification_time="Sat, 06 Dec 2003 22:37:00 GMT"/>	</widget>	<packing>	  <property name="padding">4</property>	  <property name="expand">False</property>	  <property name="fill">True</property>	</packing>      </child>      <child>	<widget class="GtkNotebook" id="notebook">	  <property name="visible">True</property>	  <property name="can_focus">True</property>	  <property name="show_tabs">True</property>	  <property name="show_border">True</property>	  <property name="tab_pos">GTK_POS_TOP</property>	  <property name="scrollable">True</property>	  <property name="enable_popup">False</property>	  <child>	    <widget class="GtkScrolledWindow" id="scrolledwindow6">	      <property name="visible">True</property>	      <property name="can_focus">True</property>	      <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>	      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>	      <property name="shadow_type">GTK_SHADOW_NONE</property>	      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>	      <child>		<widget class="GtkViewport" id="viewport3">		  <property name="visible">True</property>		  <property name="shadow_type">GTK_SHADOW_IN</property>		  <child>		    <widget class="GtkVBox" id="vbox8">		      <property name="visible">True</property>		      <property name="homogeneous">False</property>		      <property name="spacing">0</property>		      <child>			<widget class="GtkScrolledWindow" id="scrolledwindow7">			  <property name="visible">True</property>			  <property name="can_focus">True</property>			  <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>			  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>			  <property name="shadow_type">GTK_SHADOW_NONE</property>			  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>			  <child>			    <widget class="GtkTreeView" id="tvFileList">			      <property name="visible">True</property>			      <property name="can_focus">True</property>			      <property name="headers_visible">True</property>			      <property name="rules_hint">False</property>			      <property name="reorderable">False</property>			      <property name="enable_search">True</property>			      <signal name="row_activated" handler="onFileListRow" last_modification_time="Fri, 26 Sep 2003 13:30:40 GMT"/>			    </widget>			  </child>			</widget>			<packing>			  <property name="padding">0</property>			  <property name="expand">True</property>			  <property name="fill">True</property>			</packing>		      </child>		      <child>			<widget class="GtkHBox" id="hbox">			  <property name="visible">True</property>			  <property name="homogeneous">False</property>			  <property name="spacing">0</property>			  <child>			    <placeholder/>			  </child>			  <child>			    <widget class="GtkButton" id="AddFileToPlaylist">			      <property name="visible">True</property>			      <property name="can_focus">True</property>			      <property name="label" translatable="yes">Add to Playlist</property>			      <property name="use_underline">True</property>			      <property name="relief">GTK_RELIEF_NORMAL</property>			      <signal name="pressed" handler="onAddFileToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:31:03 GMT"/>			    </widget>			    <packing>			      <property name="padding">0</property>			      <property name="expand">False</property>			      <property name="fill">False</property>			    </packing>			  </child>			  <child>			    <placeholder/>			  </child>			</widget>			<packing>			  <property name="padding">0</property>			  <property name="expand">False</property>			  <property name="fill">False</property>			</packing>		      </child>		    </widget>		  </child>		</widget>	      </child>	    </widget>	    <packing>	      <property name="tab_expand">False</property>	      <property name="tab_fill">True</property>	    </packing>	  </child>	  <child>	    <widget class="GtkLabel" id="File">	      <property name="visible">True</property>	      <property name="label" translatable="yes">File</property>	      <property name="use_underline">False</property>	      <property name="use_markup">False</property>	      <property name="justify">GTK_JUSTIFY_CENTER</property>	      <property name="wrap">False</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>	    <packing>	      <property name="type">tab</property>	    </packing>	  </child>	  <child>	    <widget class="GtkVBox" id="vbox5">	      <property name="visible">True</property>	      <property name="homogeneous">False</property>	      <property name="spacing">0</property>	      <child>		<widget class="GtkHBox" id="hbox12">		  <property name="width_request">247</property>		  <property name="height_request">26</property>		  <property name="visible">True</property>		  <property name="homogeneous">False</property>		  <property name="spacing">0</property>		  <child>		    <widget class="GtkLabel" id="labelNetworkMRL">		      <property name="width_request">35</property>		      <property name="height_request">16</property>		      <property name="visible">True</property>		      <property name="label" translatable="yes">MRL:</property>		      <property name="use_underline">False</property>		      <property name="use_markup">False</property>		      <property name="justify">GTK_JUSTIFY_CENTER</property>		      <property name="wrap">False</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>		    <packing>		      <property name="padding">0</property>		      <property name="expand">False</property>		      <property name="fill">False</property>		    </packing>		  </child>		  <child>		    <widget class="GtkCombo" id="comboMRL">		      <property name="visible">True</property>		      <property name="value_in_list">False</property>		      <property name="allow_empty">True</property>		      <property name="case_sensitive">False</property>		      <property name="enable_arrow_keys">True</property>		      <property name="enable_arrows_always">False</property>

⌨️ 快捷键说明

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