floatingareastyle.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="svx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="upper">359</property>
  7. <property name="step_increment">1</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkAdjustment" id="adjustment2">
  11. <property name="upper">100</property>
  12. <property name="step_increment">5</property>
  13. <property name="page_increment">10</property>
  14. </object>
  15. <object class="GtkAdjustment" id="adjustment3">
  16. <property name="upper">100</property>
  17. <property name="step_increment">5</property>
  18. <property name="page_increment">10</property>
  19. </object>
  20. <object class="GtkAdjustment" id="adjustment4">
  21. <property name="upper">100</property>
  22. <property name="step_increment">5</property>
  23. <property name="page_increment">10</property>
  24. </object>
  25. <object class="GtkAdjustment" id="adjustment5">
  26. <property name="upper">100</property>
  27. <property name="step_increment">5</property>
  28. <property name="page_increment">10</property>
  29. </object>
  30. <object class="GtkAdjustment" id="adjustment6">
  31. <property name="upper">100</property>
  32. <property name="step_increment">5</property>
  33. <property name="page_increment">10</property>
  34. </object>
  35. <object class="GtkPopover" id="FloatingAreaStyle">
  36. <property name="can_focus">False</property>
  37. <property name="no_show_all">True</property>
  38. <property name="border_width">4</property>
  39. <child>
  40. <!-- n-columns=1 n-rows=1 -->
  41. <object class="GtkGrid">
  42. <property name="visible">True</property>
  43. <property name="can_focus">False</property>
  44. <property name="hexpand">True</property>
  45. <property name="vexpand">True</property>
  46. <property name="orientation">vertical</property>
  47. <property name="row_spacing">12</property>
  48. <child>
  49. <!-- n-columns=1 n-rows=1 -->
  50. <object class="GtkGrid" id="anglegrid">
  51. <property name="visible">True</property>
  52. <property name="can_focus">False</property>
  53. <property name="row_spacing">6</property>
  54. <child>
  55. <object class="GtkLabel" id="label1">
  56. <property name="visible">True</property>
  57. <property name="can_focus">False</property>
  58. <property name="halign">start</property>
  59. <property name="label" translatable="yes" context="floatingareastyle|label1">_Angle:</property>
  60. <property name="use_underline">True</property>
  61. <property name="mnemonic_widget">angle</property>
  62. </object>
  63. <packing>
  64. <property name="left_attach">0</property>
  65. <property name="top_attach">0</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <!-- n-columns=1 n-rows=1 -->
  70. <object class="GtkGrid">
  71. <property name="visible">True</property>
  72. <property name="can_focus">False</property>
  73. <property name="column_spacing">12</property>
  74. <property name="column_homogeneous">True</property>
  75. <child>
  76. <object class="GtkSpinButton" id="angle">
  77. <property name="visible">True</property>
  78. <property name="can_focus">True</property>
  79. <property name="tooltip_text" translatable="yes" context="floatingareastyle|angle|tooltip_text">Specify the angle of rotation for the gradient shading style.</property>
  80. <property name="truncate-multiline">True</property>
  81. <property name="adjustment">adjustment1</property>
  82. </object>
  83. <packing>
  84. <property name="left_attach">0</property>
  85. <property name="top_attach">0</property>
  86. </packing>
  87. </child>
  88. <child>
  89. <!-- n-columns=1 n-rows=1 -->
  90. <object class="GtkGrid">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <child>
  94. <object class="GtkToolbar" id="lefttoolbox">
  95. <property name="visible">True</property>
  96. <property name="can_focus">False</property>
  97. <property name="toolbar_style">icons</property>
  98. <property name="show_arrow">False</property>
  99. <property name="icon_size">2</property>
  100. <child>
  101. <object class="GtkToolButton" id="left">
  102. <property name="visible">True</property>
  103. <property name="can_focus">False</property>
  104. <property name="tooltip_text" translatable="yes" context="floatingareastyle|left|tooltip_text">Rotate counterclockwise by 45 degrees.</property>
  105. <property name="icon_name">svx/res/symphony/rotate_left.png</property>
  106. </object>
  107. <packing>
  108. <property name="expand">False</property>
  109. <property name="homogeneous">False</property>
  110. </packing>
  111. </child>
  112. </object>
  113. <packing>
  114. <property name="left_attach">0</property>
  115. <property name="top_attach">0</property>
  116. </packing>
  117. </child>
  118. <child>
  119. <object class="GtkToolbar" id="righttoolbox">
  120. <property name="visible">True</property>
  121. <property name="can_focus">False</property>
  122. <property name="toolbar_style">icons</property>
  123. <property name="show_arrow">False</property>
  124. <property name="icon_size">2</property>
  125. <child>
  126. <object class="GtkToolButton" id="right">
  127. <property name="visible">True</property>
  128. <property name="can_focus">False</property>
  129. <property name="tooltip_text" translatable="yes" context="floatingareastyle|right|tooltip_text">Rotate clockwise by 45 degrees.</property>
  130. <property name="icon_name">svx/res/symphony/rotate_right.png</property>
  131. </object>
  132. <packing>
  133. <property name="expand">False</property>
  134. <property name="homogeneous">False</property>
  135. </packing>
  136. </child>
  137. </object>
  138. <packing>
  139. <property name="left_attach">1</property>
  140. <property name="top_attach">0</property>
  141. </packing>
  142. </child>
  143. </object>
  144. <packing>
  145. <property name="left_attach">1</property>
  146. <property name="top_attach">0</property>
  147. </packing>
  148. </child>
  149. </object>
  150. <packing>
  151. <property name="left_attach">0</property>
  152. <property name="top_attach">1</property>
  153. </packing>
  154. </child>
  155. </object>
  156. <packing>
  157. <property name="left_attach">0</property>
  158. <property name="top_attach">1</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <!-- n-columns=1 n-rows=1 -->
  163. <object class="GtkGrid">
  164. <property name="visible">True</property>
  165. <property name="can_focus">False</property>
  166. <property name="row_spacing">6</property>
  167. <property name="column_spacing">12</property>
  168. <child>
  169. <object class="GtkLabel" id="label4">
  170. <property name="visible">True</property>
  171. <property name="can_focus">False</property>
  172. <property name="halign">start</property>
  173. <property name="label" translatable="yes" context="floatingareastyle|label4">_Start value:</property>
  174. <property name="use_underline">True</property>
  175. <property name="mnemonic_widget">start</property>
  176. </object>
  177. <packing>
  178. <property name="left_attach">0</property>
  179. <property name="top_attach">0</property>
  180. </packing>
  181. </child>
  182. <child>
  183. <object class="GtkLabel" id="label5">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="halign">start</property>
  187. <property name="label" translatable="yes" context="floatingareastyle|label5">_End value:</property>
  188. <property name="use_underline">True</property>
  189. <property name="mnemonic_widget">end</property>
  190. </object>
  191. <packing>
  192. <property name="left_attach">1</property>
  193. <property name="top_attach">0</property>
  194. </packing>
  195. </child>
  196. <child>
  197. <object class="GtkSpinButton" id="start">
  198. <property name="visible">True</property>
  199. <property name="can_focus">True</property>
  200. <property name="tooltip_text" translatable="yes" context="floatingareastyle|start|tooltip_text">Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent.</property>
  201. <property name="truncate-multiline">True</property>
  202. <property name="adjustment">adjustment4</property>
  203. </object>
  204. <packing>
  205. <property name="left_attach">0</property>
  206. <property name="top_attach">1</property>
  207. </packing>
  208. </child>
  209. <child>
  210. <object class="GtkSpinButton" id="end">
  211. <property name="visible">True</property>
  212. <property name="can_focus">True</property>
  213. <property name="tooltip_text" translatable="yes" context="floatingareastyle|end|tooltip_text">Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent.</property>
  214. <property name="truncate-multiline">True</property>
  215. <property name="adjustment">adjustment5</property>
  216. </object>
  217. <packing>
  218. <property name="left_attach">1</property>
  219. <property name="top_attach">1</property>
  220. </packing>
  221. </child>
  222. </object>
  223. <packing>
  224. <property name="left_attach">0</property>
  225. <property name="top_attach">2</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <!-- n-columns=1 n-rows=1 -->
  230. <object class="GtkGrid">
  231. <property name="visible">True</property>
  232. <property name="can_focus">False</property>
  233. <property name="row_spacing">6</property>
  234. <child>
  235. <object class="GtkLabel" id="label6">
  236. <property name="visible">True</property>
  237. <property name="can_focus">False</property>
  238. <property name="halign">start</property>
  239. <property name="label" translatable="yes" context="floatingareastyle|label6">_Border:</property>
  240. <property name="use_underline">True</property>
  241. <property name="mnemonic_widget">border</property>
  242. </object>
  243. <packing>
  244. <property name="left_attach">0</property>
  245. <property name="top_attach">0</property>
  246. </packing>
  247. </child>
  248. <child>
  249. <object class="GtkSpinButton" id="border">
  250. <property name="visible">True</property>
  251. <property name="can_focus">True</property>
  252. <property name="tooltip_text" translatable="yes" context="floatingareastyle|border|tooltip_text">Specify the border value of gradient transparency.</property>
  253. <property name="truncate-multiline">True</property>
  254. <property name="adjustment">adjustment6</property>
  255. </object>
  256. <packing>
  257. <property name="left_attach">0</property>
  258. <property name="top_attach">1</property>
  259. </packing>
  260. </child>
  261. </object>
  262. <packing>
  263. <property name="left_attach">0</property>
  264. <property name="top_attach">3</property>
  265. </packing>
  266. </child>
  267. <child>
  268. <!-- n-columns=1 n-rows=1 -->
  269. <object class="GtkGrid" id="centergrid">
  270. <property name="visible">True</property>
  271. <property name="can_focus">False</property>
  272. <property name="row_spacing">6</property>
  273. <property name="column_spacing">12</property>
  274. <child>
  275. <object class="GtkLabel" id="label2">
  276. <property name="visible">True</property>
  277. <property name="can_focus">False</property>
  278. <property name="halign">start</property>
  279. <property name="label" translatable="yes" context="floatingareastyle|label2">Center _X:</property>
  280. <property name="use_underline">True</property>
  281. <property name="mnemonic_widget">centerx</property>
  282. </object>
  283. <packing>
  284. <property name="left_attach">0</property>
  285. <property name="top_attach">0</property>
  286. </packing>
  287. </child>
  288. <child>
  289. <object class="GtkLabel" id="label3">
  290. <property name="visible">True</property>
  291. <property name="can_focus">False</property>
  292. <property name="halign">start</property>
  293. <property name="label" translatable="yes" context="floatingareastyle|label3">Center _Y:</property>
  294. <property name="use_underline">True</property>
  295. <property name="mnemonic_widget">centery</property>
  296. </object>
  297. <packing>
  298. <property name="left_attach">1</property>
  299. <property name="top_attach">0</property>
  300. </packing>
  301. </child>
  302. <child>
  303. <object class="GtkSpinButton" id="centerx">
  304. <property name="visible">True</property>
  305. <property name="can_focus">True</property>
  306. <property name="tooltip_text" translatable="yes" context="floatingareastyle|centerx|tooltip_text">Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center.</property>
  307. <property name="truncate-multiline">True</property>
  308. <property name="adjustment">adjustment2</property>
  309. </object>
  310. <packing>
  311. <property name="left_attach">0</property>
  312. <property name="top_attach">1</property>
  313. </packing>
  314. </child>
  315. <child>
  316. <object class="GtkSpinButton" id="centery">
  317. <property name="visible">True</property>
  318. <property name="can_focus">True</property>
  319. <property name="tooltip_text" translatable="yes" context="floatingareastyle|centery|tooltip_text">Specify the vertical offset percentage from the center for the gradient shading style. 50% is the vertical center.</property>
  320. <property name="truncate-multiline">True</property>
  321. <property name="adjustment">adjustment3</property>
  322. </object>
  323. <packing>
  324. <property name="left_attach">1</property>
  325. <property name="top_attach">1</property>
  326. </packing>
  327. </child>
  328. </object>
  329. <packing>
  330. <property name="left_attach">0</property>
  331. <property name="top_attach">0</property>
  332. </packing>
  333. </child>
  334. </object>
  335. </child>
  336. </object>
  337. <object class="GtkSizeGroup">
  338. <widgets>
  339. <widget name="angle"/>
  340. <widget name="start"/>
  341. <widget name="end"/>
  342. <widget name="border"/>
  343. <widget name="centerx"/>
  344. <widget name="centery"/>
  345. </widgets>
  346. </object>
  347. </interface>