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

📄 gfa.glade

📁 gfa is a small and fast address book written in C and GTK+.
💻 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="mainwindow">  <property name="width_request">611</property>  <property name="visible">True</property>  <property name="title" translatable="yes">gfa</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">False</property>  <property name="destroy_with_parent">False</property>  <property name="icon_name">stock_book_red</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>  <property name="focus_on_map">True</property>  <property name="urgency_hint">False</property>  <signal name="delete_event" handler="on_mainwindow_delete_event" last_modification_time="Sun, 10 Sep 2006 17:02:54 GMT"/>  <signal name="realize" handler="on_mainwindow_realize" last_modification_time="Sun, 10 Sep 2006 20:49:12 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>	  <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>	  <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>	  <child>	    <widget class="GtkMenuItem" id="menuitem1">	      <property name="visible">True</property>	      <property name="label" translatable="yes">_Contact</property>	      <property name="use_underline">True</property>	      <child>		<widget class="GtkMenu" id="menuitem1_menu">		  <child>		    <widget class="GtkImageMenuItem" id="new1">		      <property name="visible">True</property>		      <property name="label">gtk-new</property>		      <property name="use_stock">True</property>		      <signal name="activate" handler="on_new_activate" last_modification_time="Wed, 13 Sep 2006 17:47:54 GMT"/>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="save1">		      <property name="visible">True</property>		      <property name="label">gtk-save</property>		      <property name="use_stock">True</property>		      <signal name="activate" handler="on_save_activate" last_modification_time="Wed, 13 Sep 2006 17:47:54 GMT"/>		    </widget>		  </child>		  <child>		    <widget class="GtkImageMenuItem" id="delete2">		      <property name="visible">True</property>		      <property name="label">gtk-delete</property>		      <property name="use_stock">True</property>		      <signal name="activate" handler="on_delete_activate" last_modification_time="Wed, 13 Sep 2006 17:47:54 GMT"/>		    </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="label">gtk-quit</property>		      <property name="use_stock">True</property>		      <signal name="activate" handler="on_quit_activate" last_modification_time="Wed, 13 Sep 2006 17:47:54 GMT"/>		    </widget>		  </child>		</widget>	      </child>	    </widget>	  </child>	  <child>	    <widget class="GtkMenuItem" id="group1">	      <property name="visible">True</property>	      <property name="label" translatable="yes">Group</property>	      <property name="use_underline">True</property>	      <signal name="activate" handler="on_group1_activate" last_modification_time="Tue, 10 Oct 2006 12:34:10 GMT"/>	      <child>		<widget class="GtkMenu" id="group1_menu">		  <child>		    <widget class="GtkImageMenuItem" id="new_group">		      <property name="visible">True</property>		      <property name="label" translatable="yes">New</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_new_group_activate" last_modification_time="Tue, 10 Oct 2006 12:34:10 GMT"/>		      <child internal-child="image">			<widget class="GtkImage" id="image14">			  <property name="visible">True</property>			  <property name="stock">gtk-new</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="rename_group">		      <property name="visible">True</property>		      <property name="label" translatable="yes">Rename</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_rename_group_activate" last_modification_time="Tue, 10 Oct 2006 12:34:10 GMT"/>		      <child internal-child="image">			<widget class="GtkImage" id="image15">			  <property name="visible">True</property>			  <property name="stock">gtk-edit</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="delete_group">		      <property name="visible">True</property>		      <property name="label">gtk-delete</property>		      <property name="use_stock">True</property>		      <signal name="activate" handler="on_delete_group_activate" last_modification_time="Tue, 10 Oct 2006 12:34:10 GMT"/>		    </widget>		  </child>		</widget>	      </child>	    </widget>	  </child>	  <child>	    <widget class="GtkMenuItem" id="menuitem4">	      <property name="visible">True</property>	      <property name="label" translatable="yes">_Help</property>	      <property name="use_underline">True</property>	      <child>		<widget class="GtkMenu" id="menuitem4_menu">		  <child>		    <widget class="GtkImageMenuItem" id="about1">		      <property name="visible">True</property>		      <property name="label">gtk-about</property>		      <property name="use_stock">True</property>		      <signal name="activate" handler="on_about_activate" last_modification_time="Wed, 13 Sep 2006 17:47:54 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="GtkHBox" id="hbox4">	  <property name="visible">True</property>	  <property name="homogeneous">False</property>	  <property name="spacing">0</property>	  <child>	    <widget class="GtkComboBox" id="groupcombobox">	      <property name="border_width">3</property>	      <property name="width_request">90</property>	      <property name="visible">True</property>	      <property name="items" translatable="yes"></property>	      <property name="add_tearoffs">False</property>	      <property name="focus_on_click">True</property>	      <signal name="changed" handler="on_groupcombobox_changed" last_modification_time="Tue, 10 Oct 2006 12:30:42 GMT"/>	    </widget>	    <packing>	      <property name="padding">0</property>	      <property name="expand">True</property>	      <property name="fill">True</property>	    </packing>	  </child>	  <child>	    <widget class="GtkComboBox" id="addresscombobox">	      <property name="border_width">3</property>	      <property name="width_request">390</property>	      <property name="visible">True</property>	      <property name="items" translatable="yes"></property>	      <property name="add_tearoffs">False</property>	      <property name="focus_on_click">True</property>	      <signal name="changed" handler="on_addresscombobox_changed" last_modification_time="Sun, 10 Sep 2006 17:15:15 GMT"/>	    </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">False</property>	  <property name="fill">True</property>	</packing>      </child>      <child>	<widget class="GtkHSeparator" id="hseparator2">	  <property name="visible">True</property>	</widget>	<packing>	  <property name="padding">0</property>	  <property name="expand">False</property>	  <property name="fill">True</property>	</packing>      </child>      <child>	<widget class="GtkHBox" id="hbox1">	  <property name="visible">True</property>	  <property name="homogeneous">False</property>	  <property name="spacing">0</property>	  <child>	    <widget class="GtkButton" id="buddy_button">	      <property name="border_width">3</property>	      <property name="width_request">123</property>	      <property name="height_request">141</property>	      <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_buddy_button_clicked" last_modification_time="Thu, 14 Sep 2006 19:12:54 GMT"/>	      <child>		<widget class="GtkImage" id="buddy">		  <property name="visible">True</property>		  <property name="pixbuf">person.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>	    <widget class="GtkFixed" id="fixed1">	      <property name="visible">True</property>	      <child>		<widget class="GtkEntry" id="lastnameentry">		  <property name="width_request">160</property>		  <property name="height_request">26</property>		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="editable">True</property>		  <property name="visibility">True</property>		  <property name="max_length">0</property>		  <property name="text" translatable="yes"></property>		  <property name="has_frame">True</property>		  <property name="invisible_char">*</property>		  <property name="activates_default">False</property>		</widget>		<packing>		  <property name="x">80</property>		  <property name="y">16</property>		</packing>	      </child>	      <child>		<widget class="GtkEntry" id="firstnameentry">		  <property name="width_request">160</property>		  <property name="height_request">26</property>		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="editable">True</property>		  <property name="visibility">True</property>		  <property name="max_length">0</property>		  <property name="text" translatable="yes"></property>		  <property name="has_frame">True</property>		  <property name="invisible_char">*</property>		  <property name="activates_default">False</property>		</widget>		<packing>		  <property name="x">320</property>		  <property name="y">16</property>		</packing>	      </child>	      <child>		<widget class="GtkEntry" id="streetentry">		  <property name="width_request">288</property>		  <property name="height_request">26</property>		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="editable">True</property>		  <property name="visibility">True</property>		  <property name="max_length">0</property>		  <property name="text" translatable="yes"></property>		  <property name="has_frame">True</property>		  <property name="invisible_char">*</property>		  <property name="activates_default">False</property>		</widget>		<packing>		  <property name="x">80</property>		  <property name="y">48</property>		</packing>	      </child>	      <child>		<widget class="GtkLabel" id="label4">		  <property name="width_request">48</property>

⌨️ 快捷键说明

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