optviewpage.ui 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.38.1 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment2">
  6. <property name="lower">1</property>
  7. <property name="upper">10000</property>
  8. <property name="value">8</property>
  9. <property name="step-increment">1</property>
  10. <property name="page-increment">10</property>
  11. </object>
  12. <!-- n-columns=1 n-rows=1 -->
  13. <object class="GtkGrid" id="OptViewPage">
  14. <property name="visible">True</property>
  15. <property name="can-focus">False</property>
  16. <property name="halign">start</property>
  17. <property name="valign">start</property>
  18. <property name="border-width">6</property>
  19. <property name="column-spacing">24</property>
  20. <child>
  21. <!-- n-columns=1 n-rows=1 -->
  22. <object class="GtkGrid" id="grid2">
  23. <property name="visible">True</property>
  24. <property name="can-focus">False</property>
  25. <property name="hexpand">True</property>
  26. <property name="row-spacing">12</property>
  27. <child>
  28. <object class="GtkFrame" id="frame4">
  29. <property name="visible">True</property>
  30. <property name="can-focus">False</property>
  31. <property name="hexpand">True</property>
  32. <property name="label-xalign">0</property>
  33. <property name="shadow-type">none</property>
  34. <child>
  35. <object class="GtkAlignment" id="alignment4">
  36. <property name="visible">True</property>
  37. <property name="can-focus">False</property>
  38. <property name="hexpand">True</property>
  39. <property name="top-padding">6</property>
  40. <property name="left-padding">12</property>
  41. <child>
  42. <!-- n-columns=1 n-rows=1 -->
  43. <object class="GtkGrid" id="grid7">
  44. <property name="visible">True</property>
  45. <property name="can-focus">False</property>
  46. <property name="hexpand">True</property>
  47. <property name="row-spacing">3</property>
  48. <property name="column-spacing">6</property>
  49. <child>
  50. <object class="GtkLabel" id="label11">
  51. <property name="visible">True</property>
  52. <property name="can-focus">False</property>
  53. <property name="label" translatable="yes" context="optviewpage|label11">_Positioning:</property>
  54. <property name="use-underline">True</property>
  55. <property name="mnemonic-widget">mousepos</property>
  56. <property name="xalign">0</property>
  57. </object>
  58. <packing>
  59. <property name="left-attach">0</property>
  60. <property name="top-attach">0</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkLabel" id="label12">
  65. <property name="visible">True</property>
  66. <property name="can-focus">False</property>
  67. <property name="label" translatable="yes" context="optviewpage|label12">Middle _button:</property>
  68. <property name="use-underline">True</property>
  69. <property name="mnemonic-widget">mousemiddle</property>
  70. <property name="xalign">0</property>
  71. </object>
  72. <packing>
  73. <property name="left-attach">0</property>
  74. <property name="top-attach">1</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <object class="GtkComboBoxText" id="mousepos">
  79. <property name="visible">True</property>
  80. <property name="can-focus">False</property>
  81. <property name="hexpand">True</property>
  82. <items>
  83. <item translatable="yes" context="optviewpage|mousepos">Default button</item>
  84. <item translatable="yes" context="optviewpage|mousepos">Dialog center</item>
  85. <item translatable="yes" context="optviewpage|mousepos">No automatic positioning</item>
  86. </items>
  87. <child internal-child="accessible">
  88. <object class="AtkObject" id="mousepos-atkobject">
  89. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | mousepos">Specifies if and how the mouse pointer will be positioned in newly opened dialogs.</property>
  90. </object>
  91. </child>
  92. </object>
  93. <packing>
  94. <property name="left-attach">1</property>
  95. <property name="top-attach">0</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <object class="GtkComboBoxText" id="mousemiddle">
  100. <property name="visible">True</property>
  101. <property name="can-focus">False</property>
  102. <property name="hexpand">True</property>
  103. <items>
  104. <item translatable="yes" context="optviewpage|mousemiddle">No function</item>
  105. <item translatable="yes" context="optviewpage|mousemiddle">Automatic scrolling</item>
  106. <item translatable="yes" context="optviewpage|mousemiddle">Paste clipboard</item>
  107. </items>
  108. <child internal-child="accessible">
  109. <object class="AtkObject" id="mousemiddle-atkobject">
  110. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | mousemiddle">Defines the function of the middle mouse button.</property>
  111. </object>
  112. </child>
  113. </object>
  114. <packing>
  115. <property name="left-attach">1</property>
  116. <property name="top-attach">1</property>
  117. </packing>
  118. </child>
  119. </object>
  120. </child>
  121. </object>
  122. </child>
  123. <child type="label">
  124. <object class="GtkLabel" id="label4">
  125. <property name="visible">True</property>
  126. <property name="can-focus">False</property>
  127. <property name="label" translatable="yes" context="optviewpage|label4">Mouse</property>
  128. <attributes>
  129. <attribute name="weight" value="bold"/>
  130. </attributes>
  131. </object>
  132. </child>
  133. </object>
  134. <packing>
  135. <property name="left-attach">0</property>
  136. <property name="top-attach">3</property>
  137. </packing>
  138. </child>
  139. <child>
  140. <object class="GtkFrame" id="frame3">
  141. <property name="visible">True</property>
  142. <property name="can-focus">False</property>
  143. <property name="label-xalign">0</property>
  144. <property name="shadow-type">none</property>
  145. <child>
  146. <object class="GtkAlignment" id="alignment3">
  147. <property name="visible">True</property>
  148. <property name="can-focus">False</property>
  149. <property name="top-padding">6</property>
  150. <property name="left-padding">12</property>
  151. <child>
  152. <!-- n-columns=1 n-rows=1 -->
  153. <object class="GtkGrid" id="grid8">
  154. <property name="visible">True</property>
  155. <property name="can-focus">False</property>
  156. <property name="row-spacing">3</property>
  157. <child>
  158. <!-- n-columns=1 n-rows=1 -->
  159. <object class="GtkGrid" id="menuiconsbox">
  160. <property name="visible">True</property>
  161. <property name="can-focus">False</property>
  162. <property name="column-spacing">6</property>
  163. <property name="hexpand">True</property>
  164. <child>
  165. <object class="GtkLabel" id="label13">
  166. <property name="visible">True</property>
  167. <property name="can-focus">False</property>
  168. <property name="label" translatable="yes" context="optviewpage|label13">Menu icons:</property>
  169. <property name="use-underline">True</property>
  170. <property name="mnemonic-widget">menuicons</property>
  171. <property name="xalign">0</property>
  172. </object>
  173. <packing>
  174. <property name="left-attach">0</property>
  175. <property name="top-attach">0</property>
  176. </packing>
  177. </child>
  178. <child>
  179. <object class="GtkComboBoxText" id="menuicons">
  180. <property name="visible">True</property>
  181. <property name="can-focus">False</property>
  182. <property name="hexpand">True</property>
  183. <items>
  184. <item translatable="yes" context="optviewpage|menuicons">Automatic</item>
  185. <item translatable="yes" context="optviewpage|menuicons">Hide</item>
  186. <item translatable="yes" context="optviewpage|menuicons">Show</item>
  187. </items>
  188. <child internal-child="accessible">
  189. <object class="AtkObject" id="menuicons-atkobject">
  190. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | menuicons">Displays icons next to the corresponding menu items. Select from "Automatic", "Hide" and "Show". "Automatic" displays icons according to system settings and themes.</property>
  191. </object>
  192. </child>
  193. </object>
  194. <packing>
  195. <property name="left-attach">1</property>
  196. <property name="top-attach">0</property>
  197. </packing>
  198. </child>
  199. </object>
  200. <packing>
  201. <property name="left-attach">0</property>
  202. <property name="top-attach">0</property>
  203. </packing>
  204. </child>
  205. <child>
  206. <!-- n-columns=1 n-rows=1 -->
  207. <object class="GtkGrid" id="menushortcutsbpx">
  208. <property name="visible">True</property>
  209. <property name="can-focus">False</property>
  210. <property name="column-spacing">6</property>
  211. <property name="hexpand">True</property>
  212. <child>
  213. <object class="GtkComboBoxText" id="contextmenushortcuts">
  214. <property name="visible">True</property>
  215. <property name="can-focus">False</property>
  216. <property name="hexpand">True</property>
  217. <items>
  218. <item translatable="yes" context="optviewpage|contextmenushortcuts">Automatic</item>
  219. <item translatable="yes" context="optviewpage|contextmenushortcuts">Hide</item>
  220. <item translatable="yes" context="optviewpage|contextmenushortcuts">Show</item>
  221. </items>
  222. </object>
  223. <packing>
  224. <property name="left-attach">1</property>
  225. <property name="top-attach">0</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <object class="GtkLabel" id="label10">
  230. <property name="visible">True</property>
  231. <property name="can-focus">False</property>
  232. <property name="label" translatable="yes" context="optviewpage|label10">Shortcuts:</property>
  233. <property name="use-underline">True</property>
  234. <property name="mnemonic-widget">contextmenushortcuts</property>
  235. <property name="xalign">0</property>
  236. </object>
  237. <packing>
  238. <property name="left-attach">0</property>
  239. <property name="top-attach">0</property>
  240. </packing>
  241. </child>
  242. </object>
  243. <packing>
  244. <property name="left-attach">0</property>
  245. <property name="top-attach">1</property>
  246. </packing>
  247. </child>
  248. </object>
  249. </child>
  250. </object>
  251. </child>
  252. <child type="label">
  253. <object class="GtkLabel" id="label3">
  254. <property name="visible">True</property>
  255. <property name="can-focus">False</property>
  256. <property name="label" translatable="yes" context="optviewpage|label3">Visibility</property>
  257. <attributes>
  258. <attribute name="weight" value="bold"/>
  259. </attributes>
  260. </object>
  261. </child>
  262. </object>
  263. <packing>
  264. <property name="left-attach">0</property>
  265. <property name="top-attach">2</property>
  266. </packing>
  267. </child>
  268. <child>
  269. <object class="GtkFrame" id="frame6">
  270. <property name="visible">True</property>
  271. <property name="can-focus">False</property>
  272. <property name="hexpand">True</property>
  273. <property name="label-xalign">0</property>
  274. <property name="shadow-type">none</property>
  275. <child>
  276. <object class="GtkAlignment" id="alignment6">
  277. <property name="visible">True</property>
  278. <property name="can-focus">False</property>
  279. <property name="hexpand">True</property>
  280. <property name="top-padding">6</property>
  281. <property name="left-padding">12</property>
  282. <child>
  283. <!-- n-columns=1 n-rows=1 -->
  284. <object class="GtkGrid" id="refgrid1">
  285. <property name="visible">True</property>
  286. <property name="can-focus">False</property>
  287. <property name="hexpand">True</property>
  288. <property name="row-spacing">3</property>
  289. <property name="column-spacing">6</property>
  290. <child>
  291. <object class="GtkComboBoxText" id="notebookbariconsize">
  292. <property name="visible">True</property>
  293. <property name="can-focus">False</property>
  294. <property name="hexpand">True</property>
  295. <items>
  296. <item translatable="yes" context="optviewpage|notebookbariconsize">Automatic</item>
  297. <item translatable="yes" context="optviewpage|notebookbariconsize">Small</item>
  298. <item translatable="yes" context="optviewpage|notebookbariconsize">Large</item>
  299. </items>
  300. <child internal-child="accessible">
  301. <object class="AtkObject" id="notebookbariconsize-atkobject">
  302. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | notebookbariconsize">Specifies the display size of notebook bar icons.</property>
  303. </object>
  304. </child>
  305. </object>
  306. <packing>
  307. <property name="left-attach">1</property>
  308. <property name="top-attach">1</property>
  309. </packing>
  310. </child>
  311. <child>
  312. <object class="GtkLabel" id="label8">
  313. <property name="visible">True</property>
  314. <property name="can-focus">False</property>
  315. <property name="label" translatable="yes" context="optviewpage|label7">_Notebookbar:</property>
  316. <property name="use-underline">True</property>
  317. <property name="mnemonic-widget">notebookbariconsize</property>
  318. <property name="xalign">0</property>
  319. </object>
  320. <packing>
  321. <property name="left-attach">0</property>
  322. <property name="top-attach">1</property>
  323. </packing>
  324. </child>
  325. <child>
  326. <object class="GtkComboBoxText" id="sidebariconsize">
  327. <property name="visible">True</property>
  328. <property name="can-focus">False</property>
  329. <property name="hexpand">True</property>
  330. <items>
  331. <item translatable="yes" context="optviewpage|sidebariconsize">Automatic</item>
  332. <item translatable="yes" context="optviewpage|sidebariconsize">Small</item>
  333. <item translatable="yes" context="optviewpage|sidebariconsize">Large</item>
  334. </items>
  335. <child internal-child="accessible">
  336. <object class="AtkObject" id="sidebariconsize-atkobject">
  337. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | sidebariconsize">Specifies the display size of sidebar icons.</property>
  338. </object>
  339. </child>
  340. </object>
  341. <packing>
  342. <property name="left-attach">1</property>
  343. <property name="top-attach">2</property>
  344. </packing>
  345. </child>
  346. <child>
  347. <object class="GtkLabel" id="label9">
  348. <property name="visible">True</property>
  349. <property name="can-focus">False</property>
  350. <property name="label" translatable="yes" context="optviewpage|label9">Sidebar:</property>
  351. <property name="use-underline">True</property>
  352. <property name="mnemonic-widget">sidebariconsize</property>
  353. <property name="xalign">0</property>
  354. </object>
  355. <packing>
  356. <property name="left-attach">0</property>
  357. <property name="top-attach">2</property>
  358. </packing>
  359. </child>
  360. <child>
  361. <object class="GtkComboBoxText" id="iconsize">
  362. <property name="visible">True</property>
  363. <property name="can-focus">False</property>
  364. <property name="hexpand">True</property>
  365. <items>
  366. <item translatable="yes" context="optviewpage|iconsize">Automatic</item>
  367. <item translatable="yes" context="optviewpage|iconsize">Small</item>
  368. <item translatable="yes" context="optviewpage|iconsize">Large</item>
  369. <item translatable="yes" context="optviewpage|iconsize">Extra Large</item>
  370. </items>
  371. <child internal-child="accessible">
  372. <object class="AtkObject" id="iconsize-atkobject">
  373. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | iconsize">Specifies the display size of toolbar icons.</property>
  374. </object>
  375. </child>
  376. </object>
  377. <packing>
  378. <property name="left-attach">1</property>
  379. <property name="top-attach">0</property>
  380. </packing>
  381. </child>
  382. <child>
  383. <object class="GtkLabel" id="label14">
  384. <property name="visible">True</property>
  385. <property name="can-focus">False</property>
  386. <property name="label" translatable="yes" context="optviewpage|label8">Toolbar:</property>
  387. <property name="use-underline">True</property>
  388. <property name="mnemonic-widget">iconsize</property>
  389. <property name="xalign">0</property>
  390. </object>
  391. <packing>
  392. <property name="left-attach">0</property>
  393. <property name="top-attach">0</property>
  394. </packing>
  395. </child>
  396. </object>
  397. </child>
  398. </object>
  399. </child>
  400. <child type="label">
  401. <object class="GtkLabel" id="label15">
  402. <property name="visible">True</property>
  403. <property name="can-focus">False</property>
  404. <property name="label" translatable="yes" context="optviewpage|label1">Icon Size</property>
  405. <attributes>
  406. <attribute name="weight" value="bold"/>
  407. </attributes>
  408. </object>
  409. </child>
  410. </object>
  411. <packing>
  412. <property name="left-attach">0</property>
  413. <property name="top-attach">1</property>
  414. </packing>
  415. </child>
  416. <child>
  417. <object class="GtkFrame" id="frame1">
  418. <property name="visible">True</property>
  419. <property name="can-focus">False</property>
  420. <property name="hexpand">True</property>
  421. <property name="label-xalign">0</property>
  422. <property name="shadow-type">none</property>
  423. <child>
  424. <object class="GtkAlignment" id="alignment1">
  425. <property name="visible">True</property>
  426. <property name="can-focus">False</property>
  427. <property name="hexpand">True</property>
  428. <property name="top-padding">6</property>
  429. <property name="left-padding">12</property>
  430. <child>
  431. <!-- n-columns=1 n-rows=1 -->
  432. <object class="GtkGrid" id="refgrid">
  433. <property name="visible">True</property>
  434. <property name="can-focus">False</property>
  435. <property name="hexpand">True</property>
  436. <property name="column-spacing">6</property>
  437. <child>
  438. <object class="GtkComboBoxText" id="iconstyle">
  439. <property name="visible">True</property>
  440. <property name="can-focus">False</property>
  441. <property name="hexpand">True</property>
  442. <items>
  443. <item translatable="yes" context="optviewpage|iconstyle">Automatic</item>
  444. <item translatable="yes" context="optviewpage|iconstyle">Galaxy</item>
  445. <item translatable="yes" context="optviewpage|iconstyle">High Contrast</item>
  446. <item translatable="yes" context="optviewpage|iconstyle">Oxygen</item>
  447. <item translatable="yes" context="optviewpage|iconstyle">Classic</item>
  448. <item translatable="yes" context="optviewpage|iconstyle">Sifr</item>
  449. <item translatable="yes" context="optviewpage|iconstyle">Breeze</item>
  450. </items>
  451. <child internal-child="accessible">
  452. <object class="AtkObject" id="iconstyle-atkobject">
  453. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | iconstyle">Specifies the icon style for icons in toolbars and dialogs.</property>
  454. </object>
  455. </child>
  456. </object>
  457. <packing>
  458. <property name="left-attach">1</property>
  459. <property name="top-attach">0</property>
  460. </packing>
  461. </child>
  462. <child>
  463. <object class="GtkLabel" id="label6">
  464. <property name="visible">True</property>
  465. <property name="can-focus">False</property>
  466. <property name="label" translatable="yes" context="optviewpage|label6">Icon s_tyle:</property>
  467. <property name="use-underline">True</property>
  468. <property name="mnemonic-widget">iconstyle</property>
  469. <property name="xalign">0</property>
  470. </object>
  471. <packing>
  472. <property name="left-attach">0</property>
  473. <property name="top-attach">0</property>
  474. </packing>
  475. </child>
  476. <child>
  477. <object class="GtkButton" id="btnMoreIcons">
  478. <property name="visible">True</property>
  479. <property name="can-focus">True</property>
  480. <property name="receives-default">True</property>
  481. <property name="tooltip-text" translatable="yes" context="optviewpage|btnMoreIcons">Add more icon themes via extension</property>
  482. <child>
  483. <placeholder/>
  484. </child>
  485. </object>
  486. <packing>
  487. <property name="left-attach">2</property>
  488. <property name="top-attach">0</property>
  489. </packing>
  490. </child>
  491. </object>
  492. </child>
  493. </object>
  494. </child>
  495. <child type="label">
  496. <object class="GtkLabel" id="label1">
  497. <property name="visible">True</property>
  498. <property name="can-focus">False</property>
  499. <property name="label" translatable="yes" context="optviewpage|label1">Icon Style</property>
  500. <attributes>
  501. <attribute name="weight" value="bold"/>
  502. </attributes>
  503. </object>
  504. </child>
  505. </object>
  506. <packing>
  507. <property name="left-attach">0</property>
  508. <property name="top-attach">0</property>
  509. </packing>
  510. </child>
  511. </object>
  512. <packing>
  513. <property name="left-attach">0</property>
  514. <property name="top-attach">0</property>
  515. </packing>
  516. </child>
  517. <child>
  518. <!-- n-columns=1 n-rows=1 -->
  519. <object class="GtkGrid" id="grid1">
  520. <property name="visible">True</property>
  521. <property name="can-focus">False</property>
  522. <property name="row-spacing">12</property>
  523. <child>
  524. <object class="GtkFrame" id="frame2">
  525. <property name="visible">True</property>
  526. <property name="can-focus">False</property>
  527. <property name="label-xalign">0</property>
  528. <property name="shadow-type">none</property>
  529. <child>
  530. <object class="GtkAlignment" id="alignment2">
  531. <property name="visible">True</property>
  532. <property name="can-focus">False</property>
  533. <property name="top-padding">6</property>
  534. <property name="left-padding">12</property>
  535. <child>
  536. <!-- n-columns=1 n-rows=1 -->
  537. <object class="GtkGrid" id="grid3">
  538. <property name="visible">True</property>
  539. <property name="can-focus">False</property>
  540. <property name="tooltip-text" translatable="yes" context="optviewpage|grid3|tooltip_text">Requires restart</property>
  541. <property name="row-spacing">3</property>
  542. <child>
  543. <object class="GtkCheckButton" id="useaccel">
  544. <property name="label" translatable="yes" context="optviewpage|useaccel">Use hard_ware acceleration</property>
  545. <property name="visible">True</property>
  546. <property name="can-focus">True</property>
  547. <property name="receives-default">False</property>
  548. <property name="halign">start</property>
  549. <property name="use-underline">True</property>
  550. <property name="draw-indicator">True</property>
  551. <child internal-child="accessible">
  552. <object class="AtkObject" id="useaccel-atkobject">
  553. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | useaccel">Directly accesses hardware features of the graphical display adapter to improve the screen display.</property>
  554. </object>
  555. </child>
  556. </object>
  557. <packing>
  558. <property name="left-attach">0</property>
  559. <property name="top-attach">0</property>
  560. </packing>
  561. </child>
  562. <child>
  563. <object class="GtkCheckButton" id="useaa">
  564. <property name="label" translatable="yes" context="optviewpage|useaa">Use anti-a_liasing</property>
  565. <property name="visible">True</property>
  566. <property name="can-focus">True</property>
  567. <property name="receives-default">False</property>
  568. <property name="halign">start</property>
  569. <property name="use-underline">True</property>
  570. <property name="draw-indicator">True</property>
  571. <child internal-child="accessible">
  572. <object class="AtkObject" id="useaa-atkobject">
  573. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | useaa">When supported, you can enable and disable anti-aliasing of graphics. With anti-aliasing enabled, the display of most graphical objects looks smoother and with less artifacts.</property>
  574. </object>
  575. </child>
  576. </object>
  577. <packing>
  578. <property name="left-attach">0</property>
  579. <property name="top-attach">1</property>
  580. </packing>
  581. </child>
  582. <child>
  583. <object class="GtkCheckButton" id="useskia">
  584. <property name="label" translatable="yes" context="optviewpage|useskia">Use Skia for all rendering</property>
  585. <property name="visible">True</property>
  586. <property name="can-focus">True</property>
  587. <property name="receives-default">False</property>
  588. <property name="use-underline">True</property>
  589. <property name="xalign">0</property>
  590. <property name="draw-indicator">True</property>
  591. </object>
  592. <packing>
  593. <property name="left-attach">0</property>
  594. <property name="top-attach">2</property>
  595. </packing>
  596. </child>
  597. <child>
  598. <object class="GtkCheckButton" id="forceskiaraster">
  599. <property name="label" translatable="yes" context="optviewpage|forceskiaraster">Force Skia software rendering</property>
  600. <property name="visible">True</property>
  601. <property name="can-focus">True</property>
  602. <property name="receives-default">False</property>
  603. <property name="tooltip-text" translatable="yes" context="optviewpage|forceskia|tooltip_text">Requires restart. Enabling this will prevent the use of graphics drivers.</property>
  604. <property name="margin-left">12</property>
  605. <property name="use-underline">True</property>
  606. <property name="xalign">0</property>
  607. <property name="draw-indicator">True</property>
  608. </object>
  609. <packing>
  610. <property name="left-attach">0</property>
  611. <property name="top-attach">3</property>
  612. </packing>
  613. </child>
  614. <child>
  615. <object class="GtkLabel" id="skiaenabled">
  616. <property name="can-focus">False</property>
  617. <property name="margin-left">12</property>
  618. <property name="label" translatable="yes" context="optviewpage|skiaenabled">Skia is currently enabled.</property>
  619. <property name="xalign">0</property>
  620. </object>
  621. <packing>
  622. <property name="left-attach">0</property>
  623. <property name="top-attach">4</property>
  624. </packing>
  625. </child>
  626. <child>
  627. <object class="GtkLabel" id="skiadisabled">
  628. <property name="can-focus">False</property>
  629. <property name="margin-left">12</property>
  630. <property name="label" translatable="yes" context="optviewpage|skiadisabled">Skia is currently disabled.</property>
  631. <property name="xalign">0</property>
  632. </object>
  633. <packing>
  634. <property name="left-attach">0</property>
  635. <property name="top-attach">5</property>
  636. </packing>
  637. </child>
  638. <child>
  639. <placeholder/>
  640. </child>
  641. <child>
  642. <placeholder/>
  643. </child>
  644. <child>
  645. <placeholder/>
  646. </child>
  647. <child>
  648. <placeholder/>
  649. </child>
  650. <child>
  651. <placeholder/>
  652. </child>
  653. <child>
  654. <placeholder/>
  655. </child>
  656. <child>
  657. <placeholder/>
  658. </child>
  659. <child>
  660. <placeholder/>
  661. </child>
  662. <child>
  663. <placeholder/>
  664. </child>
  665. <child>
  666. <placeholder/>
  667. </child>
  668. <child>
  669. <placeholder/>
  670. </child>
  671. <child>
  672. <placeholder/>
  673. </child>
  674. <child>
  675. <placeholder/>
  676. </child>
  677. <child>
  678. <placeholder/>
  679. </child>
  680. </object>
  681. </child>
  682. </object>
  683. </child>
  684. <child type="label">
  685. <object class="GtkLabel" id="label2">
  686. <property name="visible">True</property>
  687. <property name="can-focus">False</property>
  688. <property name="label" translatable="yes" context="optviewpage|label2">Graphics Output</property>
  689. <attributes>
  690. <attribute name="weight" value="bold"/>
  691. </attributes>
  692. </object>
  693. </child>
  694. </object>
  695. <packing>
  696. <property name="left-attach">0</property>
  697. <property name="top-attach">0</property>
  698. </packing>
  699. </child>
  700. <child>
  701. <object class="GtkFrame" id="frame5">
  702. <property name="visible">True</property>
  703. <property name="can-focus">False</property>
  704. <property name="label-xalign">0</property>
  705. <property name="shadow-type">none</property>
  706. <child>
  707. <object class="GtkAlignment" id="alignment5">
  708. <property name="visible">True</property>
  709. <property name="can-focus">False</property>
  710. <property name="top-padding">6</property>
  711. <property name="left-padding">12</property>
  712. <child>
  713. <!-- n-columns=1 n-rows=1 -->
  714. <object class="GtkGrid" id="grid9">
  715. <property name="visible">True</property>
  716. <property name="can-focus">False</property>
  717. <property name="row-spacing">3</property>
  718. <child>
  719. <object class="GtkCheckButton" id="showfontpreview">
  720. <property name="label" translatable="yes" context="optviewpage|showfontpreview">Show p_review of fonts</property>
  721. <property name="visible">True</property>
  722. <property name="can-focus">True</property>
  723. <property name="receives-default">False</property>
  724. <property name="halign">start</property>
  725. <property name="use-underline">True</property>
  726. <property name="draw-indicator">True</property>
  727. <child internal-child="accessible">
  728. <object class="AtkObject" id="showfontpreview-atkobject">
  729. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | showfontpreview">Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the Formatting bar.</property>
  730. </object>
  731. </child>
  732. </object>
  733. <packing>
  734. <property name="left-attach">0</property>
  735. <property name="top-attach">0</property>
  736. </packing>
  737. </child>
  738. <child>
  739. <object class="GtkCheckButton" id="aafont">
  740. <property name="label" translatable="yes" context="optviewpage|aafont">Screen font antialiasin_g</property>
  741. <property name="visible">True</property>
  742. <property name="can-focus">True</property>
  743. <property name="receives-default">False</property>
  744. <property name="halign">start</property>
  745. <property name="use-underline">True</property>
  746. <property name="draw-indicator">True</property>
  747. <child internal-child="accessible">
  748. <object class="AtkObject" id="aafont-atkobject">
  749. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | aafont">Select to smooth the screen appearance of text.</property>
  750. </object>
  751. </child>
  752. </object>
  753. <packing>
  754. <property name="left-attach">0</property>
  755. <property name="top-attach">1</property>
  756. </packing>
  757. </child>
  758. <child>
  759. <!-- n-columns=1 n-rows=1 -->
  760. <object class="GtkGrid">
  761. <property name="visible">True</property>
  762. <property name="can-focus">False</property>
  763. <property name="margin-left">18</property>
  764. <property name="column-spacing">6</property>
  765. <child>
  766. <object class="GtkLabel" id="aafrom">
  767. <property name="visible">True</property>
  768. <property name="can-focus">False</property>
  769. <property name="halign">start</property>
  770. <property name="label" translatable="yes" context="optviewpage|aafrom">fro_m:</property>
  771. <property name="use-underline">True</property>
  772. <property name="mnemonic-widget">aanf</property>
  773. </object>
  774. <packing>
  775. <property name="left-attach">0</property>
  776. <property name="top-attach">0</property>
  777. </packing>
  778. </child>
  779. <child>
  780. <object class="GtkSpinButton" id="aanf">
  781. <property name="visible">True</property>
  782. <property name="can-focus">True</property>
  783. <property name="activates-default">True</property>
  784. <property name="adjustment">adjustment2</property>
  785. <property name="truncate-multiline">True</property>
  786. <child internal-child="accessible">
  787. <object class="AtkObject" id="aanf-atkobject">
  788. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | aanf">Enter the smallest font size to apply antialiasing.</property>
  789. </object>
  790. </child>
  791. </object>
  792. <packing>
  793. <property name="left-attach">1</property>
  794. <property name="top-attach">0</property>
  795. </packing>
  796. </child>
  797. <child>
  798. <placeholder/>
  799. </child>
  800. <child>
  801. <placeholder/>
  802. </child>
  803. <child>
  804. <placeholder/>
  805. </child>
  806. <child>
  807. <placeholder/>
  808. </child>
  809. <child>
  810. <placeholder/>
  811. </child>
  812. <child>
  813. <placeholder/>
  814. </child>
  815. <child>
  816. <placeholder/>
  817. </child>
  818. </object>
  819. <packing>
  820. <property name="left-attach">0</property>
  821. <property name="top-attach">2</property>
  822. </packing>
  823. </child>
  824. <child>
  825. <placeholder/>
  826. </child>
  827. <child>
  828. <placeholder/>
  829. </child>
  830. <child>
  831. <placeholder/>
  832. </child>
  833. <child>
  834. <placeholder/>
  835. </child>
  836. <child>
  837. <placeholder/>
  838. </child>
  839. <child>
  840. <placeholder/>
  841. </child>
  842. </object>
  843. </child>
  844. </object>
  845. </child>
  846. <child type="label">
  847. <object class="GtkLabel" id="label5">
  848. <property name="visible">True</property>
  849. <property name="can-focus">False</property>
  850. <property name="label" translatable="yes" context="optviewpage|label5">Font Lists</property>
  851. <attributes>
  852. <attribute name="weight" value="bold"/>
  853. </attributes>
  854. </object>
  855. </child>
  856. </object>
  857. <packing>
  858. <property name="left-attach">0</property>
  859. <property name="top-attach">1</property>
  860. </packing>
  861. </child>
  862. </object>
  863. <packing>
  864. <property name="left-attach">1</property>
  865. <property name="top-attach">0</property>
  866. </packing>
  867. </child>
  868. </object>
  869. <object class="GtkSizeGroup" id="sizegroupLabel">
  870. <widgets>
  871. <widget name="label6"/>
  872. <widget name="label14"/>
  873. <widget name="label8"/>
  874. <widget name="label9"/>
  875. <widget name="label13"/>
  876. <widget name="label10"/>
  877. <widget name="label11"/>
  878. <widget name="label12"/>
  879. </widgets>
  880. </object>
  881. <object class="GtkSizeGroup" id="sizegroupWidget">
  882. <widgets>
  883. <widget name="iconstyle"/>
  884. <widget name="iconsize"/>
  885. <widget name="notebookbariconsize"/>
  886. <widget name="sidebariconsize"/>
  887. <widget name="menuicons"/>
  888. <widget name="contextmenushortcuts"/>
  889. <widget name="mousepos"/>
  890. <widget name="mousemiddle"/>
  891. </widgets>
  892. </object>
  893. </interface>