spelloptionsdialog.ui 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="SpellOptionsDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="spelloptionsdialog|SpellOptionsDialog">Options</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="type_hint">dialog</property>
  12. <child>
  13. <placeholder/>
  14. </child>
  15. <child internal-child="vbox">
  16. <object class="GtkBox" id="dialog-vbox1">
  17. <property name="can_focus">False</property>
  18. <property name="orientation">vertical</property>
  19. <property name="spacing">12</property>
  20. <child internal-child="action_area">
  21. <object class="GtkButtonBox" id="dialog-action_area1">
  22. <property name="can_focus">False</property>
  23. <property name="layout_style">end</property>
  24. <child>
  25. <object class="GtkButton" id="ok">
  26. <property name="label">gtk-ok</property>
  27. <property name="visible">True</property>
  28. <property name="can_focus">True</property>
  29. <property name="can_default">True</property>
  30. <property name="has_default">True</property>
  31. <property name="receives_default">True</property>
  32. <property name="use_stock">True</property>
  33. </object>
  34. <packing>
  35. <property name="expand">False</property>
  36. <property name="fill">True</property>
  37. <property name="position">0</property>
  38. </packing>
  39. </child>
  40. <child>
  41. <object class="GtkButton" id="cancel">
  42. <property name="label">gtk-cancel</property>
  43. <property name="visible">True</property>
  44. <property name="can_focus">True</property>
  45. <property name="receives_default">True</property>
  46. <property name="use_stock">True</property>
  47. </object>
  48. <packing>
  49. <property name="expand">False</property>
  50. <property name="fill">True</property>
  51. <property name="position">1</property>
  52. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkButton" id="help">
  56. <property name="label">gtk-help</property>
  57. <property name="visible">True</property>
  58. <property name="can_focus">True</property>
  59. <property name="receives_default">True</property>
  60. <property name="use_stock">True</property>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">2</property>
  66. <property name="secondary">True</property>
  67. </packing>
  68. </child>
  69. </object>
  70. <packing>
  71. <property name="expand">False</property>
  72. <property name="fill">True</property>
  73. <property name="pack_type">end</property>
  74. <property name="position">0</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <placeholder/>
  79. </child>
  80. </object>
  81. </child>
  82. <action-widgets>
  83. <action-widget response="-5">ok</action-widget>
  84. <action-widget response="-6">cancel</action-widget>
  85. <action-widget response="-11">help</action-widget>
  86. </action-widgets>
  87. </object>
  88. </interface>