inputstringdialog.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="InputStringDialog">
  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. <child>
  52. <object class="GtkButton" id="help">
  53. <property name="label">gtk-help</property>
  54. <property name="visible">True</property>
  55. <property name="can_focus">True</property>
  56. <property name="receives_default">True</property>
  57. <property name="use_stock">True</property>
  58. </object>
  59. <packing>
  60. <property name="expand">False</property>
  61. <property name="fill">True</property>
  62. <property name="position">2</property>
  63. <property name="secondary">True</property>
  64. <property name="non_homogeneous">True</property>
  65. </packing>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="expand">False</property>
  70. <property name="fill">True</property>
  71. <property name="pack_type">end</property>
  72. <property name="position">0</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkBox" id="box1">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="orientation">vertical</property>
  80. <property name="spacing">6</property>
  81. <child>
  82. <object class="GtkLabel" id="description_label">
  83. <property name="visible">True</property>
  84. <property name="can_focus">False</property>
  85. <property name="use_underline">True</property>
  86. <property name="wrap">True</property>
  87. <property name="mnemonic_widget">name_entry</property>
  88. <property name="xalign">0</property>
  89. <attributes>
  90. <attribute name="weight" value="bold"/>
  91. </attributes>
  92. </object>
  93. <packing>
  94. <property name="expand">False</property>
  95. <property name="fill">True</property>
  96. <property name="position">0</property>
  97. </packing>
  98. </child>
  99. <child>
  100. <object class="GtkEntry" id="name_entry">
  101. <property name="visible">True</property>
  102. <property name="can_focus">True</property>
  103. <property name="activates_default">True</property>
  104. <property name="width_chars">30</property>
  105. <property name="truncate-multiline">True</property>
  106. <child internal-child="accessible">
  107. <object class="AtkObject" id="name_entry-atkobject">
  108. <property name="AtkObject::accessible-description" translatable="yes" context="inputstringdialog|extended_tip|name_entry">Enter a new name for the sheet here.</property>
  109. </object>
  110. </child>
  111. </object>
  112. <packing>
  113. <property name="expand">False</property>
  114. <property name="fill">True</property>
  115. <property name="position">1</property>
  116. </packing>
  117. </child>
  118. </object>
  119. <packing>
  120. <property name="expand">True</property>
  121. <property name="fill">True</property>
  122. <property name="position">1</property>
  123. </packing>
  124. </child>
  125. </object>
  126. </child>
  127. <action-widgets>
  128. <action-widget response="-5">ok</action-widget>
  129. <action-widget response="-6">cancel</action-widget>
  130. <action-widget response="-11">help</action-widget>
  131. </action-widgets>
  132. <child type="titlebar">
  133. <placeholder/>
  134. </child>
  135. <child internal-child="accessible">
  136. <object class="AtkObject" id="InputStringDialog-atkobject">
  137. <property name="AtkObject::accessible-description" translatable="yes" context="inputstringdialog|extended_tip|InputStringDialog">This command opens a dialog where you can assign a different name to the current sheet.</property>
  138. </object>
  139. </child>
  140. </object>
  141. </interface>