calloutpage.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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="GtkAdjustment" id="adjustment1">
  6. <property name="upper">2400</property>
  7. <property name="step_increment">0.5</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkBox" id="CalloutPage">
  11. <property name="visible">True</property>
  12. <property name="can_focus">False</property>
  13. <property name="border_width">6</property>
  14. <property name="orientation">vertical</property>
  15. <property name="spacing">12</property>
  16. <child>
  17. <object class="GtkScrolledWindow" id="valuesetwin">
  18. <property name="visible">True</property>
  19. <property name="can_focus">True</property>
  20. <property name="halign">start</property>
  21. <property name="hscrollbar_policy">never</property>
  22. <property name="vscrollbar_policy">never</property>
  23. <property name="shadow_type">in</property>
  24. <child>
  25. <object class="GtkViewport">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <child>
  29. <object class="GtkDrawingArea" id="valueset">
  30. <property name="visible">True</property>
  31. <property name="can_focus">True</property>
  32. <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
  33. <child internal-child="accessible">
  34. <object class="AtkObject" id="valueset-atkobject">
  35. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|valueset">Click the Callout style that you want to apply to the selected callout.</property>
  36. </object>
  37. </child>
  38. </object>
  39. </child>
  40. </object>
  41. </child>
  42. </object>
  43. <packing>
  44. <property name="expand">False</property>
  45. <property name="fill">True</property>
  46. <property name="position">0</property>
  47. </packing>
  48. </child>
  49. <child>
  50. <!-- n-columns=1 n-rows=1 -->
  51. <object class="GtkGrid" id="grid6">
  52. <property name="visible">True</property>
  53. <property name="can_focus">False</property>
  54. <property name="row_spacing">6</property>
  55. <property name="column_spacing">18</property>
  56. <child>
  57. <!-- n-columns=1 n-rows=1 -->
  58. <object class="GtkGrid" id="grid8">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="column_spacing">12</property>
  62. <child>
  63. <object class="GtkLabel" id="label2">
  64. <property name="visible">True</property>
  65. <property name="can_focus">False</property>
  66. <property name="label" translatable="yes" context="calloutpage|label2">_Extension:</property>
  67. <property name="use_underline">True</property>
  68. <property name="mnemonic_widget">extension</property>
  69. <property name="xalign">0</property>
  70. </object>
  71. <packing>
  72. <property name="left_attach">0</property>
  73. <property name="top_attach">0</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkComboBoxText" id="extension">
  78. <property name="visible">True</property>
  79. <property name="can_focus">False</property>
  80. <items>
  81. <item id="4" translatable="yes" context="calloutpage|liststore1">Optimal</item>
  82. <item id="3" translatable="yes" context="calloutpage|liststore1">From top</item>
  83. <item id="3" translatable="yes" context="calloutpage|liststore1">From left</item>
  84. <item id="1" translatable="yes" context="calloutpage|liststore1">Horizontal</item>
  85. <item id="2" translatable="yes" context="calloutpage|liststore1">Vertical</item>
  86. </items>
  87. <child internal-child="accessible">
  88. <object class="AtkObject" id="extension-atkobject">
  89. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|extension">Select where you want to extend the callout line from, in relation to the callout box.</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. </object>
  99. <packing>
  100. <property name="left_attach">0</property>
  101. <property name="top_attach">1</property>
  102. </packing>
  103. </child>
  104. <child>
  105. <!-- n-columns=1 n-rows=1 -->
  106. <object class="GtkGrid" id="grid9">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="column_spacing">12</property>
  110. <child>
  111. <object class="GtkSpinButton" id="length">
  112. <property name="visible">True</property>
  113. <property name="can_focus">True</property>
  114. <property name="activates_default">True</property>
  115. <property name="text">0.00</property>
  116. <property name="adjustment">adjustment1</property>
  117. <property name="digits">2</property>
  118. <property name="truncate-multiline">True</property>
  119. <child internal-child="accessible">
  120. <object class="AtkObject" id="length-atkobject">
  121. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|length">Enter the length of the callout line segment that extends from the callout box to the inflection point of the line.</property>
  122. </object>
  123. </child>
  124. </object>
  125. <packing>
  126. <property name="left_attach">1</property>
  127. <property name="top_attach">0</property>
  128. </packing>
  129. </child>
  130. <child>
  131. <object class="GtkLabel" id="lengthft">
  132. <property name="visible">True</property>
  133. <property name="can_focus">False</property>
  134. <property name="label" translatable="yes" context="calloutpage|lengthft">_Length:</property>
  135. <property name="use_underline">True</property>
  136. <property name="mnemonic_widget">length</property>
  137. <property name="xalign">0</property>
  138. </object>
  139. <packing>
  140. <property name="left_attach">0</property>
  141. <property name="top_attach">0</property>
  142. </packing>
  143. </child>
  144. </object>
  145. <packing>
  146. <property name="left_attach">0</property>
  147. <property name="top_attach">2</property>
  148. </packing>
  149. </child>
  150. <child>
  151. <object class="GtkCheckButton" id="optimal">
  152. <property name="label" translatable="yes" context="calloutpage|optimal">_Optimal</property>
  153. <property name="visible">True</property>
  154. <property name="can_focus">True</property>
  155. <property name="receives_default">False</property>
  156. <property name="use_underline">True</property>
  157. <property name="xalign">0</property>
  158. <property name="draw_indicator">True</property>
  159. <child internal-child="accessible">
  160. <object class="AtkObject" id="optimal-atkobject">
  161. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|optimal">Click here to display a single-angled line in an optimal way.</property>
  162. </object>
  163. </child>
  164. </object>
  165. <packing>
  166. <property name="left_attach">1</property>
  167. <property name="top_attach">2</property>
  168. </packing>
  169. </child>
  170. <child>
  171. <!-- n-columns=1 n-rows=1 -->
  172. <object class="GtkGrid" id="grid10">
  173. <property name="visible">True</property>
  174. <property name="can_focus">False</property>
  175. <property name="row_spacing">6</property>
  176. <property name="column_spacing">12</property>
  177. <child>
  178. <object class="GtkLabel" id="positionft">
  179. <property name="visible">True</property>
  180. <property name="can_focus">False</property>
  181. <property name="label" translatable="yes" context="calloutpage|positionft">_Position:</property>
  182. <property name="use_underline">True</property>
  183. <property name="mnemonic_widget">position</property>
  184. <property name="xalign">0</property>
  185. </object>
  186. <packing>
  187. <property name="left_attach">0</property>
  188. <property name="top_attach">0</property>
  189. </packing>
  190. </child>
  191. <child>
  192. <object class="GtkLabel" id="byft">
  193. <property name="visible">True</property>
  194. <property name="can_focus">False</property>
  195. <property name="label" translatable="yes" context="calloutpage|byft">_By:</property>
  196. <property name="use_underline">True</property>
  197. <property name="mnemonic_widget">by</property>
  198. <property name="xalign">0</property>
  199. </object>
  200. <packing>
  201. <property name="left_attach">0</property>
  202. <property name="top_attach">1</property>
  203. </packing>
  204. </child>
  205. <child>
  206. <object class="GtkComboBoxText" id="position">
  207. <property name="visible">True</property>
  208. <property name="can_focus">False</property>
  209. <items>
  210. <item translatable="yes" context="calloutpage|position">Top</item>
  211. <item translatable="yes" context="calloutpage|position">Middle</item>
  212. <item translatable="yes" context="calloutpage|position">Bottom</item>
  213. <item translatable="yes" context="calloutpage|position">Left</item>
  214. <item translatable="yes" context="calloutpage|position">Center</item>
  215. <item translatable="yes" context="calloutpage|position">Right</item>
  216. </items>
  217. <child internal-child="accessible">
  218. <object class="AtkObject" id="position-atkobject">
  219. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|position">Select where you want to extend the callout line from, in relation to the callout box.</property>
  220. </object>
  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. <child>
  229. <object class="GtkSpinButton" id="by">
  230. <property name="visible">True</property>
  231. <property name="can_focus">True</property>
  232. <property name="activates_default">True</property>
  233. <property name="text">0.00</property>
  234. <property name="adjustment">adjustment1</property>
  235. <property name="digits">2</property>
  236. <property name="truncate-multiline">True</property>
  237. <child internal-child="accessible">
  238. <object class="AtkObject" id="by-atkobject">
  239. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|by">Select where you want to extend the callout line from, in relation to the callout box.</property>
  240. </object>
  241. </child>
  242. </object>
  243. <packing>
  244. <property name="left_attach">1</property>
  245. <property name="top_attach">1</property>
  246. </packing>
  247. </child>
  248. </object>
  249. <packing>
  250. <property name="left_attach">1</property>
  251. <property name="top_attach">1</property>
  252. </packing>
  253. </child>
  254. <child>
  255. <!-- n-columns=1 n-rows=1 -->
  256. <object class="GtkGrid" id="grid7">
  257. <property name="visible">True</property>
  258. <property name="can_focus">False</property>
  259. <property name="column_spacing">12</property>
  260. <child>
  261. <object class="GtkLabel" id="label1">
  262. <property name="visible">True</property>
  263. <property name="can_focus">False</property>
  264. <property name="label" translatable="yes" context="calloutpage|label1">_Spacing:</property>
  265. <property name="use_underline">True</property>
  266. <property name="mnemonic_widget">spacing</property>
  267. <property name="xalign">0</property>
  268. </object>
  269. <packing>
  270. <property name="left_attach">0</property>
  271. <property name="top_attach">0</property>
  272. </packing>
  273. </child>
  274. <child>
  275. <object class="GtkSpinButton" id="spacing">
  276. <property name="visible">True</property>
  277. <property name="can_focus">True</property>
  278. <property name="activates_default">True</property>
  279. <property name="text">0.00</property>
  280. <property name="adjustment">adjustment1</property>
  281. <property name="digits">2</property>
  282. <property name="truncate-multiline">True</property>
  283. <child internal-child="accessible">
  284. <object class="AtkObject" id="spacing-atkobject">
  285. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|spacing">Enter the amount of space that you want to leave between the end of the callout line, and the callout box.</property>
  286. </object>
  287. </child>
  288. </object>
  289. <packing>
  290. <property name="left_attach">1</property>
  291. <property name="top_attach">0</property>
  292. </packing>
  293. </child>
  294. </object>
  295. <packing>
  296. <property name="left_attach">0</property>
  297. <property name="top_attach">0</property>
  298. </packing>
  299. </child>
  300. <child>
  301. <object class="GtkComboBoxText" id="linetypes">
  302. <property name="can_focus">False</property>
  303. <property name="no_show_all">True</property>
  304. <items>
  305. <item translatable="yes" context="calloutpage|linetypes">Straight Line</item>
  306. <item translatable="yes" context="calloutpage|linetypes">Angled Line</item>
  307. <item translatable="yes" context="calloutpage|linetypes">Angled Connector Line</item>
  308. </items>
  309. </object>
  310. <packing>
  311. <property name="left_attach">1</property>
  312. <property name="top_attach">0</property>
  313. </packing>
  314. </child>
  315. </object>
  316. <packing>
  317. <property name="expand">False</property>
  318. <property name="fill">True</property>
  319. <property name="position">1</property>
  320. </packing>
  321. </child>
  322. <child internal-child="accessible">
  323. <object class="AtkObject" id="CalloutPage-atkobject">
  324. <property name="AtkObject::accessible-description" translatable="yes" context="calloutpage|extended_tip|CalloutPage">Click the Callout style that you want to apply to the selected callout.</property>
  325. </object>
  326. </child>
  327. </object>
  328. <object class="GtkSizeGroup" id="sizegroup1">
  329. <widgets>
  330. <widget name="label2"/>
  331. <widget name="lengthft"/>
  332. <widget name="label1"/>
  333. </widgets>
  334. </object>
  335. <object class="GtkSizeGroup" id="sizegroup2">
  336. <widgets>
  337. <widget name="positionft"/>
  338. <widget name="byft"/>
  339. </widgets>
  340. </object>
  341. <object class="GtkSizeGroup" id="sizegroup3">
  342. <property name="mode">both</property>
  343. <widgets>
  344. <widget name="position"/>
  345. <widget name="by"/>
  346. </widgets>
  347. </object>
  348. <object class="GtkSizeGroup" id="sizegroup4">
  349. <property name="mode">both</property>
  350. <widgets>
  351. <widget name="extension"/>
  352. <widget name="length"/>
  353. <widget name="spacing"/>
  354. </widgets>
  355. </object>
  356. </interface>