combocontrol.ui 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="svt">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkBox" id="ComboControl">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="orientation">vertical</property>
  9. <child>
  10. <object class="GtkComboBoxText" id="combobox">
  11. <property name="visible">True</property>
  12. <property name="can_focus">False</property>
  13. <property name="hexpand">True</property>
  14. <property name="has_entry">True</property>
  15. <child internal-child="entry">
  16. <object class="GtkEntry">
  17. <property name="truncate-multiline">True</property>
  18. <property name="can_focus">True</property>
  19. <property name="has-frame">False</property>
  20. </object>
  21. </child>
  22. <style>
  23. <class name="small-button"/>
  24. </style>
  25. </object>
  26. <packing>
  27. <property name="expand">True</property>
  28. <property name="fill">True</property>
  29. <property name="position">0</property>
  30. </packing>
  31. </child>
  32. </object>
  33. </interface>