stringinput.ui 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="StringInputDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="modal">True</property>
  9. <property name="default_width">0</property>
  10. <property name="default_height">0</property>
  11. <property name="type_hint">dialog</property>
  12. <child internal-child="vbox">
  13. <object class="GtkBox" id="dialog-vbox1">
  14. <property name="can_focus">False</property>
  15. <property name="orientation">vertical</property>
  16. <property name="spacing">12</property>
  17. <child internal-child="action_area">
  18. <object class="GtkButtonBox" id="dialog-action_area1">
  19. <property name="can_focus">False</property>
  20. <property name="layout_style">end</property>
  21. <child>
  22. <object class="GtkButton" id="ok">
  23. <property name="label">gtk-ok</property>
  24. <property name="visible">True</property>
  25. <property name="can_focus">True</property>
  26. <property name="can_default">True</property>
  27. <property name="has_default">True</property>
  28. <property name="receives_default">True</property>
  29. <property name="use_stock">True</property>
  30. </object>
  31. <packing>
  32. <property name="expand">False</property>
  33. <property name="fill">True</property>
  34. <property name="position">0</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <object class="GtkButton" id="cancel">
  39. <property name="label">gtk-cancel</property>
  40. <property name="visible">True</property>
  41. <property name="can_focus">True</property>
  42. <property name="receives_default">True</property>
  43. <property name="use_stock">True</property>
  44. </object>
  45. <packing>
  46. <property name="expand">False</property>
  47. <property name="fill">True</property>
  48. <property name="position">1</property>
  49. </packing>
  50. </child>
  51. </object>
  52. <packing>
  53. <property name="expand">False</property>
  54. <property name="fill">True</property>
  55. <property name="pack_type">end</property>
  56. <property name="position">0</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <!-- n-columns=1 n-rows=1 -->
  61. <object class="GtkGrid" id="grid5">
  62. <property name="visible">True</property>
  63. <property name="can_focus">False</property>
  64. <property name="margin_left">5</property>
  65. <property name="margin_right">5</property>
  66. <property name="margin_top">5</property>
  67. <property name="margin_bottom">5</property>
  68. <property name="row_spacing">6</property>
  69. <property name="column_homogeneous">True</property>
  70. <child>
  71. <object class="GtkLabel" id="name">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="label" translatable="yes" context="stringinput|name">Name</property>
  75. <property name="use_underline">True</property>
  76. <property name="mnemonic_widget">edit</property>
  77. <property name="xalign">0</property>
  78. <attributes>
  79. <attribute name="weight" value="bold"/>
  80. </attributes>
  81. </object>
  82. <packing>
  83. <property name="left_attach">0</property>
  84. <property name="top_attach">0</property>
  85. </packing>
  86. </child>
  87. <child>
  88. <object class="GtkEntry" id="edit">
  89. <property name="visible">True</property>
  90. <property name="can_focus">True</property>
  91. <property name="activates_default">True</property>
  92. <property name="width_chars">30</property>
  93. <property name="truncate-multiline">True</property>
  94. <child internal-child="accessible">
  95. <object class="AtkObject" id="edit-atkobject">
  96. <property name="AtkObject::accessible-description" translatable="yes" context="stringinput|extended_tip|edit">Enter a name for the new AutoFormat, and then click OK.</property>
  97. </object>
  98. </child>
  99. </object>
  100. <packing>
  101. <property name="left_attach">0</property>
  102. <property name="top_attach">1</property>
  103. </packing>
  104. </child>
  105. </object>
  106. <packing>
  107. <property name="expand">True</property>
  108. <property name="fill">True</property>
  109. <property name="position">1</property>
  110. </packing>
  111. </child>
  112. </object>
  113. </child>
  114. <action-widgets>
  115. <action-widget response="-5">ok</action-widget>
  116. <action-widget response="-6">cancel</action-widget>
  117. </action-widgets>
  118. <child type="titlebar">
  119. <placeholder/>
  120. </child>
  121. </object>
  122. </interface>