characterproperties.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="CharacterPropertiesDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="characterproperties|CharacterPropertiesDialog">Character</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>
  14. <placeholder/>
  15. </child>
  16. <child internal-child="vbox">
  17. <object class="GtkBox" id="dialog-vbox1">
  18. <property name="can_focus">False</property>
  19. <property name="orientation">vertical</property>
  20. <property name="spacing">12</property>
  21. <child internal-child="action_area">
  22. <object class="GtkButtonBox" id="dialog-action_area1">
  23. <property name="can_focus">False</property>
  24. <property name="layout_style">end</property>
  25. <child>
  26. <object class="GtkButton" id="reset">
  27. <property name="label">gtk-revert-to-saved</property>
  28. <property name="visible">True</property>
  29. <property name="can_focus">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">True</property>
  36. <property name="position">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="standard">
  41. <property name="label" translatable="no">_Standard</property>
  42. <property name="visible">False</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="no_show_all">True</property>
  46. <property name="use_underline">True</property>
  47. </object>
  48. <packing>
  49. <property name="expand">False</property>
  50. <property name="fill">True</property>
  51. <property name="position">1</property>
  52. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkButton" id="ok">
  56. <property name="label">gtk-ok</property>
  57. <property name="visible">True</property>
  58. <property name="can_focus">True</property>
  59. <property name="can_default">True</property>
  60. <property name="has_default">True</property>
  61. <property name="receives_default">True</property>
  62. <property name="use_stock">True</property>
  63. </object>
  64. <packing>
  65. <property name="expand">False</property>
  66. <property name="fill">True</property>
  67. <property name="position">2</property>
  68. </packing>
  69. </child>
  70. <child>
  71. <object class="GtkButton" id="cancel">
  72. <property name="label">gtk-cancel</property>
  73. <property name="visible">True</property>
  74. <property name="can_focus">True</property>
  75. <property name="receives_default">True</property>
  76. <property name="use_stock">True</property>
  77. </object>
  78. <packing>
  79. <property name="expand">False</property>
  80. <property name="fill">True</property>
  81. <property name="position">3</property>
  82. </packing>
  83. </child>
  84. <child>
  85. <object class="GtkButton" id="help">
  86. <property name="label">gtk-help</property>
  87. <property name="visible">True</property>
  88. <property name="can_focus">True</property>
  89. <property name="receives_default">True</property>
  90. <property name="use_stock">True</property>
  91. </object>
  92. <packing>
  93. <property name="expand">False</property>
  94. <property name="fill">True</property>
  95. <property name="position">4</property>
  96. <property name="secondary">True</property>
  97. </packing>
  98. </child>
  99. </object>
  100. <packing>
  101. <property name="expand">False</property>
  102. <property name="fill">True</property>
  103. <property name="pack_type">end</property>
  104. <property name="position">0</property>
  105. </packing>
  106. </child>
  107. <child>
  108. <object class="GtkNotebook" id="tabcontrol">
  109. <property name="visible">True</property>
  110. <property name="can_focus">True</property>
  111. <property name="hexpand">True</property>
  112. <property name="vexpand">True</property>
  113. <property name="scrollable">True</property>
  114. <property name="enable_popup">True</property>
  115. <child>
  116. <!-- n-columns=1 n-rows=1 -->
  117. <object class="GtkGrid">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <child>
  121. <placeholder/>
  122. </child>
  123. <child>
  124. <placeholder/>
  125. </child>
  126. <child>
  127. <placeholder/>
  128. </child>
  129. <child>
  130. <placeholder/>
  131. </child>
  132. <child>
  133. <placeholder/>
  134. </child>
  135. <child>
  136. <placeholder/>
  137. </child>
  138. <child>
  139. <placeholder/>
  140. </child>
  141. <child>
  142. <placeholder/>
  143. </child>
  144. <child>
  145. <placeholder/>
  146. </child>
  147. </object>
  148. </child>
  149. <child type="tab">
  150. <object class="GtkLabel" id="font">
  151. <property name="visible">True</property>
  152. <property name="can_focus">False</property>
  153. <property name="label" translatable="yes" context="characterproperties|font">Font</property>
  154. </object>
  155. <packing>
  156. <property name="tab_fill">False</property>
  157. </packing>
  158. </child>
  159. <child>
  160. <!-- n-columns=1 n-rows=1 -->
  161. <object class="GtkGrid">
  162. <property name="visible">True</property>
  163. <property name="can_focus">False</property>
  164. <child>
  165. <placeholder/>
  166. </child>
  167. <child>
  168. <placeholder/>
  169. </child>
  170. <child>
  171. <placeholder/>
  172. </child>
  173. <child>
  174. <placeholder/>
  175. </child>
  176. <child>
  177. <placeholder/>
  178. </child>
  179. <child>
  180. <placeholder/>
  181. </child>
  182. <child>
  183. <placeholder/>
  184. </child>
  185. <child>
  186. <placeholder/>
  187. </child>
  188. <child>
  189. <placeholder/>
  190. </child>
  191. </object>
  192. <packing>
  193. <property name="position">1</property>
  194. </packing>
  195. </child>
  196. <child type="tab">
  197. <object class="GtkLabel" id="fonteffects">
  198. <property name="visible">True</property>
  199. <property name="can_focus">False</property>
  200. <property name="label" translatable="yes" context="characterproperties|fonteffects">Font Effects</property>
  201. </object>
  202. <packing>
  203. <property name="position">1</property>
  204. <property name="tab_fill">False</property>
  205. </packing>
  206. </child>
  207. <child>
  208. <!-- n-columns=1 n-rows=1 -->
  209. <object class="GtkGrid">
  210. <property name="visible">True</property>
  211. <property name="can_focus">False</property>
  212. <child>
  213. <placeholder/>
  214. </child>
  215. <child>
  216. <placeholder/>
  217. </child>
  218. <child>
  219. <placeholder/>
  220. </child>
  221. <child>
  222. <placeholder/>
  223. </child>
  224. <child>
  225. <placeholder/>
  226. </child>
  227. <child>
  228. <placeholder/>
  229. </child>
  230. <child>
  231. <placeholder/>
  232. </child>
  233. <child>
  234. <placeholder/>
  235. </child>
  236. <child>
  237. <placeholder/>
  238. </child>
  239. </object>
  240. <packing>
  241. <property name="position">2</property>
  242. </packing>
  243. </child>
  244. <child type="tab">
  245. <object class="GtkLabel" id="position">
  246. <property name="visible">True</property>
  247. <property name="can_focus">False</property>
  248. <property name="label" translatable="yes" context="characterproperties|position">Position</property>
  249. </object>
  250. <packing>
  251. <property name="position">2</property>
  252. <property name="tab_fill">False</property>
  253. </packing>
  254. </child>
  255. <child>
  256. <!-- n-columns=1 n-rows=1 -->
  257. <object class="GtkGrid">
  258. <property name="visible">True</property>
  259. <property name="can_focus">False</property>
  260. <child>
  261. <placeholder/>
  262. </child>
  263. <child>
  264. <placeholder/>
  265. </child>
  266. <child>
  267. <placeholder/>
  268. </child>
  269. <child>
  270. <placeholder/>
  271. </child>
  272. <child>
  273. <placeholder/>
  274. </child>
  275. <child>
  276. <placeholder/>
  277. </child>
  278. <child>
  279. <placeholder/>
  280. </child>
  281. <child>
  282. <placeholder/>
  283. </child>
  284. <child>
  285. <placeholder/>
  286. </child>
  287. </object>
  288. <packing>
  289. <property name="position">3</property>
  290. </packing>
  291. </child>
  292. <child type="tab">
  293. <object class="GtkLabel" id="asianlayout">
  294. <property name="visible">True</property>
  295. <property name="can_focus">False</property>
  296. <property name="label" translatable="yes" context="characterproperties|asianlayout">Asian Layout</property>
  297. </object>
  298. <packing>
  299. <property name="position">3</property>
  300. <property name="tab_fill">False</property>
  301. </packing>
  302. </child>
  303. <child>
  304. <!-- n-columns=1 n-rows=1 -->
  305. <object class="GtkGrid">
  306. <property name="visible">True</property>
  307. <property name="can_focus">False</property>
  308. <child>
  309. <placeholder/>
  310. </child>
  311. <child>
  312. <placeholder/>
  313. </child>
  314. <child>
  315. <placeholder/>
  316. </child>
  317. <child>
  318. <placeholder/>
  319. </child>
  320. <child>
  321. <placeholder/>
  322. </child>
  323. <child>
  324. <placeholder/>
  325. </child>
  326. <child>
  327. <placeholder/>
  328. </child>
  329. <child>
  330. <placeholder/>
  331. </child>
  332. <child>
  333. <placeholder/>
  334. </child>
  335. </object>
  336. <packing>
  337. <property name="position">4</property>
  338. </packing>
  339. </child>
  340. <child type="tab">
  341. <object class="GtkLabel" id="hyperlink">
  342. <property name="visible">True</property>
  343. <property name="can_focus">False</property>
  344. <property name="label" translatable="yes" context="characterproperties|hyperlink">Hyperlink</property>
  345. </object>
  346. <packing>
  347. <property name="position">4</property>
  348. <property name="tab_fill">False</property>
  349. </packing>
  350. </child>
  351. <child>
  352. <!-- n-columns=1 n-rows=1 -->
  353. <object class="GtkGrid">
  354. <property name="visible">True</property>
  355. <property name="can_focus">False</property>
  356. <child>
  357. <placeholder/>
  358. </child>
  359. <child>
  360. <placeholder/>
  361. </child>
  362. <child>
  363. <placeholder/>
  364. </child>
  365. <child>
  366. <placeholder/>
  367. </child>
  368. <child>
  369. <placeholder/>
  370. </child>
  371. <child>
  372. <placeholder/>
  373. </child>
  374. <child>
  375. <placeholder/>
  376. </child>
  377. <child>
  378. <placeholder/>
  379. </child>
  380. <child>
  381. <placeholder/>
  382. </child>
  383. </object>
  384. <packing>
  385. <property name="position">5</property>
  386. </packing>
  387. </child>
  388. <child type="tab">
  389. <object class="GtkLabel" id="background">
  390. <property name="visible">True</property>
  391. <property name="can_focus">False</property>
  392. <property name="label" translatable="yes" context="characterproperties|background">Highlighting</property>
  393. </object>
  394. <packing>
  395. <property name="position">5</property>
  396. <property name="tab_fill">False</property>
  397. </packing>
  398. </child>
  399. <child>
  400. <!-- n-columns=1 n-rows=1 -->
  401. <object class="GtkGrid">
  402. <property name="visible">True</property>
  403. <property name="can_focus">False</property>
  404. <child>
  405. <placeholder/>
  406. </child>
  407. <child>
  408. <placeholder/>
  409. </child>
  410. <child>
  411. <placeholder/>
  412. </child>
  413. <child>
  414. <placeholder/>
  415. </child>
  416. <child>
  417. <placeholder/>
  418. </child>
  419. <child>
  420. <placeholder/>
  421. </child>
  422. <child>
  423. <placeholder/>
  424. </child>
  425. <child>
  426. <placeholder/>
  427. </child>
  428. <child>
  429. <placeholder/>
  430. </child>
  431. </object>
  432. <packing>
  433. <property name="position">6</property>
  434. </packing>
  435. </child>
  436. <child type="tab">
  437. <object class="GtkLabel" id="borders">
  438. <property name="visible">True</property>
  439. <property name="can_focus">False</property>
  440. <property name="label" translatable="yes" context="characterproperties|borders">Borders</property>
  441. </object>
  442. <packing>
  443. <property name="position">6</property>
  444. <property name="tab_fill">False</property>
  445. </packing>
  446. </child>
  447. </object>
  448. <packing>
  449. <property name="expand">False</property>
  450. <property name="fill">True</property>
  451. <property name="position">1</property>
  452. </packing>
  453. </child>
  454. </object>
  455. </child>
  456. <action-widgets>
  457. <action-widget response="101">reset</action-widget>
  458. <action-widget response="-5">ok</action-widget>
  459. <action-widget response="-6">cancel</action-widget>
  460. <action-widget response="-11">help</action-widget>
  461. </action-widgets>
  462. </object>
  463. </interface>