hyperlinkdocpage.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  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="GtkImage" id="image1">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="icon_name">res/target.png</property>
  9. </object>
  10. <object class="GtkImage" id="image2">
  11. <property name="visible">True</property>
  12. <property name="can_focus">False</property>
  13. <property name="icon_name">res/fileopen.png</property>
  14. </object>
  15. <object class="GtkBox" id="HyperlinkDocPage">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="hexpand">True</property>
  19. <property name="vexpand">True</property>
  20. <property name="border_width">6</property>
  21. <property name="orientation">vertical</property>
  22. <property name="spacing">12</property>
  23. <child>
  24. <object class="GtkFrame" id="frame1">
  25. <property name="visible">True</property>
  26. <property name="can_focus">False</property>
  27. <property name="label_xalign">0</property>
  28. <property name="shadow_type">none</property>
  29. <child>
  30. <object class="GtkAlignment" id="alignment2">
  31. <property name="visible">True</property>
  32. <property name="can_focus">False</property>
  33. <property name="top_padding">6</property>
  34. <property name="left_padding">12</property>
  35. <child>
  36. <!-- n-columns=1 n-rows=1 -->
  37. <object class="GtkGrid" id="grid1">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="hexpand">True</property>
  41. <property name="vexpand">True</property>
  42. <property name="row_spacing">6</property>
  43. <property name="column_spacing">12</property>
  44. <child>
  45. <object class="GtkLabel" id="path_label">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="halign">start</property>
  49. <property name="label" translatable="yes" context="hyperlinkdocpage|path_label">_Path:</property>
  50. <property name="use_underline">True</property>
  51. <property name="mnemonic_widget">path</property>
  52. <property name="xalign">0</property>
  53. </object>
  54. <packing>
  55. <property name="left_attach">0</property>
  56. <property name="top_attach">0</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <object class="GtkButton" id="fileopen">
  61. <property name="visible">True</property>
  62. <property name="can_focus">True</property>
  63. <property name="receives_default">True</property>
  64. <property name="tooltip_text" translatable="yes" context="hyperlinkdocpage|fileopen|tooltip_text">Open File</property>
  65. <property name="image">image2</property>
  66. <property name="always_show_image">True</property>
  67. <child internal-child="accessible">
  68. <object class="AtkObject" id="fileopen-atkobject">
  69. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|fileopen">Opens the Open dialog, where you can select a file.</property>
  70. </object>
  71. </child>
  72. </object>
  73. <packing>
  74. <property name="left_attach">2</property>
  75. <property name="top_attach">0</property>
  76. </packing>
  77. </child>
  78. <child>
  79. <object class="GtkComboBoxText" id="path">
  80. <property name="visible">True</property>
  81. <property name="can_focus">False</property>
  82. <property name="hexpand">True</property>
  83. <property name="has_entry">True</property>
  84. <child internal-child="entry">
  85. <object class="GtkEntry">
  86. <property name="can_focus">True</property>
  87. <property name="truncate-multiline">True</property>
  88. <property name="activates_default">True</property>
  89. </object>
  90. </child>
  91. <child internal-child="accessible">
  92. <object class="AtkObject" id="path-atkobject">
  93. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|path">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</property>
  94. </object>
  95. </child>
  96. </object>
  97. <packing>
  98. <property name="left_attach">1</property>
  99. <property name="top_attach">0</property>
  100. </packing>
  101. </child>
  102. </object>
  103. </child>
  104. </object>
  105. </child>
  106. <child type="label">
  107. <object class="GtkLabel" id="label2">
  108. <property name="visible">True</property>
  109. <property name="can_focus">False</property>
  110. <property name="label" translatable="yes" context="hyperlinkdocpage|label2">Document</property>
  111. <attributes>
  112. <attribute name="weight" value="bold"/>
  113. </attributes>
  114. </object>
  115. </child>
  116. </object>
  117. <packing>
  118. <property name="expand">True</property>
  119. <property name="fill">True</property>
  120. <property name="position">0</property>
  121. </packing>
  122. </child>
  123. <child>
  124. <object class="GtkFrame" id="frame3">
  125. <property name="visible">True</property>
  126. <property name="can_focus">False</property>
  127. <property name="label_xalign">0</property>
  128. <property name="shadow_type">none</property>
  129. <child>
  130. <object class="GtkAlignment" id="alignment3">
  131. <property name="visible">True</property>
  132. <property name="can_focus">False</property>
  133. <property name="top_padding">6</property>
  134. <property name="left_padding">12</property>
  135. <child>
  136. <!-- n-columns=1 n-rows=1 -->
  137. <object class="GtkGrid" id="grid5">
  138. <property name="visible">True</property>
  139. <property name="can_focus">False</property>
  140. <property name="row_spacing">6</property>
  141. <property name="column_spacing">12</property>
  142. <child>
  143. <object class="GtkLabel" id="target_label">
  144. <property name="visible">True</property>
  145. <property name="can_focus">False</property>
  146. <property name="halign">start</property>
  147. <property name="label" translatable="yes" context="hyperlinkdocpage|target_label">Targ_et:</property>
  148. <property name="use_underline">True</property>
  149. <property name="mnemonic_widget">target</property>
  150. <property name="xalign">0</property>
  151. </object>
  152. <packing>
  153. <property name="left_attach">0</property>
  154. <property name="top_attach">0</property>
  155. </packing>
  156. </child>
  157. <child>
  158. <object class="GtkLabel" id="url_label">
  159. <property name="visible">True</property>
  160. <property name="can_focus">False</property>
  161. <property name="halign">start</property>
  162. <property name="label" translatable="yes" context="hyperlinkdocpage|url_label">URL:</property>
  163. <property name="use_underline">True</property>
  164. <property name="xalign">0</property>
  165. </object>
  166. <packing>
  167. <property name="left_attach">0</property>
  168. <property name="top_attach">1</property>
  169. </packing>
  170. </child>
  171. <child>
  172. <object class="GtkButton" id="browse">
  173. <property name="visible">True</property>
  174. <property name="can_focus">True</property>
  175. <property name="receives_default">True</property>
  176. <property name="tooltip_text" translatable="yes" context="hyperlinkdocpage|browse|tooltip_text">Target in Document</property>
  177. <property name="image">image1</property>
  178. <property name="always_show_image">True</property>
  179. <child internal-child="accessible">
  180. <object class="AtkObject" id="browse-atkobject">
  181. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|browse">Opens the Target in Document dialog.</property>
  182. </object>
  183. </child>
  184. </object>
  185. <packing>
  186. <property name="left_attach">2</property>
  187. <property name="top_attach">0</property>
  188. </packing>
  189. </child>
  190. <child>
  191. <object class="GtkEntry" id="target">
  192. <property name="visible">True</property>
  193. <property name="can_focus">True</property>
  194. <property name="activates_default">True</property>
  195. <property name="truncate-multiline">True</property>
  196. <child internal-child="accessible">
  197. <object class="AtkObject" id="target-atkobject">
  198. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|target">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</property>
  199. </object>
  200. </child>
  201. </object>
  202. <packing>
  203. <property name="left_attach">1</property>
  204. <property name="top_attach">0</property>
  205. </packing>
  206. </child>
  207. <child>
  208. <object class="GtkLabel" id="url">
  209. <property name="visible">True</property>
  210. <property name="can_focus">False</property>
  211. <property name="halign">start</property>
  212. <property name="hexpand">True</property>
  213. <property name="label" translatable="yes" context="hyperlinkdocpage|url">Test text</property>
  214. </object>
  215. <packing>
  216. <property name="left_attach">1</property>
  217. <property name="top_attach">1</property>
  218. </packing>
  219. </child>
  220. <child>
  221. <placeholder/>
  222. </child>
  223. </object>
  224. </child>
  225. </object>
  226. </child>
  227. <child type="label">
  228. <object class="GtkLabel" id="label3">
  229. <property name="visible">True</property>
  230. <property name="can_focus">False</property>
  231. <property name="label" translatable="yes" context="hyperlinkdocpage|label3">Target in Document</property>
  232. <attributes>
  233. <attribute name="weight" value="bold"/>
  234. </attributes>
  235. </object>
  236. </child>
  237. </object>
  238. <packing>
  239. <property name="expand">False</property>
  240. <property name="fill">True</property>
  241. <property name="position">1</property>
  242. </packing>
  243. </child>
  244. <child>
  245. <object class="GtkFrame" id="frame2">
  246. <property name="visible">True</property>
  247. <property name="can_focus">False</property>
  248. <property name="valign">end</property>
  249. <property name="hexpand">True</property>
  250. <property name="vexpand">True</property>
  251. <property name="label_xalign">0</property>
  252. <property name="shadow_type">none</property>
  253. <child>
  254. <object class="GtkAlignment" id="alignment1">
  255. <property name="visible">True</property>
  256. <property name="can_focus">False</property>
  257. <property name="top_padding">6</property>
  258. <property name="left_padding">12</property>
  259. <child>
  260. <!-- n-columns=1 n-rows=1 -->
  261. <object class="GtkGrid" id="grid3">
  262. <property name="visible">True</property>
  263. <property name="can_focus">False</property>
  264. <property name="row_spacing">6</property>
  265. <property name="column_spacing">12</property>
  266. <child>
  267. <object class="GtkLabel" id="frame_label">
  268. <property name="visible">True</property>
  269. <property name="can_focus">False</property>
  270. <property name="halign">start</property>
  271. <property name="label" translatable="yes" context="hyperlinkdocpage|frame_label">F_rame:</property>
  272. <property name="use_underline">True</property>
  273. <property name="mnemonic_widget">frame</property>
  274. <property name="xalign">0</property>
  275. </object>
  276. <packing>
  277. <property name="left_attach">0</property>
  278. <property name="top_attach">0</property>
  279. </packing>
  280. </child>
  281. <child>
  282. <object class="GtkLabel" id="indication_label">
  283. <property name="visible">True</property>
  284. <property name="can_focus">False</property>
  285. <property name="halign">start</property>
  286. <property name="label" translatable="yes" context="hyperlinkdocpage|indication_label">Te_xt:</property>
  287. <property name="use_underline">True</property>
  288. <property name="mnemonic_widget">indication</property>
  289. <property name="xalign">0</property>
  290. </object>
  291. <packing>
  292. <property name="left_attach">0</property>
  293. <property name="top_attach">1</property>
  294. </packing>
  295. </child>
  296. <child>
  297. <object class="GtkLabel" id="name_label">
  298. <property name="visible">True</property>
  299. <property name="can_focus">False</property>
  300. <property name="halign">start</property>
  301. <property name="label" translatable="yes" context="hyperlinkdocpage|name_label">N_ame:</property>
  302. <property name="use_underline">True</property>
  303. <property name="mnemonic_widget">name</property>
  304. <property name="xalign">0</property>
  305. </object>
  306. <packing>
  307. <property name="left_attach">0</property>
  308. <property name="top_attach">2</property>
  309. </packing>
  310. </child>
  311. <child>
  312. <object class="GtkEntry" id="indication">
  313. <property name="visible">True</property>
  314. <property name="can_focus">True</property>
  315. <property name="activates_default">True</property>
  316. <property name="truncate-multiline">True</property>
  317. <child internal-child="accessible">
  318. <object class="AtkObject" id="indication-atkobject">
  319. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|indication">Specifies the visible text or button caption for the hyperlink.</property>
  320. </object>
  321. </child>
  322. </object>
  323. <packing>
  324. <property name="left_attach">1</property>
  325. <property name="top_attach">1</property>
  326. </packing>
  327. </child>
  328. <child>
  329. <object class="GtkEntry" id="name">
  330. <property name="visible">True</property>
  331. <property name="can_focus">True</property>
  332. <property name="activates_default">True</property>
  333. <property name="truncate-multiline">True</property>
  334. <child internal-child="accessible">
  335. <object class="AtkObject" id="name-atkobject">
  336. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|name">Enter a name for the hyperlink.</property>
  337. </object>
  338. </child>
  339. </object>
  340. <packing>
  341. <property name="left_attach">1</property>
  342. <property name="top_attach">2</property>
  343. </packing>
  344. </child>
  345. <child>
  346. <!-- n-columns=1 n-rows=1 -->
  347. <object class="GtkGrid" id="grid4">
  348. <property name="visible">True</property>
  349. <property name="can_focus">False</property>
  350. <property name="hexpand">True</property>
  351. <property name="row_spacing">6</property>
  352. <property name="column_spacing">12</property>
  353. <child>
  354. <object class="GtkLabel" id="form_label">
  355. <property name="visible">True</property>
  356. <property name="can_focus">False</property>
  357. <property name="label" translatable="yes" context="hyperlinkdocpage|form_label">F_orm:</property>
  358. <property name="use_underline">True</property>
  359. <property name="mnemonic_widget">form</property>
  360. <property name="xalign">0</property>
  361. </object>
  362. <packing>
  363. <property name="left_attach">1</property>
  364. <property name="top_attach">0</property>
  365. </packing>
  366. </child>
  367. <child>
  368. <object class="GtkComboBoxText" id="form">
  369. <property name="visible">True</property>
  370. <property name="can_focus">False</property>
  371. <property name="hexpand">True</property>
  372. <child internal-child="accessible">
  373. <object class="AtkObject" id="form-atkobject">
  374. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|form">Specifies whether the hyperlink is inserted as text or as a button.</property>
  375. </object>
  376. </child>
  377. </object>
  378. <packing>
  379. <property name="left_attach">2</property>
  380. <property name="top_attach">0</property>
  381. </packing>
  382. </child>
  383. <child>
  384. <object class="GtkButton" id="script">
  385. <property name="visible">True</property>
  386. <property name="can_focus">True</property>
  387. <property name="receives_default">True</property>
  388. <property name="tooltip_text" translatable="yes" context="hyperlinkdocpage|script|tooltip_text">Events</property>
  389. <property name="always_show_image">True</property>
  390. <child internal-child="accessible">
  391. <object class="AtkObject" id="script-atkobject">
  392. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|script">Opens the Assign Macro dialog, in which you can give events such as "mouse over object" or "trigger hyperlink" their own program codes.</property>
  393. </object>
  394. </child>
  395. </object>
  396. <packing>
  397. <property name="left_attach">3</property>
  398. <property name="top_attach">0</property>
  399. </packing>
  400. </child>
  401. <child>
  402. <object class="GtkComboBoxText" id="frame">
  403. <property name="visible">True</property>
  404. <property name="can_focus">False</property>
  405. <property name="hexpand">True</property>
  406. <property name="has_entry">True</property>
  407. <child internal-child="entry">
  408. <object class="GtkEntry" id="combobox-entry">
  409. <property name="can_focus">True</property>
  410. <property name="truncate-multiline">True</property>
  411. <property name="activates_default">True</property>
  412. </object>
  413. </child>
  414. <child internal-child="accessible">
  415. <object class="AtkObject" id="frame-atkobject">
  416. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|frame">Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window.</property>
  417. </object>
  418. </child>
  419. </object>
  420. <packing>
  421. <property name="left_attach">0</property>
  422. <property name="top_attach">0</property>
  423. </packing>
  424. </child>
  425. </object>
  426. <packing>
  427. <property name="left_attach">1</property>
  428. <property name="top_attach">0</property>
  429. </packing>
  430. </child>
  431. </object>
  432. </child>
  433. </object>
  434. </child>
  435. <child type="label">
  436. <object class="GtkLabel" id="label1">
  437. <property name="visible">True</property>
  438. <property name="can_focus">False</property>
  439. <property name="label" translatable="yes" context="hyperlinkdocpage|label1">Further Settings</property>
  440. <attributes>
  441. <attribute name="weight" value="bold"/>
  442. </attributes>
  443. </object>
  444. </child>
  445. </object>
  446. <packing>
  447. <property name="expand">True</property>
  448. <property name="fill">True</property>
  449. <property name="position">2</property>
  450. </packing>
  451. </child>
  452. <child internal-child="accessible">
  453. <object class="AtkObject" id="HyperlinkDocPage-atkobject">
  454. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkdocpage|extended_tip|HyperlinkDocPage">Hyperlinks to any document or targets in documents can be edited using the Document tab from the Hyperlink dialog.</property>
  455. </object>
  456. </child>
  457. </object>
  458. <object class="GtkSizeGroup" id="sizegroup1">
  459. <widgets>
  460. <widget name="path_label"/>
  461. <widget name="target_label"/>
  462. <widget name="url_label"/>
  463. </widgets>
  464. </object>
  465. </interface>