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

📄 preferences_dialog.glade

📁 Python写的gmail检测客户端
💻 GLADE
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"><!--*- mode: xml -*--><glade-interface>  <widget class="GtkDialog" id="dialog">    <property name="visible">True</property>    <property name="title" translatable="yes">Preferences</property>    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>    <child internal-child="vbox">      <widget class="GtkVBox" id="dialog-vbox1">        <property name="visible">True</property>        <child>          <widget class="GtkNotebook" id="notebook1">            <property name="visible">True</property>            <property name="can_focus">True</property>            <property name="border_width">2</property>            <child>              <widget class="GtkVBox" id="vbox5">                <property name="visible">True</property>                <child>                  <widget class="GtkFrame" id="frame2">                    <property name="visible">True</property>                    <property name="border_width">8</property>                    <property name="label_xalign">0</property>                    <property name="shadow_type">GTK_SHADOW_NONE</property>                    <child>                      <widget class="GtkAlignment" id="alignment1">                        <property name="visible">True</property>                        <property name="top_padding">8</property>                        <property name="left_padding">12</property>                        <child>                          <widget class="GtkVBox" id="vbox2">                            <property name="visible">True</property>                            <property name="spacing">16</property>                            <child>                              <widget class="GtkCheckButton" id="display_notif_cb">                                <property name="visible">True</property>                                <property name="can_focus">True</property>                                <property name="label" translatable="yes">Display notifications on new mails</property>                                <property name="use_underline">True</property>                                <property name="response_id">0</property>                                <property name="draw_indicator">True</property>                                <signal name="toggled" handler="on_display_notif_cb_toggled"/>                              </widget>                              <packing>                                <property name="expand">False</property>                                <property name="fill">False</property>                              </packing>                            </child>                            <child>                              <widget class="GtkCheckButton" id="play_snd_cb">                                <property name="visible">True</property>                                <property name="can_focus">True</property>                                <property name="label" translatable="yes">Play a sound on new mails</property>                                <property name="use_underline">True</property>                                <property name="response_id">0</property>                                <property name="draw_indicator">True</property>                                <signal name="toggled" handler="on_play_snd_cb_toggled"/>                              </widget>                              <packing>                                <property name="expand">False</property>                                <property name="fill">False</property>                                <property name="position">1</property>                              </packing>                            </child>                            <child>                              <widget class="GtkCheckButton" id="always_status_icon_cb">                                <property name="visible">True</property>                                <property name="can_focus">True</property>                                <property name="label" translatable="yes">Always show status icon</property>                                <property name="use_underline">True</property>                                <property name="response_id">0</property>                                <property name="draw_indicator">True</property>                                <signal name="toggled" handler="on_always_status_icon_cb_toggled"/>                              </widget>                              <packing>                                <property name="expand">False</property>                                <property name="fill">False</property>                                <property name="position">2</property>                              </packing>                            </child>                          </widget>                        </child>                      </widget>                    </child>                    <child>                      <widget class="GtkLabel" id="label3">                        <property name="visible">True</property>                        <property name="label" translatable="yes">&lt;b&gt;Notifications&lt;/b&gt;</property>                        <property name="use_markup">True</property>                      </widget>                      <packing>                        <property name="type">label_item</property>                      </packing>                    </child>                  </widget>                </child>                <child>                  <widget class="GtkFrame" id="frame6">                    <property name="visible">True</property>                    <property name="border_width">8</property>                    <property name="label_xalign">0</property>                    <property name="shadow_type">GTK_SHADOW_NONE</property>                    <child>                      <widget class="GtkAlignment" id="alignment5">                        <property name="visible">True</property>                        <property name="top_padding">8</property>                        <property name="left_padding">12</property>                        <child>                          <widget class="GtkCheckButton" id="autostart_cb">                            <property name="visible">True</property>                            <property name="can_focus">True</property>                            <property name="label" translatable="yes">Start cGmail automatically with the Gnome Desktop</property>                            <property name="use_underline">True</property>                            <property name="response_id">0</property>                            <property name="draw_indicator">True</property>                            <signal name="toggled" handler="on_autostart_cb_toggled"/>                          </widget>                        </child>                      </widget>                    </child>                    <child>                      <widget class="GtkLabel" id="label9">                        <property name="visible">True</property>                        <property name="label" translatable="yes">&lt;b&gt;Autostart&lt;/b&gt;</property>                        <property name="use_markup">True</property>                      </widget>                      <packing>                        <property name="type">label_item</property>                      </packing>                    </child>                  </widget>                  <packing>                    <property name="position">1</property>                  </packing>                </child>                <child>                  <widget class="GtkFrame" id="frame4">                    <property name="visible">True</property>                    <property name="border_width">8</property>                    <property name="label_xalign">0</property>                    <property name="shadow_type">GTK_SHADOW_NONE</property>                    <child>                      <widget class="GtkAlignment" id="alignment3">                        <property name="visible">True</property>                        <property name="top_padding">8</property>                        <property name="left_padding">12</property>                        <child>                          <widget class="GtkHBox" id="hbox1">                            <property name="visible">True</property>                            <property name="spacing">16</property>                            <child>                              <widget class="GtkLabel" id="label7">                                <property name="visible">True</property>                                <property name="label" translatable="yes">Check for new mails every (secs):</property>                              </widget>                              <packing>                                <property name="expand">False</property>                                <property name="fill">False</property>                              </packing>                            </child>                            <child>                              <widget class="GtkSpinButton" id="check_interval_sp">                                <property name="visible">True</property>                                <property name="can_focus">True</property>                                <property name="adjustment">100 30 100000 1 10 10</property>                                <property name="climb_rate">1</property>                                <signal name="value_changed" handler="on_check_interval_sp_value_changed"/>                              </widget>                              <packing>                                <property name="expand">False</property>                                <property name="fill">False</property>                                <property name="position">1</property>                              </packing>                            </child>                          </widget>                        </child>                      </widget>                    </child>                    <child>                      <widget class="GtkLabel" id="label6">                        <property name="visible">True</property>                        <property name="label" translatable="yes">&lt;b&gt;Checks Interval&lt;/b&gt;</property>                        <property name="use_markup">True</property>                      </widget>                      <packing>                        <property name="type">label_item</property>                      </packing>                    </child>                  </widget>                  <packing>                    <property name="position">2</property>                  </packing>                </child>              </widget>            </child>            <child>              <widget class="GtkLabel" id="label2">                <property name="visible">True</property>                <property name="label" translatable="yes">General</property>              </widget>              <packing>                <property name="type">tab</property>                <property name="tab_fill">False</property>              </packing>            </child>            <child>              <widget class="GtkVBox" id="vbox3">

⌨️ 快捷键说明

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