selectindexdialog.ui 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkDialog" id="SelectIndexDialog">
  14. <property name="can_focus">False</property>
  15. <property name="border_width">6</property>
  16. <property name="title" translatable="yes" context="selectindexdialog|SelectIndexDialog">Index Markings</property>
  17. <property name="resizable">False</property>
  18. <property name="modal">True</property>
  19. <property name="default_width">0</property>
  20. <property name="default_height">0</property>
  21. <property name="type_hint">dialog</property>
  22. <child internal-child="vbox">
  23. <object class="GtkBox" id="dialog-vbox1">
  24. <property name="can_focus">False</property>
  25. <property name="orientation">vertical</property>
  26. <property name="spacing">12</property>
  27. <child internal-child="action_area">
  28. <object class="GtkButtonBox" id="dialog-action_area1">
  29. <property name="can_focus">False</property>
  30. <property name="layout_style">end</property>
  31. <child>
  32. <object class="GtkButton" id="ok">
  33. <property name="label">gtk-ok</property>
  34. <property name="visible">True</property>
  35. <property name="can_focus">True</property>
  36. <property name="can_default">True</property>
  37. <property name="has_default">True</property>
  38. <property name="receives_default">True</property>
  39. <property name="use_stock">True</property>
  40. </object>
  41. <packing>
  42. <property name="expand">False</property>
  43. <property name="fill">True</property>
  44. <property name="position">0</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkButton" id="cancel">
  49. <property name="label">gtk-cancel</property>
  50. <property name="visible">True</property>
  51. <property name="can_focus">True</property>
  52. <property name="receives_default">True</property>
  53. <property name="use_stock">True</property>
  54. </object>
  55. <packing>
  56. <property name="expand">False</property>
  57. <property name="fill">True</property>
  58. <property name="position">1</property>
  59. </packing>
  60. </child>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="pack_type">end</property>
  66. <property name="position">0</property>
  67. </packing>
  68. </child>
  69. <child>
  70. <object class="GtkFrame" id="frame">
  71. <property name="visible">True</property>
  72. <property name="can_focus">False</property>
  73. <property name="hexpand">True</property>
  74. <property name="vexpand">True</property>
  75. <property name="label_xalign">0</property>
  76. <property name="shadow_type">none</property>
  77. <child>
  78. <object class="GtkAlignment" id="alignment1">
  79. <property name="visible">True</property>
  80. <property name="can_focus">False</property>
  81. <property name="top_padding">6</property>
  82. <property name="left_padding">12</property>
  83. <child>
  84. <object class="GtkBox" id="box1">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="orientation">vertical</property>
  88. <property name="spacing">12</property>
  89. <child>
  90. <object class="GtkLabel" id="type">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <property name="use_underline">True</property>
  94. <property name="mnemonic_widget">treeview</property>
  95. <property name="xalign">0</property>
  96. </object>
  97. <packing>
  98. <property name="expand">False</property>
  99. <property name="fill">True</property>
  100. <property name="position">0</property>
  101. </packing>
  102. </child>
  103. <child>
  104. <object class="GtkScrolledWindow">
  105. <property name="visible">True</property>
  106. <property name="can_focus">True</property>
  107. <property name="hexpand">True</property>
  108. <property name="vexpand">True</property>
  109. <property name="shadow_type">in</property>
  110. <child>
  111. <object class="GtkTreeView" id="treeview">
  112. <property name="visible">True</property>
  113. <property name="can_focus">True</property>
  114. <property name="vexpand">True</property>
  115. <property name="model">liststore1</property>
  116. <property name="headers_visible">False</property>
  117. <property name="headers_clickable">False</property>
  118. <property name="search_column">0</property>
  119. <property name="show_expanders">False</property>
  120. <child internal-child="selection">
  121. <object class="GtkTreeSelection" id="treeview-selection1"/>
  122. </child>
  123. <child>
  124. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  125. <child>
  126. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  127. <attributes>
  128. <attribute name="text">0</attribute>
  129. </attributes>
  130. </child>
  131. </object>
  132. </child>
  133. </object>
  134. </child>
  135. </object>
  136. <packing>
  137. <property name="expand">False</property>
  138. <property name="fill">True</property>
  139. <property name="position">1</property>
  140. </packing>
  141. </child>
  142. </object>
  143. </child>
  144. </object>
  145. </child>
  146. <child type="label">
  147. <object class="GtkLabel" id="label1">
  148. <property name="visible">True</property>
  149. <property name="can_focus">False</property>
  150. <property name="label" translatable="yes" context="selectindexdialog|label1">Selection</property>
  151. <attributes>
  152. <attribute name="weight" value="bold"/>
  153. </attributes>
  154. </object>
  155. </child>
  156. </object>
  157. <packing>
  158. <property name="expand">False</property>
  159. <property name="fill">True</property>
  160. <property name="position">1</property>
  161. </packing>
  162. </child>
  163. </object>
  164. </child>
  165. <action-widgets>
  166. <action-widget response="-5">ok</action-widget>
  167. <action-widget response="-6">cancel</action-widget>
  168. </action-widgets>
  169. <child type="titlebar">
  170. <placeholder/>
  171. </child>
  172. <child internal-child="accessible">
  173. <object class="AtkObject" id="SelectIndexDialog-atkobject">
  174. <property name="AtkObject::accessible-description" translatable="yes" context="selectindexdialog|extended_tip|SelectIndexDialog">Edits the selected index entry. Click in front of or in the index entry, and then choose this command.</property>
  175. </object>
  176. </child>
  177. </object>
  178. </interface>