added hints for entries
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 22 Nov 2014 11:29:22 +0000 (12:29 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 22 Nov 2014 11:29:22 +0000 (12:29 +0100)
src/glade/ptask.glade

index d910f68..e0490c4 100644 (file)
                 <property name="margin_bottom">4</property>
                 <property name="invisible_char">•</property>
                 <property name="width_chars">60</property>
+                <property name="input_hints">GTK_INPUT_HINT_SPELLCHECK | GTK_INPUT_HINT_WORD_COMPLETION | GTK_INPUT_HINT_NONE</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="primary_icon_stock">gtk-find</property>
+                <property name="primary_icon_activatable">False</property>
                 <property name="secondary_icon_activatable">False</property>
                 <property name="secondary_icon_sensitive">False</property>
+                <property name="input_purpose">alpha</property>
                 <signal name="changed" handler="ui_tasktree_search_changed_cbk" swapped="no"/>
                 <accelerator key="f" signal="grab-focus" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
               </object>
                               <object class="GtkTextView" id="tasknote">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
+                                <property name="input_hints">GTK_INPUT_HINT_SPELLCHECK | GTK_INPUT_HINT_WORD_COMPLETION | GTK_INPUT_HINT_NONE</property>
                               </object>
                             </child>
                           </object>