combobox.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkListStore" id="liststore4">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. <!-- column-name image -->
  12. <column type="GdkPixbuf"/>
  13. <!-- column-name surface -->
  14. <column type="CairoSurface"/>
  15. </columns>
  16. </object>
  17. <object class="GtkBox" id="ComboBox">
  18. <property name="width_request">150</property>
  19. <property name="visible">True</property>
  20. <property name="can_focus">False</property>
  21. <property name="hexpand">True</property>
  22. <property name="spacing">6</property>
  23. <child>
  24. <object class="GtkComboBox" id="combobox">
  25. <property name="visible">True</property>
  26. <property name="can_focus">False</property>
  27. <property name="hexpand">True</property>
  28. <property name="vexpand">True</property>
  29. <property name="model">liststore4</property>
  30. <property name="entry_text_column">0</property>
  31. <property name="id_column">1</property>
  32. <child>
  33. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  34. <attributes>
  35. <attribute name="text">0</attribute>
  36. </attributes>
  37. </child>
  38. <child>
  39. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  40. <attributes>
  41. <attribute name="pixbuf">2</attribute>
  42. </attributes>
  43. </child>
  44. </object>
  45. <packing>
  46. <property name="expand">False</property>
  47. <property name="fill">True</property>
  48. <property name="position">0</property>
  49. </packing>
  50. </child>
  51. </object>
  52. </interface>