indexentry.ui 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">10</property>
  8. <property name="value">1</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkImage" id="image1">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <property name="halign">start</property>
  16. <property name="stock">gtk-index</property>
  17. </object>
  18. <object class="GtkImage" id="image2">
  19. <property name="visible">True</property>
  20. <property name="can_focus">False</property>
  21. <property name="stock">gtk-go-back</property>
  22. </object>
  23. <object class="GtkImage" id="image3">
  24. <property name="visible">True</property>
  25. <property name="can_focus">False</property>
  26. <property name="stock">gtk-go-forward</property>
  27. </object>
  28. <object class="GtkImage" id="image4">
  29. <property name="visible">True</property>
  30. <property name="can_focus">False</property>
  31. <property name="stock">gtk-goto-first</property>
  32. </object>
  33. <object class="GtkImage" id="image5">
  34. <property name="visible">True</property>
  35. <property name="can_focus">False</property>
  36. <property name="stock">gtk-goto-last</property>
  37. </object>
  38. <object class="GtkImage" id="image6">
  39. <property name="visible">True</property>
  40. <property name="can_focus">False</property>
  41. <property name="stock">gtk-refresh</property>
  42. </object>
  43. <object class="GtkDialog" id="IndexEntryDialog">
  44. <property name="can_focus">False</property>
  45. <property name="border_width">6</property>
  46. <property name="title" translatable="yes" context="indexentry|IndexEntryDialog">Insert Index Entry</property>
  47. <property name="type_hint">dialog</property>
  48. <child internal-child="vbox">
  49. <object class="GtkBox" id="dialog-vbox1">
  50. <property name="can_focus">False</property>
  51. <property name="orientation">vertical</property>
  52. <property name="spacing">12</property>
  53. <child internal-child="action_area">
  54. <object class="GtkButtonBox" id="dialog-action_area1">
  55. <property name="can_focus">False</property>
  56. <property name="layout_style">end</property>
  57. <child>
  58. <object class="GtkButton" id="close">
  59. <property name="label">gtk-close</property>
  60. <property name="visible">True</property>
  61. <property name="can_focus">True</property>
  62. <property name="receives_default">True</property>
  63. <property name="use_stock">True</property>
  64. </object>
  65. <packing>
  66. <property name="expand">False</property>
  67. <property name="fill">True</property>
  68. <property name="position">0</property>
  69. </packing>
  70. </child>
  71. <child>
  72. <object class="GtkButton" id="delete">
  73. <property name="label">gtk-delete</property>
  74. <property name="visible">True</property>
  75. <property name="can_focus">True</property>
  76. <property name="receives_default">True</property>
  77. <property name="use_stock">True</property>
  78. <child internal-child="accessible">
  79. <object class="AtkObject" id="delete-atkobject">
  80. <property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|delete">Deletes the selected entry from the index. The entry text in the document is not deleted.</property>
  81. </object>
  82. </child>
  83. </object>
  84. <packing>
  85. <property name="expand">False</property>
  86. <property name="fill">True</property>
  87. <property name="position">1</property>
  88. </packing>
  89. </child>
  90. <child>
  91. <object class="GtkButton" id="insert">
  92. <property name="label" translatable="yes" context="indexentry|insert">Insert</property>
  93. <property name="can_focus">True</property>
  94. <property name="can_default">True</property>
  95. <property name="has_default">True</property>
  96. <property name="receives_default">True</property>
  97. <property name="no_show_all">True</property>
  98. </object>
  99. <packing>
  100. <property name="expand">False</property>
  101. <property name="fill">True</property>
  102. <property name="position">2</property>
  103. </packing>
  104. </child>
  105. <child>
  106. <object class="GtkButton" id="ok">
  107. <property name="label">gtk-ok</property>
  108. <property name="can_focus">True</property>
  109. <property name="can_default">True</property>
  110. <property name="has_default">True</property>
  111. <property name="receives_default">True</property>
  112. <property name="no_show_all">True</property>
  113. <property name="use_stock">True</property>
  114. </object>
  115. <packing>
  116. <property name="expand">False</property>
  117. <property name="fill">True</property>
  118. <property name="position">3</property>
  119. </packing>
  120. </child>
  121. <child>
  122. <object class="GtkButton" id="help">
  123. <property name="label">gtk-help</property>
  124. <property name="visible">True</property>
  125. <property name="can_focus">True</property>
  126. <property name="receives_default">True</property>
  127. <property name="use_stock">True</property>
  128. </object>
  129. <packing>
  130. <property name="expand">False</property>
  131. <property name="fill">True</property>
  132. <property name="position">4</property>
  133. <property name="secondary">True</property>
  134. </packing>
  135. </child>
  136. </object>
  137. <packing>
  138. <property name="expand">False</property>
  139. <property name="fill">True</property>
  140. <property name="pack_type">end</property>
  141. <property name="position">0</property>
  142. </packing>
  143. </child>
  144. <child>
  145. <object class="GtkFrame" id="frame">
  146. <property name="visible">True</property>
  147. <property name="can_focus">False</property>
  148. <property name="label_xalign">0</property>
  149. <property name="shadow_type">none</property>
  150. <child>
  151. <object class="GtkAlignment" id="alignment1">
  152. <property name="visible">True</property>
  153. <property name="can_focus">False</property>
  154. <property name="top_padding">6</property>
  155. <property name="left_padding">12</property>
  156. <child>
  157. <!-- n-columns=1 n-rows=1 -->
  158. <object class="GtkGrid" id="grid101">
  159. <property name="visible">True</property>
  160. <property name="can_focus">False</property>
  161. <child>
  162. <!-- n-columns=1 n-rows=1 -->
  163. <object class="GtkGrid" id="grid1">
  164. <property name="visible">True</property>
  165. <property name="can_focus">False</property>
  166. <property name="hexpand">True</property>
  167. <property name="row_spacing">6</property>
  168. <property name="column_spacing">6</property>
  169. <child>
  170. <object class="GtkLabel" id="typeft">
  171. <property name="visible">True</property>
  172. <property name="can_focus">False</property>
  173. <property name="margin_right">6</property>
  174. <property name="label" translatable="yes" context="indexentry|typeft">Index</property>
  175. <property name="use_underline">True</property>
  176. <property name="mnemonic_widget">typecb</property>
  177. <property name="xalign">0</property>
  178. </object>
  179. <packing>
  180. <property name="left_attach">0</property>
  181. <property name="top_attach">0</property>
  182. </packing>
  183. </child>
  184. <child>
  185. <object class="GtkComboBoxText" id="typecb">
  186. <property name="visible">True</property>
  187. <property name="can_focus">False</property>
  188. <property name="hexpand">True</property>
  189. </object>
  190. <packing>
  191. <property name="left_attach">1</property>
  192. <property name="top_attach">0</property>
  193. </packing>
  194. </child>
  195. <child>
  196. <object class="GtkButton" id="new">
  197. <property name="visible">True</property>
  198. <property name="can_focus">True</property>
  199. <property name="receives_default">True</property>
  200. <property name="tooltip_text" translatable="yes" context="indexentry|new|tooltip_text">New User-defined Index</property>
  201. <property name="image">image1</property>
  202. <accessibility>
  203. <relation type="member-of" target="label1"/>
  204. </accessibility>
  205. </object>
  206. <packing>
  207. <property name="left_attach">2</property>
  208. <property name="top_attach">0</property>
  209. </packing>
  210. </child>
  211. <child>
  212. <object class="GtkLabel" id="label3">
  213. <property name="visible">True</property>
  214. <property name="can_focus">False</property>
  215. <property name="margin_right">6</property>
  216. <property name="label" translatable="yes" context="indexentry|label3">Entry</property>
  217. <property name="use_underline">True</property>
  218. <property name="mnemonic_widget">entryed</property>
  219. <property name="xalign">0</property>
  220. </object>
  221. <packing>
  222. <property name="left_attach">0</property>
  223. <property name="top_attach">1</property>
  224. </packing>
  225. </child>
  226. <child>
  227. <object class="GtkLabel" id="key1ft">
  228. <property name="visible">True</property>
  229. <property name="sensitive">False</property>
  230. <property name="can_focus">False</property>
  231. <property name="margin_right">6</property>
  232. <property name="label" translatable="yes" context="indexentry|key1ft">1st key</property>
  233. <property name="use_underline">True</property>
  234. <property name="mnemonic_widget">key1cb</property>
  235. <property name="xalign">0</property>
  236. </object>
  237. <packing>
  238. <property name="left_attach">0</property>
  239. <property name="top_attach">2</property>
  240. </packing>
  241. </child>
  242. <child>
  243. <object class="GtkLabel" id="key2ft">
  244. <property name="visible">True</property>
  245. <property name="sensitive">False</property>
  246. <property name="can_focus">False</property>
  247. <property name="margin_right">6</property>
  248. <property name="label" translatable="yes" context="indexentry|key2ft">2nd key</property>
  249. <property name="use_underline">True</property>
  250. <property name="mnemonic_widget">key2cb</property>
  251. <property name="xalign">0</property>
  252. </object>
  253. <packing>
  254. <property name="left_attach">0</property>
  255. <property name="top_attach">3</property>
  256. </packing>
  257. </child>
  258. <child>
  259. <object class="GtkLabel" id="levelft">
  260. <property name="visible">True</property>
  261. <property name="can_focus">False</property>
  262. <property name="margin_right">6</property>
  263. <property name="label" translatable="yes" context="indexentry|levelft">Level</property>
  264. <property name="use_underline">True</property>
  265. <property name="mnemonic_widget">levelnf</property>
  266. <property name="xalign">0</property>
  267. </object>
  268. <packing>
  269. <property name="left_attach">0</property>
  270. <property name="top_attach">4</property>
  271. </packing>
  272. </child>
  273. <child>
  274. <object class="GtkSpinButton" id="levelnf">
  275. <property name="visible">True</property>
  276. <property name="can_focus">True</property>
  277. <property name="halign">start</property>
  278. <property name="activates_default">True</property>
  279. <property name="truncate-multiline">True</property>
  280. <property name="adjustment">adjustment1</property>
  281. </object>
  282. <packing>
  283. <property name="left_attach">1</property>
  284. <property name="top_attach">4</property>
  285. <property name="width">2</property>
  286. </packing>
  287. </child>
  288. <child>
  289. <object class="GtkLabel" id="phonetic0ft">
  290. <property name="can_focus">False</property>
  291. <property name="no_show_all">True</property>
  292. <property name="margin_left">12</property>
  293. <property name="margin_right">6</property>
  294. <property name="label" translatable="yes" context="indexentry|phonetic0ft">Phonetic reading</property>
  295. <property name="use_underline">True</property>
  296. <property name="mnemonic_widget">phonetic0ed</property>
  297. <property name="xalign">0</property>
  298. </object>
  299. <packing>
  300. <property name="left_attach">3</property>
  301. <property name="top_attach">1</property>
  302. </packing>
  303. </child>
  304. <child>
  305. <object class="GtkLabel" id="phonetic1ft">
  306. <property name="can_focus">False</property>
  307. <property name="no_show_all">True</property>
  308. <property name="margin_left">12</property>
  309. <property name="margin_right">6</property>
  310. <property name="label" translatable="yes" context="indexentry|phonetic1ft">Phonetic reading</property>
  311. <property name="use_underline">True</property>
  312. <property name="mnemonic_widget">phonetic1ed</property>
  313. <property name="xalign">0</property>
  314. </object>
  315. <packing>
  316. <property name="left_attach">3</property>
  317. <property name="top_attach">2</property>
  318. </packing>
  319. </child>
  320. <child>
  321. <object class="GtkLabel" id="phonetic2ft">
  322. <property name="can_focus">False</property>
  323. <property name="no_show_all">True</property>
  324. <property name="margin_left">12</property>
  325. <property name="margin_right">6</property>
  326. <property name="label" translatable="yes" context="indexentry|phonetic2ft">Phonetic reading</property>
  327. <property name="use_underline">True</property>
  328. <property name="mnemonic_widget">phonetic2ed</property>
  329. <property name="xalign">0</property>
  330. </object>
  331. <packing>
  332. <property name="left_attach">3</property>
  333. <property name="top_attach">3</property>
  334. </packing>
  335. </child>
  336. <child>
  337. <object class="GtkEntry" id="phonetic0ed">
  338. <property name="can_focus">True</property>
  339. <property name="no_show_all">True</property>
  340. <property name="truncate-multiline">True</property>
  341. <property name="activates_default">True</property>
  342. </object>
  343. <packing>
  344. <property name="left_attach">4</property>
  345. <property name="top_attach">1</property>
  346. </packing>
  347. </child>
  348. <child>
  349. <object class="GtkEntry" id="phonetic1ed">
  350. <property name="can_focus">True</property>
  351. <property name="no_show_all">True</property>
  352. <property name="truncate-multiline">True</property>
  353. <property name="activates_default">True</property>
  354. </object>
  355. <packing>
  356. <property name="left_attach">4</property>
  357. <property name="top_attach">2</property>
  358. </packing>
  359. </child>
  360. <child>
  361. <object class="GtkEntry" id="phonetic2ed">
  362. <property name="can_focus">True</property>
  363. <property name="no_show_all">True</property>
  364. <property name="truncate-multiline">True</property>
  365. <property name="activates_default">True</property>
  366. </object>
  367. <packing>
  368. <property name="left_attach">4</property>
  369. <property name="top_attach">3</property>
  370. </packing>
  371. </child>
  372. <child>
  373. <object class="GtkComboBoxText" id="key1cb">
  374. <property name="visible">True</property>
  375. <property name="sensitive">False</property>
  376. <property name="can_focus">False</property>
  377. <property name="has_entry">True</property>
  378. <child internal-child="entry">
  379. <object class="GtkEntry" id="comboboxtext-entry">
  380. <property name="can_focus">True</property>
  381. <property name="truncate-multiline">True</property>
  382. <property name="activates_default">True</property>
  383. </object>
  384. </child>
  385. </object>
  386. <packing>
  387. <property name="left_attach">1</property>
  388. <property name="top_attach">2</property>
  389. <property name="width">2</property>
  390. </packing>
  391. </child>
  392. <child>
  393. <object class="GtkComboBoxText" id="key2cb">
  394. <property name="visible">True</property>
  395. <property name="sensitive">False</property>
  396. <property name="can_focus">False</property>
  397. <property name="has_entry">True</property>
  398. <child internal-child="entry">
  399. <object class="GtkEntry" id="comboboxtext-entry2">
  400. <property name="can_focus">True</property>
  401. <property name="truncate-multiline">True</property>
  402. <property name="activates_default">True</property>
  403. </object>
  404. </child>
  405. </object>
  406. <packing>
  407. <property name="left_attach">1</property>
  408. <property name="top_attach">3</property>
  409. <property name="width">2</property>
  410. </packing>
  411. </child>
  412. <child>
  413. <object class="GtkButton" id="sync">
  414. <property name="can_focus">True</property>
  415. <property name="receives_default">True</property>
  416. <property name="tooltip_text" translatable="yes" context="indexentry|sync|tooltip_text">Update entry from selection</property>
  417. <property name="image">image6</property>
  418. </object>
  419. <packing>
  420. <property name="left_attach">2</property>
  421. <property name="top_attach">1</property>
  422. </packing>
  423. </child>
  424. <child>
  425. <object class="GtkEntry" id="entryed">
  426. <property name="visible">True</property>
  427. <property name="can_focus">True</property>
  428. <property name="truncate-multiline">True</property>
  429. <property name="activates_default">True</property>
  430. </object>
  431. <packing>
  432. <property name="left_attach">1</property>
  433. <property name="top_attach">1</property>
  434. </packing>
  435. </child>
  436. <child>
  437. <placeholder/>
  438. </child>
  439. <child>
  440. <placeholder/>
  441. </child>
  442. <child>
  443. <placeholder/>
  444. </child>
  445. <child>
  446. <placeholder/>
  447. </child>
  448. </object>
  449. <packing>
  450. <property name="left_attach">0</property>
  451. <property name="top_attach">0</property>
  452. </packing>
  453. </child>
  454. <child>
  455. <!-- n-columns=1 n-rows=1 -->
  456. <object class="GtkGrid">
  457. <property name="visible">True</property>
  458. <property name="can_focus">False</property>
  459. <property name="hexpand">True</property>
  460. <property name="row_spacing">6</property>
  461. <property name="column_spacing">6</property>
  462. <child>
  463. <object class="GtkCheckButton" id="mainentrycb">
  464. <property name="label" translatable="yes" context="indexentry|mainentrycb">Main entry</property>
  465. <property name="visible">True</property>
  466. <property name="can_focus">True</property>
  467. <property name="receives_default">False</property>
  468. <property name="use_underline">True</property>
  469. <property name="xalign">0</property>
  470. <property name="draw_indicator">True</property>
  471. </object>
  472. <packing>
  473. <property name="left_attach">0</property>
  474. <property name="top_attach">0</property>
  475. </packing>
  476. </child>
  477. <child>
  478. <object class="GtkCheckButton" id="applytoallcb">
  479. <property name="label" translatable="yes" context="indexentry|applytoallcb">Apply to all similar texts</property>
  480. <property name="can_focus">True</property>
  481. <property name="receives_default">False</property>
  482. <property name="no_show_all">True</property>
  483. <property name="use_underline">True</property>
  484. <property name="xalign">0</property>
  485. <property name="draw_indicator">True</property>
  486. </object>
  487. <packing>
  488. <property name="left_attach">0</property>
  489. <property name="top_attach">1</property>
  490. </packing>
  491. </child>
  492. <child>
  493. <object class="GtkCheckButton" id="searchcasesensitivecb">
  494. <property name="label" translatable="yes" context="indexentry|searchcasesensitivecb">Match case</property>
  495. <property name="can_focus">True</property>
  496. <property name="receives_default">False</property>
  497. <property name="no_show_all">True</property>
  498. <property name="margin_left">12</property>
  499. <property name="use_underline">True</property>
  500. <property name="xalign">0</property>
  501. <property name="draw_indicator">True</property>
  502. </object>
  503. <packing>
  504. <property name="left_attach">0</property>
  505. <property name="top_attach">2</property>
  506. </packing>
  507. </child>
  508. <child>
  509. <object class="GtkCheckButton" id="searchcasewordonlycb">
  510. <property name="label" translatable="yes" context="indexentry|searchcasewordonlycb">Whole words only</property>
  511. <property name="can_focus">True</property>
  512. <property name="receives_default">False</property>
  513. <property name="no_show_all">True</property>
  514. <property name="margin_left">12</property>
  515. <property name="use_underline">True</property>
  516. <property name="xalign">0</property>
  517. <property name="draw_indicator">True</property>
  518. </object>
  519. <packing>
  520. <property name="left_attach">0</property>
  521. <property name="top_attach">3</property>
  522. </packing>
  523. </child>
  524. <child>
  525. <!-- n-columns=1 n-rows=1 -->
  526. <object class="GtkGrid" id="grid2">
  527. <property name="visible">True</property>
  528. <property name="can_focus">False</property>
  529. <property name="halign">end</property>
  530. <property name="valign">end</property>
  531. <property name="hexpand">True</property>
  532. <property name="vexpand">True</property>
  533. <property name="row_spacing">6</property>
  534. <property name="row_homogeneous">True</property>
  535. <property name="column_homogeneous">True</property>
  536. <child>
  537. <object class="GtkButton" id="previous">
  538. <property name="can_focus">True</property>
  539. <property name="receives_default">True</property>
  540. <property name="no_show_all">True</property>
  541. <property name="halign">center</property>
  542. <property name="valign">center</property>
  543. <property name="image">image2</property>
  544. <child internal-child="accessible">
  545. <object class="AtkObject" id="previous-atkobject">
  546. <property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|previous">Jumps to the previous index entry of the same type in the document.</property>
  547. </object>
  548. </child>
  549. </object>
  550. <packing>
  551. <property name="left_attach">0</property>
  552. <property name="top_attach">1</property>
  553. </packing>
  554. </child>
  555. <child>
  556. <object class="GtkButton" id="next">
  557. <property name="can_focus">True</property>
  558. <property name="receives_default">True</property>
  559. <property name="no_show_all">True</property>
  560. <property name="halign">center</property>
  561. <property name="valign">center</property>
  562. <property name="image">image3</property>
  563. <child internal-child="accessible">
  564. <object class="AtkObject" id="next-atkobject">
  565. <property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|next">Jumps to the next index entry of the same type in the document.</property>
  566. </object>
  567. </child>
  568. </object>
  569. <packing>
  570. <property name="left_attach">1</property>
  571. <property name="top_attach">1</property>
  572. </packing>
  573. </child>
  574. <child>
  575. <object class="GtkButton" id="first">
  576. <property name="can_focus">True</property>
  577. <property name="receives_default">True</property>
  578. <property name="no_show_all">True</property>
  579. <property name="halign">center</property>
  580. <property name="valign">center</property>
  581. <property name="image">image4</property>
  582. <child internal-child="accessible">
  583. <object class="AtkObject" id="first-atkobject">
  584. <property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|first">Jumps to the first index entry of the same type in the document.</property>
  585. </object>
  586. </child>
  587. </object>
  588. <packing>
  589. <property name="left_attach">0</property>
  590. <property name="top_attach">0</property>
  591. </packing>
  592. </child>
  593. <child>
  594. <object class="GtkButton" id="last">
  595. <property name="can_focus">True</property>
  596. <property name="receives_default">True</property>
  597. <property name="no_show_all">True</property>
  598. <property name="halign">center</property>
  599. <property name="valign">center</property>
  600. <property name="image">image5</property>
  601. <child internal-child="accessible">
  602. <object class="AtkObject" id="last-atkobject">
  603. <property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|last">Jumps to the last index entry of the same type in the document.</property>
  604. </object>
  605. </child>
  606. </object>
  607. <packing>
  608. <property name="left_attach">1</property>
  609. <property name="top_attach">0</property>
  610. </packing>
  611. </child>
  612. </object>
  613. <packing>
  614. <property name="left_attach">1</property>
  615. <property name="top_attach">0</property>
  616. <property name="height">4</property>
  617. </packing>
  618. </child>
  619. </object>
  620. <packing>
  621. <property name="left_attach">0</property>
  622. <property name="top_attach">1</property>
  623. </packing>
  624. </child>
  625. </object>
  626. </child>
  627. </object>
  628. </child>
  629. <child type="label">
  630. <object class="GtkLabel" id="label1">
  631. <property name="visible">True</property>
  632. <property name="can_focus">False</property>
  633. <property name="label" translatable="yes" context="indexentry|label1">Selection</property>
  634. <attributes>
  635. <attribute name="weight" value="bold"/>
  636. </attributes>
  637. </object>
  638. </child>
  639. </object>
  640. <packing>
  641. <property name="expand">True</property>
  642. <property name="fill">True</property>
  643. <property name="position">1</property>
  644. </packing>
  645. </child>
  646. </object>
  647. </child>
  648. <action-widgets>
  649. <action-widget response="-7">close</action-widget>
  650. <action-widget response="101">delete</action-widget>
  651. <action-widget response="102">insert</action-widget>
  652. <action-widget response="-5">ok</action-widget>
  653. <action-widget response="-11">help</action-widget>
  654. </action-widgets>
  655. <child type="titlebar">
  656. <placeholder/>
  657. </child>
  658. </object>
  659. </interface>