Add a GtkEntryCompletion object to the interface (not yet used)

This commit is contained in:
R. Tyler Croy 2017-01-13 11:58:38 -08:00
parent 3dd82d1fcb
commit f3bb2ab92e
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -2,12 +2,12 @@
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkEntryCompletion" id="commandCompletion"/>
<object class="GtkWindow" id="commandWindow">
<property name="width_request">400</property>
<property name="can_focus">False</property>
<property name="modal">True</property>
<property name="window_position">center</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="Main_Quit" swapped="no"/>
<child>
<object class="GtkBox" id="commandBox">