eventassignpage.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="cui">
  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. <object class="GtkTreeStore" id="liststore2">
  16. <columns>
  17. <!-- column-name expander -->
  18. <column type="GdkPixbuf"/>
  19. <!-- column-name text -->
  20. <column type="gchararray"/>
  21. <!-- column-name id -->
  22. <column type="gchararray"/>
  23. </columns>
  24. </object>
  25. <object class="GtkTreeStore" id="liststore3">
  26. <columns>
  27. <!-- column-name text -->
  28. <column type="gchararray"/>
  29. <!-- column-name text2 -->
  30. <column type="gchararray"/>
  31. <!-- column-name id -->
  32. <column type="gchararray"/>
  33. </columns>
  34. </object>
  35. <!-- n-columns=1 n-rows=1 -->
  36. <object class="GtkGrid" id="EventAssignPage">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="hexpand">True</property>
  40. <property name="vexpand">True</property>
  41. <property name="border_width">6</property>
  42. <property name="row_spacing">12</property>
  43. <property name="column_spacing">12</property>
  44. <property name="row_homogeneous">True</property>
  45. <child>
  46. <object class="GtkFrame" id="frame1">
  47. <property name="visible">True</property>
  48. <property name="can_focus">False</property>
  49. <property name="hexpand">True</property>
  50. <property name="vexpand">True</property>
  51. <property name="label_xalign">0</property>
  52. <property name="shadow_type">none</property>
  53. <child>
  54. <object class="GtkAlignment" id="alignment1">
  55. <property name="visible">True</property>
  56. <property name="can_focus">False</property>
  57. <property name="hexpand">True</property>
  58. <property name="vexpand">True</property>
  59. <property name="top_padding">6</property>
  60. <property name="left_padding">12</property>
  61. <child>
  62. <object class="GtkScrolledWindow">
  63. <property name="visible">True</property>
  64. <property name="can_focus">True</property>
  65. <property name="hexpand">True</property>
  66. <property name="vexpand">True</property>
  67. <property name="shadow_type">in</property>
  68. <child>
  69. <object class="GtkTreeView" id="assignments">
  70. <property name="visible">True</property>
  71. <property name="can_focus">True</property>
  72. <property name="receives_default">True</property>
  73. <property name="hexpand">True</property>
  74. <property name="vexpand">True</property>
  75. <property name="model">liststore3</property>
  76. <property name="search_column">0</property>
  77. <property name="show_expanders">False</property>
  78. <child internal-child="selection">
  79. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  80. </child>
  81. <child>
  82. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  83. <property name="resizable">True</property>
  84. <property name="spacing">6</property>
  85. <property name="title" translatable="yes" context="eventassignpage|eventft">Event</property>
  86. <child>
  87. <object class="GtkCellRendererText" id="cellrenderer1"/>
  88. <attributes>
  89. <attribute name="text">0</attribute>
  90. </attributes>
  91. </child>
  92. </object>
  93. </child>
  94. <child>
  95. <object class="GtkTreeViewColumn" id="treeviewcolumn4">
  96. <property name="resizable">True</property>
  97. <property name="spacing">6</property>
  98. <property name="title" translatable="yes" context="eventassignpage|assignft">Assigned Action</property>
  99. <child>
  100. <object class="GtkCellRendererText" id="cellrenderer2"/>
  101. <attributes>
  102. <attribute name="text">1</attribute>
  103. </attributes>
  104. </child>
  105. </object>
  106. </child>
  107. <child internal-child="accessible">
  108. <object class="AtkObject" id="assignments-atkobject">
  109. <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|assignments">Lists the events that can trigger a macro.</property>
  110. </object>
  111. </child>
  112. </object>
  113. </child>
  114. </object>
  115. </child>
  116. </object>
  117. </child>
  118. <child type="label">
  119. <object class="GtkLabel" id="libraryft1">
  120. <property name="visible">True</property>
  121. <property name="can_focus">False</property>
  122. <property name="label" translatable="yes" context="eventassignpage|libraryft1">Assignments</property>
  123. <attributes>
  124. <attribute name="weight" value="bold"/>
  125. </attributes>
  126. </object>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="left_attach">0</property>
  131. <property name="top_attach">0</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <object class="GtkButtonBox" id="buttonbox1">
  136. <property name="visible">True</property>
  137. <property name="can_focus">False</property>
  138. <property name="orientation">vertical</property>
  139. <property name="spacing">6</property>
  140. <property name="layout_style">start</property>
  141. <child>
  142. <object class="GtkButton" id="assign">
  143. <property name="label" translatable="yes" context="eventassignpage|assign">Assign</property>
  144. <property name="visible">True</property>
  145. <property name="sensitive">False</property>
  146. <property name="can_focus">True</property>
  147. <property name="receives_default">True</property>
  148. <property name="use_underline">True</property>
  149. <child internal-child="accessible">
  150. <object class="AtkObject" id="assign-atkobject">
  151. <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|assign">Assigns the selected macro to the selected event.</property>
  152. </object>
  153. </child>
  154. </object>
  155. <packing>
  156. <property name="expand">False</property>
  157. <property name="fill">True</property>
  158. <property name="position">0</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <object class="GtkButton" id="delete">
  163. <property name="label" translatable="yes" context="eventassignpage|delete">Remove</property>
  164. <property name="visible">True</property>
  165. <property name="can_focus">True</property>
  166. <property name="receives_default">True</property>
  167. <property name="use_underline">True</property>
  168. <child internal-child="accessible">
  169. <object class="AtkObject" id="delete-atkobject">
  170. <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|delete">Removes the macro assignment from the selected entry.</property>
  171. </object>
  172. </child>
  173. </object>
  174. <packing>
  175. <property name="expand">False</property>
  176. <property name="fill">True</property>
  177. <property name="position">2</property>
  178. </packing>
  179. </child>
  180. </object>
  181. <packing>
  182. <property name="left_attach">1</property>
  183. <property name="top_attach">0</property>
  184. <property name="height">2</property>
  185. </packing>
  186. </child>
  187. <child>
  188. <!-- n-columns=1 n-rows=1 -->
  189. <object class="GtkGrid">
  190. <property name="visible">True</property>
  191. <property name="can_focus">False</property>
  192. <property name="column_spacing">6</property>
  193. <property name="column_homogeneous">True</property>
  194. <child>
  195. <object class="GtkFrame" id="groupframe">
  196. <property name="visible">True</property>
  197. <property name="can_focus">False</property>
  198. <property name="hexpand">True</property>
  199. <property name="vexpand">True</property>
  200. <property name="label_xalign">0</property>
  201. <property name="shadow_type">none</property>
  202. <child>
  203. <object class="GtkAlignment" id="alignment2">
  204. <property name="visible">True</property>
  205. <property name="can_focus">False</property>
  206. <property name="hexpand">True</property>
  207. <property name="vexpand">True</property>
  208. <property name="top_padding">6</property>
  209. <property name="left_padding">12</property>
  210. <child>
  211. <object class="GtkScrolledWindow">
  212. <property name="visible">True</property>
  213. <property name="can_focus">True</property>
  214. <property name="hexpand">True</property>
  215. <property name="vexpand">True</property>
  216. <property name="shadow_type">in</property>
  217. <child>
  218. <object class="GtkTreeView" id="libraries">
  219. <property name="width_request">-1</property>
  220. <property name="visible">True</property>
  221. <property name="can_focus">True</property>
  222. <property name="receives_default">True</property>
  223. <property name="hexpand">True</property>
  224. <property name="vexpand">True</property>
  225. <property name="model">liststore1</property>
  226. <property name="headers_visible">False</property>
  227. <property name="search_column">1</property>
  228. <property name="enable_tree_lines">True</property>
  229. <child internal-child="selection">
  230. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  231. </child>
  232. <child>
  233. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  234. <property name="spacing">6</property>
  235. <child>
  236. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  237. <attributes>
  238. <attribute name="pixbuf">0</attribute>
  239. </attributes>
  240. </child>
  241. <child>
  242. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  243. <attributes>
  244. <attribute name="text">1</attribute>
  245. </attributes>
  246. </child>
  247. </object>
  248. </child>
  249. <child internal-child="accessible">
  250. <object class="AtkObject" id="libraries-atkobject">
  251. <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|libraries">Lists the %PRODUCTNAME program and any open %PRODUCTNAME document.</property>
  252. </object>
  253. </child>
  254. </object>
  255. </child>
  256. </object>
  257. </child>
  258. </object>
  259. </child>
  260. <child type="label">
  261. <object class="GtkLabel" id="macrotoft">
  262. <property name="visible">True</property>
  263. <property name="can_focus">False</property>
  264. <property name="label" translatable="yes" context="eventassignpage|macrotoft">Macro From</property>
  265. <property name="xalign">0</property>
  266. <attributes>
  267. <attribute name="weight" value="bold"/>
  268. </attributes>
  269. </object>
  270. </child>
  271. </object>
  272. <packing>
  273. <property name="left_attach">0</property>
  274. <property name="top_attach">0</property>
  275. </packing>
  276. </child>
  277. <child>
  278. <object class="GtkFrame" id="macroframe">
  279. <property name="visible">True</property>
  280. <property name="can_focus">False</property>
  281. <property name="hexpand">True</property>
  282. <property name="vexpand">True</property>
  283. <property name="label_xalign">0</property>
  284. <property name="shadow_type">none</property>
  285. <child>
  286. <object class="GtkAlignment" id="alignment3">
  287. <property name="visible">True</property>
  288. <property name="can_focus">False</property>
  289. <property name="hexpand">True</property>
  290. <property name="vexpand">True</property>
  291. <property name="top_padding">6</property>
  292. <property name="left_padding">12</property>
  293. <child>
  294. <object class="GtkScrolledWindow">
  295. <property name="visible">True</property>
  296. <property name="can_focus">True</property>
  297. <property name="hexpand">True</property>
  298. <property name="vexpand">True</property>
  299. <property name="shadow_type">in</property>
  300. <child>
  301. <object class="GtkTreeView" id="macros">
  302. <property name="visible">True</property>
  303. <property name="can_focus">True</property>
  304. <property name="receives_default">True</property>
  305. <property name="hexpand">True</property>
  306. <property name="vexpand">True</property>
  307. <property name="model">liststore2</property>
  308. <property name="headers_visible">False</property>
  309. <property name="search_column">0</property>
  310. <property name="show_expanders">False</property>
  311. <child internal-child="selection">
  312. <object class="GtkTreeSelection"/>
  313. </child>
  314. <child>
  315. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  316. <child>
  317. <object class="GtkCellRendererPixbuf" id="cellrenderertext5"/>
  318. <attributes>
  319. <attribute name="pixbuf">0</attribute>
  320. </attributes>
  321. </child>
  322. <child>
  323. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  324. <attributes>
  325. <attribute name="text">1</attribute>
  326. </attributes>
  327. </child>
  328. </object>
  329. </child>
  330. <child internal-child="accessible">
  331. <object class="AtkObject" id="macros-atkobject">
  332. <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|macros">Lists the available macros. Select the macro that you want to assign to the selected event, and then click Assign.</property>
  333. </object>
  334. </child>
  335. </object>
  336. </child>
  337. </object>
  338. </child>
  339. </object>
  340. </child>
  341. <child type="label">
  342. <object class="GtkLabel" id="existingmacrosft">
  343. <property name="visible">True</property>
  344. <property name="can_focus">False</property>
  345. <property name="label" translatable="yes" context="eventassignpage|existingmacrosft">Existing Macros</property>
  346. <property name="track_visited_links">False</property>
  347. <attributes>
  348. <attribute name="weight" value="bold"/>
  349. </attributes>
  350. </object>
  351. </child>
  352. </object>
  353. <packing>
  354. <property name="left_attach">1</property>
  355. <property name="top_attach">0</property>
  356. </packing>
  357. </child>
  358. </object>
  359. <packing>
  360. <property name="left_attach">0</property>
  361. <property name="top_attach">1</property>
  362. </packing>
  363. </child>
  364. <child internal-child="accessible">
  365. <object class="AtkObject" id="EventAssignPage-atkobject">
  366. <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|EventAssignPage">Specifies the macro to run when you click an image, frame, or an OLE object.</property>
  367. </object>
  368. </child>
  369. </object>
  370. </interface>