hangulhanjaeditdictdialog.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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="GtkDialog" id="HangulHanjaEditDictDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="hangulhanjaeditdictdialog|HangulHanjaEditDictDialog">Edit Custom Dictionary</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="close">
  25. <property name="label">gtk-close</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="has_default">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">False</property>
  36. <property name="position">1</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="help">
  41. <property name="label">gtk-help</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">False</property>
  50. <property name="position">2</property>
  51. <property name="secondary">True</property>
  52. </packing>
  53. </child>
  54. </object>
  55. <packing>
  56. <property name="expand">False</property>
  57. <property name="fill">True</property>
  58. <property name="pack_type">end</property>
  59. <property name="position">0</property>
  60. </packing>
  61. </child>
  62. <child>
  63. <object class="GtkBox" id="box1">
  64. <property name="visible">True</property>
  65. <property name="can_focus">False</property>
  66. <property name="margin_left">6</property>
  67. <property name="margin_right">6</property>
  68. <property name="margin_top">6</property>
  69. <property name="margin_bottom">6</property>
  70. <property name="orientation">vertical</property>
  71. <property name="spacing">12</property>
  72. <child>
  73. <object class="GtkFrame" id="frame3">
  74. <property name="visible">True</property>
  75. <property name="can_focus">False</property>
  76. <property name="label_xalign">0</property>
  77. <property name="shadow_type">none</property>
  78. <child>
  79. <object class="GtkAlignment" id="alignment3">
  80. <property name="visible">True</property>
  81. <property name="can_focus">False</property>
  82. <property name="top_padding">6</property>
  83. <property name="left_padding">12</property>
  84. <child>
  85. <object class="GtkBox" id="box2">
  86. <property name="visible">True</property>
  87. <property name="can_focus">False</property>
  88. <property name="spacing">12</property>
  89. <child>
  90. <object class="GtkComboBoxText" id="book">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <child internal-child="accessible">
  94. <object class="AtkObject" id="book-atkobject">
  95. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|book">Select the user-defined dictionary that you want to edit.</property>
  96. </object>
  97. </child>
  98. </object>
  99. <packing>
  100. <property name="expand">True</property>
  101. <property name="fill">True</property>
  102. <property name="position">0</property>
  103. </packing>
  104. </child>
  105. </object>
  106. </child>
  107. </object>
  108. </child>
  109. <child type="label">
  110. <object class="GtkLabel" id="label4">
  111. <property name="visible">True</property>
  112. <property name="can_focus">False</property>
  113. <property name="label" translatable="yes" context="hangulhanjaeditdictdialog|label4">Book</property>
  114. <property name="use_underline">True</property>
  115. <property name="mnemonic_widget">book</property>
  116. <property name="xalign">0</property>
  117. <attributes>
  118. <attribute name="weight" value="bold"/>
  119. </attributes>
  120. </object>
  121. </child>
  122. </object>
  123. <packing>
  124. <property name="expand">False</property>
  125. <property name="fill">True</property>
  126. <property name="position">0</property>
  127. </packing>
  128. </child>
  129. <child>
  130. <object class="GtkFrame" id="frame2">
  131. <property name="visible">True</property>
  132. <property name="can_focus">False</property>
  133. <property name="label_xalign">0</property>
  134. <property name="shadow_type">none</property>
  135. <child>
  136. <object class="GtkAlignment" id="alignment2">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="top_padding">6</property>
  140. <property name="left_padding">12</property>
  141. <child>
  142. <!-- n-columns=1 n-rows=1 -->
  143. <object class="GtkGrid" id="grid1">
  144. <property name="visible">True</property>
  145. <property name="can_focus">False</property>
  146. <property name="row_spacing">6</property>
  147. <property name="column_spacing">12</property>
  148. <child>
  149. <object class="GtkComboBoxText" id="original">
  150. <property name="visible">True</property>
  151. <property name="can_focus">False</property>
  152. <property name="valign">start</property>
  153. <property name="hexpand">True</property>
  154. <property name="has_entry">True</property>
  155. <child internal-child="entry">
  156. <object class="GtkEntry" id="combobox-entry">
  157. <property name="can_focus">True</property>
  158. <property name="activates_default">True</property>
  159. <property name="shadow_type">none</property>
  160. <property name="truncate-multiline">True</property>
  161. <property name="caps_lock_warning">False</property>
  162. </object>
  163. </child>
  164. <child internal-child="accessible">
  165. <object class="AtkObject" id="original-atkobject">
  166. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|original">Select the entry in the current dictionary that you want to edit. If you want, you can also type a new entry in this box.</property>
  167. </object>
  168. </child>
  169. </object>
  170. <packing>
  171. <property name="left_attach">0</property>
  172. <property name="top_attach">0</property>
  173. </packing>
  174. </child>
  175. <child>
  176. <object class="GtkButtonBox" id="buttonbox1">
  177. <property name="visible">True</property>
  178. <property name="can_focus">False</property>
  179. <property name="orientation">vertical</property>
  180. <property name="spacing">6</property>
  181. <property name="layout_style">start</property>
  182. <child>
  183. <object class="GtkButton" id="new">
  184. <property name="label">gtk-new</property>
  185. <property name="visible">True</property>
  186. <property name="can_focus">True</property>
  187. <property name="receives_default">True</property>
  188. <property name="use_underline">True</property>
  189. <property name="use_stock">True</property>
  190. <child internal-child="accessible">
  191. <object class="AtkObject" id="new-atkobject">
  192. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|new">Adds the current replacement definition to the dictionary.</property>
  193. </object>
  194. </child>
  195. </object>
  196. <packing>
  197. <property name="expand">False</property>
  198. <property name="fill">True</property>
  199. <property name="position">0</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkButton" id="delete">
  204. <property name="label">gtk-delete</property>
  205. <property name="visible">True</property>
  206. <property name="can_focus">True</property>
  207. <property name="receives_default">True</property>
  208. <property name="use_underline">True</property>
  209. <property name="use_stock">True</property>
  210. <child internal-child="accessible">
  211. <object class="AtkObject" id="delete-atkobject">
  212. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|delete">Deletes the selected entry.</property>
  213. </object>
  214. </child>
  215. </object>
  216. <packing>
  217. <property name="expand">False</property>
  218. <property name="fill">True</property>
  219. <property name="position">1</property>
  220. </packing>
  221. </child>
  222. </object>
  223. <packing>
  224. <property name="left_attach">1</property>
  225. <property name="top_attach">0</property>
  226. </packing>
  227. </child>
  228. </object>
  229. </child>
  230. </object>
  231. </child>
  232. <child type="label">
  233. <object class="GtkLabel" id="label2">
  234. <property name="visible">True</property>
  235. <property name="can_focus">False</property>
  236. <property name="label" translatable="yes" context="hangulhanjaeditdictdialog|label2">Original</property>
  237. <property name="use_underline">True</property>
  238. <property name="xalign">0</property>
  239. <attributes>
  240. <attribute name="weight" value="bold"/>
  241. </attributes>
  242. </object>
  243. </child>
  244. </object>
  245. <packing>
  246. <property name="expand">False</property>
  247. <property name="fill">True</property>
  248. <property name="position">2</property>
  249. </packing>
  250. </child>
  251. <child>
  252. <object class="GtkFrame" id="frame1">
  253. <property name="visible">True</property>
  254. <property name="can_focus">False</property>
  255. <property name="hexpand">True</property>
  256. <property name="label_xalign">0</property>
  257. <property name="shadow_type">none</property>
  258. <child>
  259. <object class="GtkAlignment" id="alignment1">
  260. <property name="visible">True</property>
  261. <property name="can_focus">False</property>
  262. <property name="top_padding">6</property>
  263. <property name="left_padding">12</property>
  264. <child>
  265. <object class="GtkScrolledWindow" id="scrollbar">
  266. <property name="visible">True</property>
  267. <property name="can_focus">True</property>
  268. <property name="valign">start</property>
  269. <property name="hscrollbar_policy">never</property>
  270. <property name="vscrollbar_policy">always</property>
  271. <property name="shadow_type">in</property>
  272. <child>
  273. <object class="GtkViewport">
  274. <property name="visible">True</property>
  275. <property name="can_focus">False</property>
  276. <child>
  277. <object class="GtkBox" id="box">
  278. <property name="visible">True</property>
  279. <property name="can_focus">False</property>
  280. <property name="hexpand">True</property>
  281. <property name="border_width">3</property>
  282. <property name="orientation">vertical</property>
  283. <property name="spacing">6</property>
  284. <child>
  285. <object class="GtkEntry" id="edit1">
  286. <property name="visible">True</property>
  287. <property name="can_focus">True</property>
  288. <property name="hexpand">True</property>
  289. <property name="activates_default">True</property>
  290. <property name="width_chars">40</property>
  291. <property name="truncate-multiline">True</property>
  292. <child internal-child="accessible">
  293. <object class="AtkObject" id="edit1-atkobject">
  294. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|edit1">Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters.</property>
  295. </object>
  296. </child>
  297. </object>
  298. <packing>
  299. <property name="expand">True</property>
  300. <property name="fill">True</property>
  301. <property name="position">0</property>
  302. </packing>
  303. </child>
  304. <child>
  305. <object class="GtkEntry" id="edit2">
  306. <property name="visible">True</property>
  307. <property name="can_focus">True</property>
  308. <property name="hexpand">True</property>
  309. <property name="activates_default">True</property>
  310. <property name="truncate-multiline">True</property>
  311. <child internal-child="accessible">
  312. <object class="AtkObject" id="edit2-atkobject">
  313. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|edit2">Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters.</property>
  314. </object>
  315. </child>
  316. </object>
  317. <packing>
  318. <property name="expand">True</property>
  319. <property name="fill">True</property>
  320. <property name="position">1</property>
  321. </packing>
  322. </child>
  323. <child>
  324. <object class="GtkEntry" id="edit3">
  325. <property name="visible">True</property>
  326. <property name="can_focus">True</property>
  327. <property name="hexpand">True</property>
  328. <property name="activates_default">True</property>
  329. <property name="truncate-multiline">True</property>
  330. <child internal-child="accessible">
  331. <object class="AtkObject" id="edit3-atkobject">
  332. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|edit3">Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters.</property>
  333. </object>
  334. </child>
  335. </object>
  336. <packing>
  337. <property name="expand">True</property>
  338. <property name="fill">True</property>
  339. <property name="position">2</property>
  340. </packing>
  341. </child>
  342. <child>
  343. <object class="GtkEntry" id="edit4">
  344. <property name="visible">True</property>
  345. <property name="can_focus">True</property>
  346. <property name="hexpand">True</property>
  347. <property name="activates_default">True</property>
  348. <property name="truncate-multiline">True</property>
  349. <child internal-child="accessible">
  350. <object class="AtkObject" id="edit4-atkobject">
  351. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaeditdictdialog|extended_tip|edit4">Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters.</property>
  352. </object>
  353. </child>
  354. </object>
  355. <packing>
  356. <property name="expand">True</property>
  357. <property name="fill">True</property>
  358. <property name="position">3</property>
  359. </packing>
  360. </child>
  361. </object>
  362. </child>
  363. </object>
  364. </child>
  365. </object>
  366. </child>
  367. </object>
  368. </child>
  369. <child type="label">
  370. <object class="GtkLabel" id="label3">
  371. <property name="visible">True</property>
  372. <property name="can_focus">False</property>
  373. <property name="label" translatable="yes" context="hangulhanjaeditdictdialog|label3">Suggestions</property>
  374. <property name="use_underline">True</property>
  375. <property name="ellipsize">end</property>
  376. <property name="xalign">0</property>
  377. <attributes>
  378. <attribute name="weight" value="bold"/>
  379. </attributes>
  380. </object>
  381. </child>
  382. </object>
  383. <packing>
  384. <property name="expand">False</property>
  385. <property name="fill">True</property>
  386. <property name="position">3</property>
  387. </packing>
  388. </child>
  389. </object>
  390. <packing>
  391. <property name="expand">False</property>
  392. <property name="fill">True</property>
  393. <property name="position">1</property>
  394. </packing>
  395. </child>
  396. </object>
  397. </child>
  398. <action-widgets>
  399. <action-widget response="-7">close</action-widget>
  400. <action-widget response="-11">help</action-widget>
  401. </action-widgets>
  402. <child type="titlebar">
  403. <placeholder/>
  404. </child>
  405. </object>
  406. </interface>