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

📄 mathflash.glade

📁 python programm from Russia
💻 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><widget class="GtkWindow" id="window1">  <property name="title" translatable="yes">Math Flash</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>  <child>    <widget class="GtkVBox" id="vbox1">      <property name="visible">True</property>      <property name="homogeneous">False</property>      <property name="spacing">0</property>      <child>	<widget class="GtkFrame" id="frame1">	  <property name="visible">True</property>	  <property name="label_xalign">0</property>	  <property name="label_yalign">0.5</property>	  <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>	  <child>	    <widget class="GtkTable" id="table1">	      <property name="visible">True</property>	      <property name="n_rows">4</property>	      <property name="n_columns">4</property>	      <property name="homogeneous">True</property>	      <property name="row_spacing">6</property>	      <property name="column_spacing">4</property>	      <child>		<widget class="GtkCheckButton" id="plus_check">		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="label" translatable="yes">+</property>		  <property name="use_underline">True</property>		  <property name="relief">GTK_RELIEF_NORMAL</property>		  <property name="active">False</property>		  <property name="inconsistent">False</property>		  <property name="draw_indicator">True</property>		  <signal name="toggled" handler="on_operator_check_toggled" last_modification_time="Thu, 12 Feb 2004 18:13:39 GMT"/>		</widget>		<packing>		  <property name="left_attach">3</property>		  <property name="right_attach">4</property>		  <property name="top_attach">0</property>		  <property name="bottom_attach">1</property>		  <property name="x_options">fill</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkCheckButton" id="minus_check">		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="label" translatable="yes">-</property>		  <property name="use_underline">True</property>		  <property name="relief">GTK_RELIEF_NORMAL</property>		  <property name="active">False</property>		  <property name="inconsistent">False</property>		  <property name="draw_indicator">True</property>		  <signal name="toggled" handler="on_operator_check_toggled" last_modification_time="Thu, 12 Feb 2004 18:14:16 GMT"/>		</widget>		<packing>		  <property name="left_attach">3</property>		  <property name="right_attach">4</property>		  <property name="top_attach">1</property>		  <property name="bottom_attach">2</property>		  <property name="x_options">fill</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkCheckButton" id="multiply_check">		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="label" translatable="yes">*</property>		  <property name="use_underline">True</property>		  <property name="relief">GTK_RELIEF_NORMAL</property>		  <property name="active">False</property>		  <property name="inconsistent">False</property>		  <property name="draw_indicator">True</property>		  <signal name="toggled" handler="on_operator_check_toggled" last_modification_time="Thu, 12 Feb 2004 18:14:06 GMT"/>		</widget>		<packing>		  <property name="left_attach">3</property>		  <property name="right_attach">4</property>		  <property name="top_attach">2</property>		  <property name="bottom_attach">3</property>		  <property name="x_options">fill</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkCheckButton" id="divide_check">		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="label" translatable="yes">/</property>		  <property name="use_underline">True</property>		  <property name="relief">GTK_RELIEF_NORMAL</property>		  <property name="active">False</property>		  <property name="inconsistent">False</property>		  <property name="draw_indicator">True</property>		  <signal name="toggled" handler="on_operator_check_toggled" last_modification_time="Thu, 12 Feb 2004 18:14:46 GMT"/>		</widget>		<packing>		  <property name="left_attach">3</property>		  <property name="right_attach">4</property>		  <property name="top_attach">3</property>		  <property name="bottom_attach">4</property>		  <property name="x_options">fill</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkLabel" id="label7">		  <property name="visible">True</property>		  <property name="label" translatable="yes">Number of Digits</property>		  <property name="use_underline">False</property>		  <property name="use_markup">False</property>		  <property name="justify">GTK_JUSTIFY_LEFT</property>		  <property name="wrap">False</property>		  <property name="selectable">False</property>		  <property name="xalign">0</property>		  <property name="yalign">0.5</property>		  <property name="xpad">0</property>		  <property name="ypad">0</property>		</widget>		<packing>		  <property name="left_attach">0</property>		  <property name="right_attach">1</property>		  <property name="top_attach">0</property>		  <property name="bottom_attach">1</property>		  <property name="x_options">fill</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkLabel" id="label8">		  <property name="visible">True</property>		  <property name="label" translatable="yes"># of Operators</property>		  <property name="use_underline">False</property>		  <property name="use_markup">False</property>		  <property name="justify">GTK_JUSTIFY_LEFT</property>		  <property name="wrap">False</property>		  <property name="selectable">False</property>		  <property name="xalign">0</property>		  <property name="yalign">0.5</property>		  <property name="xpad">0</property>		  <property name="ypad">0</property>		</widget>		<packing>		  <property name="left_attach">0</property>		  <property name="right_attach">1</property>		  <property name="top_attach">2</property>		  <property name="bottom_attach">3</property>		  <property name="x_options">fill</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkLabel" id="label9">		  <property name="visible">True</property>		  <property name="label" translatable="yes">Operators</property>		  <property name="use_underline">False</property>		  <property name="use_markup">False</property>		  <property name="justify">GTK_JUSTIFY_LEFT</property>		  <property name="wrap">False</property>		  <property name="selectable">False</property>		  <property name="xalign">1</property>		  <property name="yalign">0.5</property>		  <property name="xpad">0</property>		  <property name="ypad">0</property>		</widget>		<packing>		  <property name="left_attach">2</property>		  <property name="right_attach">3</property>		  <property name="top_attach">0</property>		  <property name="bottom_attach">1</property>		  <property name="x_options">fill</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkSpinButton" id="digits_spin">		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="climb_rate">1</property>		  <property name="digits">0</property>		  <property name="numeric">False</property>		  <property name="update_policy">GTK_UPDATE_ALWAYS</property>		  <property name="snap_to_ticks">False</property>		  <property name="wrap">False</property>		  <property name="adjustment">1 1 5 1 10 10</property>		</widget>		<packing>		  <property name="left_attach">1</property>		  <property name="right_attach">2</property>		  <property name="top_attach">0</property>		  <property name="bottom_attach">1</property>		  <property name="y_options"></property>		</packing>	      </child>	      <child>		<widget class="GtkSpinButton" id="operators_spin">		  <property name="visible">True</property>		  <property name="can_focus">True</property>		  <property name="climb_rate">1</property>		  <property name="digits">0</property>		  <property name="numeric">False</property>		  <property name="update_policy">GTK_UPDATE_ALWAYS</property>		  <property name="snap_to_ticks">False</property>		  <property name="wrap">False</property>		  <property name="adjustment">1 1 5 1 10 10</property>		</widget>		<packing>		  <property name="left_attach">1</property>		  <property name="right_attach">2</property>		  <property name="top_attach">2</property>		  <property name="bottom_attach">3</property>		  <property name="y_options"></property>		</packing>	      </child>	    </widget>	  </child>	  <child>	    <widget class="GtkLabel" id="label1">	      <property name="visible">True</property>	      <property name="label" translatable="yes">Configuration</property>	      <property name="use_underline">False</property>	      <property name="use_markup">False</property>	      <property name="justify">GTK_JUSTIFY_LEFT</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">label_item</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="GtkTable" id="table2">	  <property name="border_width">6</property>	  <property name="visible">True</property>	  <property name="n_rows">5</property>	  <property name="n_columns">4</property>	  <property name="homogeneous">False</property>	  <property name="row_spacing">7</property>	  <property name="column_spacing">4</property>	  <child>	    <widget class="GtkLabel" id="label2">	      <property name="visible">True</property>	      <property name="label" translatable="yes"># Correct</property>	      <property name="use_underline">False</property>	      <property name="use_markup">False</property>	      <property name="justify">GTK_JUSTIFY_LEFT</property>	      <property name="wrap">False</property>	      <property name="selectable">False</property>	      <property name="xalign">0</property>	      <property name="yalign">0.5</property>	      <property name="xpad">0</property>	      <property name="ypad">0</property>	    </widget>	    <packing>	      <property name="left_attach">0</property>	      <property name="right_attach">1</property>	      <property name="top_attach">0</property>	      <property name="bottom_attach">1</property>	      <property name="x_options">fill</property>	      <property name="y_options"></property>	    </packing>	  </child>	  <child>	    <widget class="GtkLabel" id="label3">	      <property name="visible">True</property>	      <property name="label" translatable="yes"># Wrong</property>	      <property name="use_underline">False</property>	      <property name="use_markup">False</property>	      <property name="justify">GTK_JUSTIFY_LEFT</property>	      <property name="wrap">False</property>	      <property name="selectable">False</property>	      <property name="xalign">0</property>	      <property name="yalign">0.5</property>	      <property name="xpad">0</property>	      <property name="ypad">0</property>	    </widget>	    <packing>	      <property name="left_attach">2</property>	      <property name="right_attach">3</property>	      <property name="top_attach">0</property>	      <property name="bottom_attach">1</property>

⌨️ 快捷键说明

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