fldfuncpage.ui 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  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="GtkTreeStore" id="liststore2">
  14. <columns>
  15. <!-- column-name text -->
  16. <column type="gchararray"/>
  17. <!-- column-name id -->
  18. <column type="gchararray"/>
  19. </columns>
  20. </object>
  21. <object class="GtkTreeStore" id="liststore3">
  22. <columns>
  23. <!-- column-name text -->
  24. <column type="gchararray"/>
  25. <!-- column-name id -->
  26. <column type="gchararray"/>
  27. </columns>
  28. </object>
  29. <object class="GtkBox" id="FieldFuncPage">
  30. <property name="visible">True</property>
  31. <property name="can_focus">False</property>
  32. <property name="hexpand">True</property>
  33. <property name="vexpand">True</property>
  34. <property name="border_width">6</property>
  35. <property name="spacing">12</property>
  36. <property name="homogeneous">True</property>
  37. <child>
  38. <object class="GtkFrame" id="typeframe">
  39. <property name="visible">True</property>
  40. <property name="can_focus">False</property>
  41. <property name="hexpand">True</property>
  42. <property name="vexpand">True</property>
  43. <property name="label_xalign">0</property>
  44. <property name="shadow_type">none</property>
  45. <child>
  46. <object class="GtkAlignment" id="alignment1">
  47. <property name="visible">True</property>
  48. <property name="can_focus">False</property>
  49. <property name="hexpand">True</property>
  50. <property name="top_padding">6</property>
  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="type">
  60. <property name="visible">True</property>
  61. <property name="can_focus">True</property>
  62. <property name="hexpand">True</property>
  63. <property name="vexpand">True</property>
  64. <property name="model">liststore1</property>
  65. <property name="headers_visible">False</property>
  66. <property name="headers_clickable">False</property>
  67. <property name="search_column">0</property>
  68. <property name="show_expanders">False</property>
  69. <child internal-child="selection">
  70. <object class="GtkTreeSelection" id="treeview-selection1"/>
  71. </child>
  72. <child>
  73. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  74. <child>
  75. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  76. <attributes>
  77. <attribute name="text">0</attribute>
  78. </attributes>
  79. </child>
  80. </object>
  81. </child>
  82. <child internal-child="accessible">
  83. <object class="AtkObject" id="type-atkobject">
  84. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|type">Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert.</property>
  85. </object>
  86. </child>
  87. </object>
  88. </child>
  89. </object>
  90. </child>
  91. </object>
  92. </child>
  93. <child type="label">
  94. <object class="GtkLabel" id="label1">
  95. <property name="visible">True</property>
  96. <property name="can_focus">False</property>
  97. <property name="label" translatable="yes" context="fldfuncpage|label1">_Type</property>
  98. <property name="use_underline">True</property>
  99. <property name="xalign">0</property>
  100. <attributes>
  101. <attribute name="weight" value="bold"/>
  102. </attributes>
  103. </object>
  104. </child>
  105. </object>
  106. <packing>
  107. <property name="expand">False</property>
  108. <property name="fill">True</property>
  109. <property name="position">0</property>
  110. </packing>
  111. </child>
  112. <child>
  113. <object class="GtkFrame" id="selectframe">
  114. <property name="can_focus">False</property>
  115. <property name="no_show_all">True</property>
  116. <property name="hexpand">True</property>
  117. <property name="vexpand">True</property>
  118. <property name="label_xalign">0</property>
  119. <property name="shadow_type">none</property>
  120. <child>
  121. <object class="GtkAlignment" id="alignment4">
  122. <property name="visible">True</property>
  123. <property name="can_focus">False</property>
  124. <property name="hexpand">True</property>
  125. <property name="top_padding">6</property>
  126. <child>
  127. <object class="GtkScrolledWindow">
  128. <property name="visible">True</property>
  129. <property name="can_focus">True</property>
  130. <property name="hexpand">True</property>
  131. <property name="vexpand">True</property>
  132. <property name="shadow_type">in</property>
  133. <child>
  134. <object class="GtkTreeView" id="select">
  135. <property name="visible">True</property>
  136. <property name="can_focus">True</property>
  137. <property name="hexpand">True</property>
  138. <property name="vexpand">True</property>
  139. <property name="model">liststore2</property>
  140. <property name="headers_visible">False</property>
  141. <property name="headers_clickable">False</property>
  142. <property name="search_column">0</property>
  143. <property name="show_expanders">False</property>
  144. <child internal-child="selection">
  145. <object class="GtkTreeSelection" id="treeview-selection2"/>
  146. </child>
  147. <child>
  148. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  149. <child>
  150. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  151. <attributes>
  152. <attribute name="text">0</attribute>
  153. </attributes>
  154. </child>
  155. </object>
  156. </child>
  157. </object>
  158. </child>
  159. </object>
  160. </child>
  161. </object>
  162. </child>
  163. <child type="label">
  164. <object class="GtkLabel" id="label4">
  165. <property name="visible">True</property>
  166. <property name="can_focus">False</property>
  167. <property name="label" translatable="yes" context="fldfuncpage|label4">_Select</property>
  168. <property name="use_underline">True</property>
  169. <property name="xalign">0</property>
  170. <attributes>
  171. <attribute name="weight" value="bold"/>
  172. </attributes>
  173. </object>
  174. </child>
  175. </object>
  176. <packing>
  177. <property name="expand">False</property>
  178. <property name="fill">True</property>
  179. <property name="position">1</property>
  180. </packing>
  181. </child>
  182. <child>
  183. <object class="GtkFrame" id="formatframe">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="hexpand">True</property>
  187. <property name="vexpand">True</property>
  188. <property name="label_xalign">0</property>
  189. <property name="shadow_type">none</property>
  190. <child>
  191. <object class="GtkAlignment" id="alignment2">
  192. <property name="visible">True</property>
  193. <property name="can_focus">False</property>
  194. <property name="hexpand">True</property>
  195. <property name="top_padding">6</property>
  196. <child>
  197. <object class="GtkScrolledWindow">
  198. <property name="visible">True</property>
  199. <property name="can_focus">True</property>
  200. <property name="hexpand">True</property>
  201. <property name="vexpand">True</property>
  202. <property name="shadow_type">in</property>
  203. <child>
  204. <object class="GtkTreeView" id="format">
  205. <property name="visible">True</property>
  206. <property name="can_focus">True</property>
  207. <property name="hexpand">True</property>
  208. <property name="vexpand">True</property>
  209. <property name="model">liststore3</property>
  210. <property name="headers_visible">False</property>
  211. <property name="headers_clickable">False</property>
  212. <property name="search_column">0</property>
  213. <property name="show_expanders">False</property>
  214. <child internal-child="selection">
  215. <object class="GtkTreeSelection" id="treeview-selection3"/>
  216. </child>
  217. <child>
  218. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  219. <child>
  220. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  221. <attributes>
  222. <attribute name="text">0</attribute>
  223. </attributes>
  224. </child>
  225. </object>
  226. </child>
  227. <child internal-child="accessible">
  228. <object class="AtkObject" id="format-atkobject">
  229. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|format">Click the format that you want to apply to the selected field, or click "Additional formats" to define a custom format.</property>
  230. </object>
  231. </child>
  232. </object>
  233. </child>
  234. </object>
  235. </child>
  236. </object>
  237. </child>
  238. <child type="label">
  239. <object class="GtkLabel" id="label2">
  240. <property name="visible">True</property>
  241. <property name="can_focus">False</property>
  242. <property name="label" translatable="yes" context="fldfuncpage|label2">_Format</property>
  243. <property name="use_underline">True</property>
  244. <property name="xalign">0</property>
  245. <attributes>
  246. <attribute name="weight" value="bold"/>
  247. </attributes>
  248. </object>
  249. </child>
  250. </object>
  251. <packing>
  252. <property name="expand">False</property>
  253. <property name="fill">True</property>
  254. <property name="position">2</property>
  255. </packing>
  256. </child>
  257. <child>
  258. <!-- n-columns=1 n-rows=1 -->
  259. <object class="GtkGrid" id="grid1">
  260. <property name="visible">True</property>
  261. <property name="can_focus">False</property>
  262. <property name="hexpand">True</property>
  263. <property name="vexpand">True</property>
  264. <property name="row_spacing">12</property>
  265. <child>
  266. <object class="GtkButton" id="macro">
  267. <property name="label" translatable="yes" context="fldfuncpage|macro">_Macro...</property>
  268. <property name="visible">True</property>
  269. <property name="can_focus">True</property>
  270. <property name="receives_default">True</property>
  271. <property name="halign">end</property>
  272. <property name="use_underline">True</property>
  273. <child internal-child="accessible">
  274. <object class="AtkObject" id="macro-atkobject">
  275. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|macro">Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document.</property>
  276. </object>
  277. </child>
  278. </object>
  279. <packing>
  280. <property name="left_attach">0</property>
  281. <property name="top_attach">5</property>
  282. </packing>
  283. </child>
  284. <child>
  285. <!-- n-columns=1 n-rows=1 -->
  286. <object class="GtkGrid" id="valuegroup">
  287. <property name="visible">True</property>
  288. <property name="can_focus">False</property>
  289. <property name="hexpand">True</property>
  290. <property name="row_spacing">6</property>
  291. <child>
  292. <object class="GtkLabel" id="valueft">
  293. <property name="visible">True</property>
  294. <property name="can_focus">False</property>
  295. <property name="label" translatable="yes" context="fldfuncpage|valueft">_Value</property>
  296. <property name="use_underline">True</property>
  297. <property name="mnemonic_widget">value</property>
  298. <property name="xalign">0</property>
  299. </object>
  300. <packing>
  301. <property name="left_attach">0</property>
  302. <property name="top_attach">0</property>
  303. </packing>
  304. </child>
  305. <child>
  306. <object class="GtkEntry" id="value">
  307. <property name="visible">True</property>
  308. <property name="can_focus">True</property>
  309. <property name="hexpand">True</property>
  310. <property name="activates_default">True</property>
  311. <property name="truncate-multiline">True</property>
  312. <child internal-child="accessible">
  313. <object class="AtkObject" id="value-atkobject">
  314. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|value">Sets additional function parameters for fields. The type of parameter depends on the field type that you select.</property>
  315. </object>
  316. </child>
  317. </object>
  318. <packing>
  319. <property name="left_attach">0</property>
  320. <property name="top_attach">1</property>
  321. </packing>
  322. </child>
  323. </object>
  324. <packing>
  325. <property name="left_attach">0</property>
  326. <property name="top_attach">2</property>
  327. </packing>
  328. </child>
  329. <child>
  330. <!-- n-columns=1 n-rows=1 -->
  331. <object class="GtkGrid" id="grid3">
  332. <property name="visible">True</property>
  333. <property name="can_focus">False</property>
  334. <property name="hexpand">True</property>
  335. <property name="row_spacing">6</property>
  336. <child>
  337. <object class="GtkLabel" id="nameft">
  338. <property name="visible">True</property>
  339. <property name="can_focus">False</property>
  340. <property name="label" translatable="yes" context="fldfuncpage|nameft">Na_me</property>
  341. <property name="use_underline">True</property>
  342. <property name="mnemonic_widget">condFunction</property>
  343. <property name="xalign">0</property>
  344. </object>
  345. <packing>
  346. <property name="left_attach">0</property>
  347. <property name="top_attach">0</property>
  348. </packing>
  349. </child>
  350. <child>
  351. <object class="GtkEntry" id="condFunction">
  352. <property name="visible">True</property>
  353. <property name="can_focus">True</property>
  354. <property name="hexpand">True</property>
  355. <property name="truncate-multiline">True</property>
  356. <property name="activates_default">True</property>
  357. </object>
  358. <packing>
  359. <property name="left_attach">0</property>
  360. <property name="top_attach">1</property>
  361. </packing>
  362. </child>
  363. </object>
  364. <packing>
  365. <property name="left_attach">0</property>
  366. <property name="top_attach">1</property>
  367. </packing>
  368. </child>
  369. <child>
  370. <!-- n-columns=1 n-rows=1 -->
  371. <object class="GtkGrid" id="grid4">
  372. <property name="visible">True</property>
  373. <property name="can_focus">False</property>
  374. <property name="hexpand">True</property>
  375. <property name="row_spacing">6</property>
  376. <child>
  377. <object class="GtkLabel" id="cond1ft">
  378. <property name="visible">True</property>
  379. <property name="can_focus">False</property>
  380. <property name="label" translatable="yes" context="fldfuncpage|cond1ft">Then</property>
  381. <property name="use_underline">True</property>
  382. <property name="mnemonic_widget">cond1</property>
  383. <property name="xalign">0</property>
  384. </object>
  385. <packing>
  386. <property name="left_attach">0</property>
  387. <property name="top_attach">0</property>
  388. </packing>
  389. </child>
  390. <child>
  391. <object class="GtkEntry" id="cond1">
  392. <property name="visible">True</property>
  393. <property name="can_focus">True</property>
  394. <property name="hexpand">True</property>
  395. <property name="activates_default">True</property>
  396. <property name="truncate-multiline">True</property>
  397. <child internal-child="accessible">
  398. <object class="AtkObject" id="cond1-atkobject">
  399. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|cond1">Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box.</property>
  400. </object>
  401. </child>
  402. </object>
  403. <packing>
  404. <property name="left_attach">0</property>
  405. <property name="top_attach">1</property>
  406. </packing>
  407. </child>
  408. </object>
  409. <packing>
  410. <property name="left_attach">0</property>
  411. <property name="top_attach">3</property>
  412. </packing>
  413. </child>
  414. <child>
  415. <!-- n-columns=1 n-rows=1 -->
  416. <object class="GtkGrid" id="grid5">
  417. <property name="visible">True</property>
  418. <property name="can_focus">False</property>
  419. <property name="row_spacing">6</property>
  420. <child>
  421. <object class="GtkLabel" id="cond2ft">
  422. <property name="visible">True</property>
  423. <property name="can_focus">False</property>
  424. <property name="label" translatable="yes" context="fldfuncpage|cond2ft">Else</property>
  425. <property name="use_underline">True</property>
  426. <property name="mnemonic_widget">cond2</property>
  427. <property name="xalign">0</property>
  428. </object>
  429. <packing>
  430. <property name="left_attach">0</property>
  431. <property name="top_attach">0</property>
  432. </packing>
  433. </child>
  434. <child>
  435. <object class="GtkEntry" id="cond2">
  436. <property name="visible">True</property>
  437. <property name="can_focus">True</property>
  438. <property name="hexpand">True</property>
  439. <property name="activates_default">True</property>
  440. <property name="truncate-multiline">True</property>
  441. <child internal-child="accessible">
  442. <object class="AtkObject" id="cond2-atkobject">
  443. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|cond2">Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box.</property>
  444. </object>
  445. </child>
  446. </object>
  447. <packing>
  448. <property name="left_attach">0</property>
  449. <property name="top_attach">1</property>
  450. </packing>
  451. </child>
  452. </object>
  453. <packing>
  454. <property name="left_attach">0</property>
  455. <property name="top_attach">4</property>
  456. </packing>
  457. </child>
  458. <child>
  459. <!-- n-columns=1 n-rows=1 -->
  460. <object class="GtkGrid" id="listgroup">
  461. <property name="visible">True</property>
  462. <property name="can_focus">False</property>
  463. <property name="row_spacing">12</property>
  464. <child>
  465. <!-- n-columns=1 n-rows=1 -->
  466. <object class="GtkGrid" id="grid9">
  467. <property name="visible">True</property>
  468. <property name="can_focus">False</property>
  469. <property name="hexpand">True</property>
  470. <property name="row_spacing">6</property>
  471. <child>
  472. <object class="GtkLabel" id="itemft">
  473. <property name="visible">True</property>
  474. <property name="can_focus">False</property>
  475. <property name="label" translatable="yes" context="fldfuncpage|itemft">It_em</property>
  476. <property name="use_underline">True</property>
  477. <property name="mnemonic_widget">item</property>
  478. <property name="xalign">0</property>
  479. </object>
  480. <packing>
  481. <property name="left_attach">0</property>
  482. <property name="top_attach">0</property>
  483. </packing>
  484. </child>
  485. <child>
  486. <object class="GtkEntry" id="item">
  487. <property name="visible">True</property>
  488. <property name="can_focus">True</property>
  489. <property name="hexpand">True</property>
  490. <property name="activates_default">True</property>
  491. <property name="truncate-multiline">True</property>
  492. <child internal-child="accessible">
  493. <object class="AtkObject" id="item-atkobject">
  494. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|item">Enter a new item.</property>
  495. </object>
  496. </child>
  497. </object>
  498. <packing>
  499. <property name="left_attach">0</property>
  500. <property name="top_attach">1</property>
  501. </packing>
  502. </child>
  503. </object>
  504. <packing>
  505. <property name="left_attach">0</property>
  506. <property name="top_attach">0</property>
  507. </packing>
  508. </child>
  509. <child>
  510. <object class="GtkButton" id="add">
  511. <property name="label">gtk-add</property>
  512. <property name="visible">True</property>
  513. <property name="can_focus">True</property>
  514. <property name="receives_default">True</property>
  515. <property name="halign">start</property>
  516. <property name="use_stock">True</property>
  517. <child internal-child="accessible">
  518. <object class="AtkObject" id="add-atkobject">
  519. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|add">Adds the Item to the list.</property>
  520. </object>
  521. </child>
  522. </object>
  523. <packing>
  524. <property name="left_attach">0</property>
  525. <property name="top_attach">1</property>
  526. </packing>
  527. </child>
  528. <child>
  529. <!-- n-columns=1 n-rows=1 -->
  530. <object class="GtkGrid" id="grid6">
  531. <property name="visible">True</property>
  532. <property name="can_focus">False</property>
  533. <property name="row_spacing">6</property>
  534. <child>
  535. <object class="GtkLabel" id="listitemft">
  536. <property name="visible">True</property>
  537. <property name="can_focus">False</property>
  538. <property name="label" translatable="yes" context="fldfuncpage|listitemft">Items on _list</property>
  539. <property name="use_underline">True</property>
  540. <property name="mnemonic_widget">listitems</property>
  541. <property name="xalign">0</property>
  542. </object>
  543. <packing>
  544. <property name="left_attach">0</property>
  545. <property name="top_attach">0</property>
  546. </packing>
  547. </child>
  548. <child>
  549. <object class="GtkScrolledWindow">
  550. <property name="visible">True</property>
  551. <property name="can_focus">True</property>
  552. <property name="hexpand">True</property>
  553. <property name="vexpand">True</property>
  554. <property name="shadow_type">in</property>
  555. <child>
  556. <object class="GtkTreeView" id="listitems">
  557. <property name="visible">True</property>
  558. <property name="can_focus">True</property>
  559. <property name="hexpand">True</property>
  560. <property name="vexpand">True</property>
  561. <property name="model">liststore3</property>
  562. <property name="headers_visible">False</property>
  563. <property name="headers_clickable">False</property>
  564. <property name="search_column">0</property>
  565. <property name="show_expanders">False</property>
  566. <child internal-child="selection">
  567. <object class="GtkTreeSelection" id="treeview-selection4"/>
  568. </child>
  569. <child>
  570. <object class="GtkTreeViewColumn" id="treeviewcolumn4">
  571. <child>
  572. <object class="GtkCellRendererText" id="cellrenderertext4"/>
  573. <attributes>
  574. <attribute name="text">0</attribute>
  575. </attributes>
  576. </child>
  577. </object>
  578. </child>
  579. <child internal-child="accessible">
  580. <object class="AtkObject" id="listitems-atkobject">
  581. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|listitems">Lists the items. The topmost item is shown in the document.</property>
  582. </object>
  583. </child>
  584. </object>
  585. </child>
  586. </object>
  587. <packing>
  588. <property name="left_attach">0</property>
  589. <property name="top_attach">1</property>
  590. </packing>
  591. </child>
  592. <child>
  593. <object class="GtkButtonBox" id="buttonbox1">
  594. <property name="visible">True</property>
  595. <property name="can_focus">False</property>
  596. <property name="halign">end</property>
  597. <property name="orientation">vertical</property>
  598. <property name="spacing">6</property>
  599. <property name="layout_style">start</property>
  600. <child>
  601. <object class="GtkButton" id="remove">
  602. <property name="label">gtk-remove</property>
  603. <property name="visible">True</property>
  604. <property name="can_focus">True</property>
  605. <property name="receives_default">True</property>
  606. <property name="use_underline">True</property>
  607. <property name="use_stock">True</property>
  608. <child internal-child="accessible">
  609. <object class="AtkObject" id="remove-atkobject">
  610. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|remove">Removes the selected item from the list.</property>
  611. </object>
  612. </child>
  613. </object>
  614. <packing>
  615. <property name="expand">False</property>
  616. <property name="fill">True</property>
  617. <property name="position">0</property>
  618. </packing>
  619. </child>
  620. <child>
  621. <object class="GtkButton" id="up">
  622. <property name="label" translatable="yes" context="fldfuncpage|up">Move _Up</property>
  623. <property name="visible">True</property>
  624. <property name="can_focus">True</property>
  625. <property name="receives_default">True</property>
  626. <property name="use_underline">True</property>
  627. <child internal-child="accessible">
  628. <object class="AtkObject" id="up-atkobject">
  629. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|up">Moves the selected item up in the list.</property>
  630. </object>
  631. </child>
  632. </object>
  633. <packing>
  634. <property name="expand">False</property>
  635. <property name="fill">True</property>
  636. <property name="position">1</property>
  637. </packing>
  638. </child>
  639. <child>
  640. <object class="GtkButton" id="down">
  641. <property name="label" translatable="yes" context="fldfuncpage|down">Move Do_wn</property>
  642. <property name="visible">True</property>
  643. <property name="can_focus">True</property>
  644. <property name="receives_default">True</property>
  645. <property name="use_underline">True</property>
  646. <child internal-child="accessible">
  647. <object class="AtkObject" id="down-atkobject">
  648. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|down">Moves the selected item down in the list.</property>
  649. </object>
  650. </child>
  651. </object>
  652. <packing>
  653. <property name="expand">False</property>
  654. <property name="fill">True</property>
  655. <property name="position">2</property>
  656. </packing>
  657. </child>
  658. </object>
  659. <packing>
  660. <property name="left_attach">0</property>
  661. <property name="top_attach">2</property>
  662. </packing>
  663. </child>
  664. <child>
  665. <!-- n-columns=1 n-rows=1 -->
  666. <object class="GtkGrid" id="grid8">
  667. <property name="visible">True</property>
  668. <property name="can_focus">False</property>
  669. <property name="row_spacing">6</property>
  670. <child>
  671. <object class="GtkLabel" id="listnameft">
  672. <property name="visible">True</property>
  673. <property name="can_focus">False</property>
  674. <property name="label" translatable="yes" context="fldfuncpage|listnameft">Na_me</property>
  675. <property name="use_underline">True</property>
  676. <property name="mnemonic_widget">listname</property>
  677. <property name="xalign">0</property>
  678. </object>
  679. <packing>
  680. <property name="left_attach">0</property>
  681. <property name="top_attach">0</property>
  682. </packing>
  683. </child>
  684. <child>
  685. <object class="GtkEntry" id="listname">
  686. <property name="visible">True</property>
  687. <property name="can_focus">True</property>
  688. <property name="hexpand">True</property>
  689. <property name="activates_default">True</property>
  690. <property name="truncate-multiline">True</property>
  691. <child internal-child="accessible">
  692. <object class="AtkObject" id="listname-atkobject">
  693. <property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|listname">Enter a unique name for the Input list.</property>
  694. </object>
  695. </child>
  696. </object>
  697. <packing>
  698. <property name="left_attach">0</property>
  699. <property name="top_attach">1</property>
  700. </packing>
  701. </child>
  702. </object>
  703. <packing>
  704. <property name="left_attach">0</property>
  705. <property name="top_attach">3</property>
  706. </packing>
  707. </child>
  708. </object>
  709. <packing>
  710. <property name="left_attach">0</property>
  711. <property name="top_attach">2</property>
  712. </packing>
  713. </child>
  714. </object>
  715. <packing>
  716. <property name="left_attach">0</property>
  717. <property name="top_attach">0</property>
  718. </packing>
  719. </child>
  720. </object>
  721. <packing>
  722. <property name="expand">False</property>
  723. <property name="fill">True</property>
  724. <property name="position">3</property>
  725. </packing>
  726. </child>
  727. </object>
  728. <object class="GtkSizeGroup" id="sizegroup1">
  729. <property name="mode">both</property>
  730. <widgets>
  731. <widget name="type"/>
  732. <widget name="select"/>
  733. <widget name="format"/>
  734. </widgets>
  735. </object>
  736. <object class="GtkTreeStore" id="liststore4">
  737. <columns>
  738. <!-- column-name text -->
  739. <column type="gchararray"/>
  740. <!-- column-name id -->
  741. <column type="gchararray"/>
  742. </columns>
  743. </object>
  744. </interface>