modulepage.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="basctl">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name expander -->
  8. <column type="GdkPixbuf"/>
  9. <!-- column-name text -->
  10. <column type="gchararray"/>
  11. <!-- column-name id -->
  12. <column type="gchararray"/>
  13. </columns>
  14. </object>
  15. <!-- n-columns=1 n-rows=1 -->
  16. <object class="GtkGrid" id="ModulePage">
  17. <property name="visible">True</property>
  18. <property name="can_focus">False</property>
  19. <property name="border_width">6</property>
  20. <property name="row_spacing">12</property>
  21. <child>
  22. <!-- n-columns=1 n-rows=1 -->
  23. <object class="GtkGrid" id="grid2">
  24. <property name="visible">True</property>
  25. <property name="can_focus">False</property>
  26. <property name="hexpand">True</property>
  27. <property name="vexpand">True</property>
  28. <property name="column_spacing">12</property>
  29. <child>
  30. <!-- n-columns=1 n-rows=1 -->
  31. <object class="GtkGrid" id="grid3">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <property name="hexpand">True</property>
  35. <property name="vexpand">True</property>
  36. <property name="row_spacing">6</property>
  37. <child>
  38. <object class="GtkLabel" id="label1">
  39. <property name="visible">True</property>
  40. <property name="can_focus">False</property>
  41. <property name="label" translatable="yes" context="modulepage|label1">M_odule:</property>
  42. <property name="use_underline">True</property>
  43. <property name="mnemonic_widget">library</property>
  44. <property name="xalign">0</property>
  45. </object>
  46. <packing>
  47. <property name="left_attach">0</property>
  48. <property name="top_attach">0</property>
  49. </packing>
  50. </child>
  51. <child>
  52. <object class="GtkScrolledWindow">
  53. <property name="visible">True</property>
  54. <property name="can_focus">True</property>
  55. <property name="hexpand">True</property>
  56. <property name="vexpand">True</property>
  57. <property name="shadow_type">in</property>
  58. <child>
  59. <object class="GtkTreeView" id="library">
  60. <property name="width_request">-1</property>
  61. <property name="visible">True</property>
  62. <property name="can_focus">True</property>
  63. <property name="receives_default">True</property>
  64. <property name="hexpand">True</property>
  65. <property name="vexpand">True</property>
  66. <property name="model">liststore1</property>
  67. <property name="headers_visible">False</property>
  68. <property name="reorderable">True</property>
  69. <property name="search_column">1</property>
  70. <property name="enable_tree_lines">True</property>
  71. <child internal-child="selection">
  72. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  73. </child>
  74. <child>
  75. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  76. <property name="spacing">6</property>
  77. <child>
  78. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  79. <attributes>
  80. <attribute name="pixbuf">0</attribute>
  81. </attributes>
  82. </child>
  83. <child>
  84. <object class="GtkCellRendererText" id="cellrenderertext2">
  85. <property name="editable">True</property>
  86. </object>
  87. <attributes>
  88. <attribute name="text">1</attribute>
  89. </attributes>
  90. </child>
  91. </object>
  92. </child>
  93. <child internal-child="accessible">
  94. <object class="AtkObject" id="library-atkobject">
  95. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|library">Lists the existing macro libraries for the current application and any open documents.</property>
  96. </object>
  97. </child>
  98. </object>
  99. </child>
  100. </object>
  101. <packing>
  102. <property name="left_attach">0</property>
  103. <property name="top_attach">1</property>
  104. </packing>
  105. </child>
  106. </object>
  107. <packing>
  108. <property name="left_attach">0</property>
  109. <property name="top_attach">0</property>
  110. </packing>
  111. </child>
  112. <child>
  113. <object class="GtkButtonBox" id="buttonbox1">
  114. <property name="visible">True</property>
  115. <property name="can_focus">False</property>
  116. <property name="orientation">vertical</property>
  117. <property name="spacing">6</property>
  118. <property name="layout_style">start</property>
  119. <child>
  120. <object class="GtkButton" id="edit">
  121. <property name="label">gtk-edit</property>
  122. <property name="visible">True</property>
  123. <property name="can_focus">True</property>
  124. <property name="receives_default">True</property>
  125. <property name="use_underline">True</property>
  126. <property name="use_stock">True</property>
  127. <child internal-child="accessible">
  128. <object class="AtkObject" id="edit-atkobject">
  129. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|edit">Opens the %PRODUCTNAME Basic editor so that you can modify the selected library.</property>
  130. </object>
  131. </child>
  132. </object>
  133. <packing>
  134. <property name="expand">False</property>
  135. <property name="fill">True</property>
  136. <property name="position">0</property>
  137. </packing>
  138. </child>
  139. <child>
  140. <object class="GtkButton" id="newmodule">
  141. <property name="label" translatable="yes" context="modulepage|newmodule">_New...</property>
  142. <property name="visible">True</property>
  143. <property name="can_focus">True</property>
  144. <property name="receives_default">True</property>
  145. <property name="use_underline">True</property>
  146. <child internal-child="accessible">
  147. <object class="AtkObject" id="newmodule-atkobject">
  148. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|newmodule">Opens the editor and creates a new module.</property>
  149. </object>
  150. </child>
  151. </object>
  152. <packing>
  153. <property name="expand">False</property>
  154. <property name="fill">True</property>
  155. <property name="position">1</property>
  156. <property name="secondary">True</property>
  157. </packing>
  158. </child>
  159. <child>
  160. <object class="GtkButton" id="newdialog">
  161. <property name="label" translatable="yes" context="modulepage|newdialog">_New...</property>
  162. <property name="visible">True</property>
  163. <property name="can_focus">True</property>
  164. <property name="receives_default">True</property>
  165. <property name="use_underline">True</property>
  166. <child internal-child="accessible">
  167. <object class="AtkObject" id="newdialog-atkobject">
  168. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|newdialog">Lets you manage the macro libraries.</property>
  169. </object>
  170. </child>
  171. </object>
  172. <packing>
  173. <property name="expand">False</property>
  174. <property name="fill">True</property>
  175. <property name="position">2</property>
  176. <property name="secondary">True</property>
  177. </packing>
  178. </child>
  179. <child>
  180. <object class="GtkButton" id="delete">
  181. <property name="label">gtk-delete</property>
  182. <property name="visible">True</property>
  183. <property name="can_focus">True</property>
  184. <property name="receives_default">True</property>
  185. <property name="use_underline">True</property>
  186. <property name="use_stock">True</property>
  187. <child internal-child="accessible">
  188. <object class="AtkObject" id="delete-atkobject">
  189. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|delete">Creates a new macro, or deletes the selected macro.</property>
  190. </object>
  191. </child>
  192. </object>
  193. <packing>
  194. <property name="expand">False</property>
  195. <property name="fill">True</property>
  196. <property name="position">3</property>
  197. <property name="secondary">True</property>
  198. </packing>
  199. </child>
  200. <child>
  201. <object class="GtkButton" id="password">
  202. <property name="label" translatable="yes" context="modulepage|password">_Password...</property>
  203. <property name="can_focus">True</property>
  204. <property name="receives_default">True</property>
  205. <property name="no_show_all">True</property>
  206. <property name="use_underline">True</property>
  207. <child internal-child="accessible">
  208. <object class="AtkObject" id="password-atkobject">
  209. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|password">Assigns or edits the password for the selected library.</property>
  210. </object>
  211. </child>
  212. </object>
  213. <packing>
  214. <property name="expand">False</property>
  215. <property name="fill">True</property>
  216. <property name="position">4</property>
  217. </packing>
  218. </child>
  219. <child>
  220. <object class="GtkButton" id="import">
  221. <property name="label" translatable="yes" context="modulepage|import">_Import...</property>
  222. <property name="can_focus">True</property>
  223. <property name="receives_default">True</property>
  224. <property name="no_show_all">True</property>
  225. <property name="use_underline">True</property>
  226. <child internal-child="accessible">
  227. <object class="AtkObject" id="import-atkobject">
  228. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|import">Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open.</property>
  229. </object>
  230. </child>
  231. </object>
  232. <packing>
  233. <property name="expand">False</property>
  234. <property name="fill">True</property>
  235. <property name="position">5</property>
  236. </packing>
  237. </child>
  238. <child>
  239. <object class="GtkButton" id="export">
  240. <property name="label" translatable="yes" context="modulepage|export">_Export...</property>
  241. <property name="can_focus">True</property>
  242. <property name="receives_default">True</property>
  243. <property name="no_show_all">True</property>
  244. <property name="use_underline">True</property>
  245. </object>
  246. <packing>
  247. <property name="expand">False</property>
  248. <property name="fill">True</property>
  249. <property name="position">6</property>
  250. </packing>
  251. </child>
  252. </object>
  253. <packing>
  254. <property name="left_attach">1</property>
  255. <property name="top_attach">0</property>
  256. </packing>
  257. </child>
  258. </object>
  259. <packing>
  260. <property name="left_attach">0</property>
  261. <property name="top_attach">0</property>
  262. </packing>
  263. </child>
  264. <child internal-child="accessible">
  265. <object class="AtkObject" id="ModulePage-atkobject">
  266. <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|ModulePage">Lists the existing modules or dialogs.</property>
  267. </object>
  268. </child>
  269. </object>
  270. <object class="GtkSizeGroup" id="sizegroup1">
  271. <widgets>
  272. <widget name="edit"/>
  273. <widget name="newmodule"/>
  274. <widget name="newdialog"/>
  275. <widget name="delete"/>
  276. <widget name="password"/>
  277. <widget name="import"/>
  278. <widget name="export"/>
  279. </widgets>
  280. </object>
  281. </interface>