charurlpage.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkBox" id="CharURLPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="border_width">6</property>
  9. <property name="orientation">vertical</property>
  10. <property name="spacing">12</property>
  11. <child>
  12. <object class="GtkFrame" id="frame10">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <property name="label_xalign">0</property>
  16. <property name="shadow_type">none</property>
  17. <child>
  18. <object class="GtkAlignment" id="alignment10">
  19. <property name="visible">True</property>
  20. <property name="can_focus">False</property>
  21. <property name="top_padding">6</property>
  22. <property name="left_padding">12</property>
  23. <child>
  24. <!-- n-columns=1 n-rows=1 -->
  25. <object class="GtkGrid" id="grid7">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="row_spacing">6</property>
  29. <property name="column_spacing">12</property>
  30. <child>
  31. <object class="GtkLabel" id="label36">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <property name="label" translatable="yes" context="charurlpage|label36">URL:</property>
  35. <property name="use_underline">True</property>
  36. <property name="mnemonic_widget">urled</property>
  37. <property name="xalign">0</property>
  38. </object>
  39. <packing>
  40. <property name="left_attach">0</property>
  41. <property name="top_attach">0</property>
  42. </packing>
  43. </child>
  44. <child>
  45. <object class="GtkLabel" id="label37">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="label" translatable="yes" context="charurlpage|label37">Name:</property>
  49. <property name="use_underline">True</property>
  50. <property name="mnemonic_widget">nameed</property>
  51. <property name="xalign">0</property>
  52. </object>
  53. <packing>
  54. <property name="left_attach">0</property>
  55. <property name="top_attach">2</property>
  56. </packing>
  57. </child>
  58. <child>
  59. <object class="GtkLabel" id="textft">
  60. <property name="visible">True</property>
  61. <property name="can_focus">False</property>
  62. <property name="label" translatable="yes" context="charurlpage|textft">Text:</property>
  63. <property name="use_underline">True</property>
  64. <property name="mnemonic_widget">texted</property>
  65. <property name="xalign">0</property>
  66. </object>
  67. <packing>
  68. <property name="left_attach">0</property>
  69. <property name="top_attach">1</property>
  70. </packing>
  71. </child>
  72. <child>
  73. <object class="GtkLabel" id="label39">
  74. <property name="visible">True</property>
  75. <property name="can_focus">False</property>
  76. <property name="label" translatable="yes" context="charurlpage|label39">Target frame:</property>
  77. <property name="use_underline">True</property>
  78. <property name="mnemonic_widget">targetfrmlb</property>
  79. <property name="xalign">0</property>
  80. </object>
  81. <packing>
  82. <property name="left_attach">0</property>
  83. <property name="top_attach">3</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <object class="GtkButton" id="eventpb">
  88. <property name="label" translatable="yes" context="charurlpage|eventpb">Events...</property>
  89. <property name="visible">True</property>
  90. <property name="can_focus">True</property>
  91. <property name="receives_default">True</property>
  92. <property name="valign">center</property>
  93. <child internal-child="accessible">
  94. <object class="AtkObject" id="eventpb-atkobject">
  95. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|eventpb">Specify an event that triggers when you click the hyperlink.</property>
  96. </object>
  97. </child>
  98. </object>
  99. <packing>
  100. <property name="left_attach">2</property>
  101. <property name="top_attach">4</property>
  102. </packing>
  103. </child>
  104. <child>
  105. <object class="GtkEntry" id="urled">
  106. <property name="visible">True</property>
  107. <property name="can_focus">True</property>
  108. <property name="activates_default">True</property>
  109. <property name="width_chars">32</property>
  110. <property name="truncate-multiline">True</property>
  111. <child internal-child="accessible">
  112. <object class="AtkObject" id="urled-atkobject">
  113. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|urled">Enter a URL for the file that you want to open when you click the hyperlink.</property>
  114. </object>
  115. </child>
  116. </object>
  117. <packing>
  118. <property name="left_attach">1</property>
  119. <property name="top_attach">0</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <object class="GtkEntry" id="nameed">
  124. <property name="visible">True</property>
  125. <property name="can_focus">True</property>
  126. <property name="activates_default">True</property>
  127. <property name="width_chars">32</property>
  128. <property name="truncate-multiline">True</property>
  129. <child internal-child="accessible">
  130. <object class="AtkObject" id="nameed-atkobject">
  131. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|nameed">Enter a name for the hyperlink.</property>
  132. </object>
  133. </child>
  134. </object>
  135. <packing>
  136. <property name="left_attach">1</property>
  137. <property name="top_attach">2</property>
  138. </packing>
  139. </child>
  140. <child>
  141. <object class="GtkEntry" id="texted">
  142. <property name="visible">True</property>
  143. <property name="can_focus">True</property>
  144. <property name="activates_default">True</property>
  145. <property name="width_chars">32</property>
  146. <property name="truncate-multiline">True</property>
  147. <child internal-child="accessible">
  148. <object class="AtkObject" id="texted-atkobject">
  149. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|texted">Enter the text that you want to display for the hyperlink.</property>
  150. </object>
  151. </child>
  152. </object>
  153. <packing>
  154. <property name="left_attach">1</property>
  155. <property name="top_attach">1</property>
  156. </packing>
  157. </child>
  158. <child>
  159. <object class="GtkButton" id="urlpb">
  160. <property name="label" translatable="yes" context="charurlpage|urlpb">Browse...</property>
  161. <property name="visible">True</property>
  162. <property name="can_focus">True</property>
  163. <property name="receives_default">True</property>
  164. <property name="valign">center</property>
  165. <child internal-child="accessible">
  166. <object class="AtkObject" id="urlpb-atkobject">
  167. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|urlpb">Locate the file that you want to link to, and then click Open.</property>
  168. </object>
  169. </child>
  170. </object>
  171. <packing>
  172. <property name="left_attach">2</property>
  173. <property name="top_attach">0</property>
  174. </packing>
  175. </child>
  176. <child>
  177. <object class="GtkComboBoxText" id="targetfrmlb">
  178. <property name="visible">True</property>
  179. <property name="can_focus">False</property>
  180. <property name="has_entry">True</property>
  181. <child internal-child="entry">
  182. <object class="GtkEntry" id="comboboxtext-entry">
  183. <property name="can_focus">True</property>
  184. <property name="truncate-multiline">True</property>
  185. <property name="activates_default">True</property>
  186. </object>
  187. </child>
  188. <child internal-child="accessible">
  189. <object class="AtkObject" id="targetfrmlb-atkobject">
  190. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|targetfrmlb">Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list.</property>
  191. </object>
  192. </child>
  193. </object>
  194. <packing>
  195. <property name="left_attach">1</property>
  196. <property name="top_attach">3</property>
  197. </packing>
  198. </child>
  199. <child>
  200. <placeholder/>
  201. </child>
  202. <child>
  203. <placeholder/>
  204. </child>
  205. <child>
  206. <placeholder/>
  207. </child>
  208. <child>
  209. <placeholder/>
  210. </child>
  211. <child>
  212. <placeholder/>
  213. </child>
  214. </object>
  215. </child>
  216. </object>
  217. </child>
  218. <child type="label">
  219. <object class="GtkLabel" id="label32">
  220. <property name="visible">True</property>
  221. <property name="can_focus">False</property>
  222. <property name="label" translatable="yes" context="charurlpage|label32">Hyperlink</property>
  223. <attributes>
  224. <attribute name="weight" value="bold"/>
  225. </attributes>
  226. </object>
  227. </child>
  228. </object>
  229. <packing>
  230. <property name="expand">False</property>
  231. <property name="fill">True</property>
  232. <property name="position">0</property>
  233. </packing>
  234. </child>
  235. <child>
  236. <object class="GtkFrame" id="charstyle">
  237. <property name="visible">True</property>
  238. <property name="can_focus">False</property>
  239. <property name="label_xalign">0</property>
  240. <property name="shadow_type">none</property>
  241. <child>
  242. <object class="GtkAlignment" id="alignment11">
  243. <property name="visible">True</property>
  244. <property name="can_focus">False</property>
  245. <property name="top_padding">6</property>
  246. <property name="left_padding">12</property>
  247. <child>
  248. <!-- n-columns=1 n-rows=1 -->
  249. <object class="GtkGrid" id="grid6">
  250. <property name="visible">True</property>
  251. <property name="can_focus">False</property>
  252. <property name="row_spacing">6</property>
  253. <property name="column_spacing">12</property>
  254. <child>
  255. <object class="GtkLabel" id="label34">
  256. <property name="visible">True</property>
  257. <property name="can_focus">False</property>
  258. <property name="label" translatable="yes" context="charurlpage|label34">Visited links:</property>
  259. <property name="use_underline">True</property>
  260. <property name="mnemonic_widget">visitedlb</property>
  261. <property name="xalign">0</property>
  262. </object>
  263. <packing>
  264. <property name="left_attach">0</property>
  265. <property name="top_attach">0</property>
  266. </packing>
  267. </child>
  268. <child>
  269. <object class="GtkLabel" id="label10">
  270. <property name="visible">True</property>
  271. <property name="can_focus">False</property>
  272. <property name="label" translatable="yes" context="charurlpage|label10">Unvisited links:</property>
  273. <property name="use_underline">True</property>
  274. <property name="mnemonic_widget">unvisitedlb</property>
  275. <property name="xalign">0</property>
  276. </object>
  277. <packing>
  278. <property name="left_attach">0</property>
  279. <property name="top_attach">1</property>
  280. </packing>
  281. </child>
  282. <child>
  283. <object class="GtkComboBoxText" id="visitedlb">
  284. <property name="visible">True</property>
  285. <property name="can_focus">False</property>
  286. <child internal-child="accessible">
  287. <object class="AtkObject" id="visitedlb-atkobject">
  288. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|visitedlb">Select a formatting style to use for visited links from the list. To add or modify a style in this list, close this dialog, and click the Styles icon on the Formatting toolbar.</property>
  289. </object>
  290. </child>
  291. </object>
  292. <packing>
  293. <property name="left_attach">1</property>
  294. <property name="top_attach">0</property>
  295. </packing>
  296. </child>
  297. <child>
  298. <object class="GtkComboBoxText" id="unvisitedlb">
  299. <property name="visible">True</property>
  300. <property name="can_focus">False</property>
  301. <child internal-child="accessible">
  302. <object class="AtkObject" id="unvisitedlb-atkobject">
  303. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|unvisitedlb">Select a formatting style to use for unvisited links from the list. To add or modify a style in this list, close this dialog, and click the Styles icon on the Formatting toolbar.</property>
  304. </object>
  305. </child>
  306. </object>
  307. <packing>
  308. <property name="left_attach">1</property>
  309. <property name="top_attach">1</property>
  310. </packing>
  311. </child>
  312. </object>
  313. </child>
  314. </object>
  315. </child>
  316. <child type="label">
  317. <object class="GtkLabel" id="label33">
  318. <property name="visible">True</property>
  319. <property name="can_focus">False</property>
  320. <property name="label" translatable="yes" context="charurlpage|label33">Character Styles</property>
  321. <attributes>
  322. <attribute name="weight" value="bold"/>
  323. </attributes>
  324. </object>
  325. </child>
  326. </object>
  327. <packing>
  328. <property name="expand">False</property>
  329. <property name="fill">True</property>
  330. <property name="position">1</property>
  331. </packing>
  332. </child>
  333. <child internal-child="accessible">
  334. <object class="AtkObject" id="CharURLPage-atkobject">
  335. <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|CharURLPage">Assigns a new hyperlink or edits the selected hyperlink.</property>
  336. </object>
  337. </child>
  338. </object>
  339. <object class="GtkSizeGroup" id="sizegroup1">
  340. <property name="ignore_hidden">True</property>
  341. <widgets>
  342. <widget name="label36"/>
  343. <widget name="label37"/>
  344. <widget name="textft"/>
  345. <widget name="label39"/>
  346. <widget name="label34"/>
  347. <widget name="label10"/>
  348. </widgets>
  349. </object>
  350. <object class="GtkSizeGroup" id="sizegroup2">
  351. <property name="ignore_hidden">True</property>
  352. <widgets>
  353. <widget name="urled"/>
  354. <widget name="nameed"/>
  355. <widget name="texted"/>
  356. <widget name="targetfrmlb"/>
  357. <widget name="visitedlb"/>
  358. <widget name="unvisitedlb"/>
  359. </widgets>
  360. </object>
  361. </interface>