diff options
author | Necoro <> | 2008-02-24 13:17:53 +0000 |
---|---|---|
committer | Necoro <> | 2008-02-24 13:17:53 +0000 |
commit | 4eae1d0ad2e5e52b896e53bcdbb575be82c03a90 (patch) | |
tree | 9280b77e3d91765685ed414583adaca3f9570e38 /portato/gui/templates/portato.glade | |
parent | c8d34d5474bfef3f1a621aad63311dcc971cef99 (diff) | |
download | portato-4eae1d0ad2e5e52b896e53bcdbb575be82c03a90.tar.gz portato-4eae1d0ad2e5e52b896e53bcdbb575be82c03a90.tar.bz2 portato-4eae1d0ad2e5e52b896e53bcdbb575be82c03a90.zip |
r159@Zakarumiy: necoro | 2008-02-24 14:16:32 +0100
Added searchOnType pref.
Diffstat (limited to 'portato/gui/templates/portato.glade')
-rw-r--r-- | portato/gui/templates/portato.glade | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/portato/gui/templates/portato.glade b/portato/gui/templates/portato.glade index 8b577e3..baedf91 100644 --- a/portato/gui/templates/portato.glade +++ b/portato/gui/templates/portato.glade @@ -1762,6 +1762,23 @@ <property name="position">2</property> </packing> </child> + <child> + <widget class="GtkCheckButton" id="searchOnTypeCheck"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="has_tooltip">True</property> + <property name="tooltip_markup">Update the package list with the current search results while you are typing. +<b>Note</b>: Will slow down the typing process.</property> + <property name="label" translatable="yes">Search while typing</property> + <property name="yalign">0.47999998927116394</property> + <property name="response_id">-3</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="position">3</property> + </packing> + </child> </widget> </child> </widget> |