opttablepage.ui 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  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="GtkAdjustment" id="adjustment1">
  6. <property name="lower">0.25</property>
  7. <property name="upper">9.99</property>
  8. <property name="step_increment">0.1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment2">
  12. <property name="lower">0.25</property>
  13. <property name="upper">9.99</property>
  14. <property name="step_increment">0.1</property>
  15. <property name="page_increment">10</property>
  16. </object>
  17. <object class="GtkAdjustment" id="adjustment3">
  18. <property name="lower">0.25</property>
  19. <property name="upper">9.99</property>
  20. <property name="step_increment">0.1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkAdjustment" id="adjustment4">
  24. <property name="lower">0.25</property>
  25. <property name="upper">9.99</property>
  26. <property name="step_increment">0.1</property>
  27. <property name="page_increment">10</property>
  28. </object>
  29. <object class="GtkBox" id="OptTablePage">
  30. <property name="visible">True</property>
  31. <property name="can_focus">False</property>
  32. <property name="border_width">6</property>
  33. <property name="orientation">vertical</property>
  34. <property name="spacing">12</property>
  35. <child>
  36. <object class="GtkBox" id="box2">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="hexpand">True</property>
  40. <property name="spacing">12</property>
  41. <child>
  42. <object class="GtkFrame" id="frame1">
  43. <property name="visible">True</property>
  44. <property name="can_focus">False</property>
  45. <property name="hexpand">True</property>
  46. <property name="label_xalign">0</property>
  47. <property name="shadow_type">none</property>
  48. <child>
  49. <object class="GtkAlignment" id="alignment1">
  50. <property name="visible">True</property>
  51. <property name="can_focus">False</property>
  52. <property name="hexpand">True</property>
  53. <property name="top_padding">6</property>
  54. <property name="left_padding">12</property>
  55. <child>
  56. <!-- n-columns=1 n-rows=1 -->
  57. <object class="GtkGrid" id="grid1">
  58. <property name="visible">True</property>
  59. <property name="can_focus">False</property>
  60. <property name="hexpand">True</property>
  61. <property name="row_spacing">6</property>
  62. <property name="column_spacing">12</property>
  63. <child>
  64. <object class="GtkCheckButton" id="header">
  65. <property name="label" translatable="yes" context="opttablepage|header">H_eading</property>
  66. <property name="visible">True</property>
  67. <property name="can_focus">True</property>
  68. <property name="receives_default">False</property>
  69. <property name="use_underline">True</property>
  70. <property name="xalign">0</property>
  71. <property name="draw_indicator">True</property>
  72. <child internal-child="accessible">
  73. <object class="AtkObject" id="header-atkobject">
  74. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|header">Specifies that the first row of the table is formatted with the "Table heading" Paragraph Style.</property>
  75. </object>
  76. </child>
  77. </object>
  78. <packing>
  79. <property name="left_attach">0</property>
  80. <property name="top_attach">0</property>
  81. </packing>
  82. </child>
  83. <child>
  84. <object class="GtkCheckButton" id="repeatheader">
  85. <property name="label" translatable="yes" context="opttablepage|repeatheader">Re_peat on each page</property>
  86. <property name="visible">True</property>
  87. <property name="can_focus">True</property>
  88. <property name="receives_default">False</property>
  89. <property name="margin_left">12</property>
  90. <property name="use_underline">True</property>
  91. <property name="xalign">0</property>
  92. <property name="draw_indicator">True</property>
  93. <child internal-child="accessible">
  94. <object class="AtkObject" id="repeatheader-atkobject">
  95. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|repeatheader">Specifies whether the table heading is carried over onto the new page after a page break.</property>
  96. </object>
  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. <object class="GtkCheckButton" id="dontsplit">
  106. <property name="label" translatable="yes" context="opttablepage|dontsplit">_Do not split</property>
  107. <property name="visible">True</property>
  108. <property name="can_focus">True</property>
  109. <property name="receives_default">False</property>
  110. <property name="use_underline">True</property>
  111. <property name="xalign">0</property>
  112. <property name="draw_indicator">True</property>
  113. <child internal-child="accessible">
  114. <object class="AtkObject" id="dontsplit-atkobject">
  115. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|dontsplit">Specifies that tables are not split by any type of text flow break.</property>
  116. </object>
  117. </child>
  118. </object>
  119. <packing>
  120. <property name="left_attach">0</property>
  121. <property name="top_attach">2</property>
  122. </packing>
  123. </child>
  124. <child>
  125. <object class="GtkCheckButton" id="border">
  126. <property name="label" translatable="yes" context="opttablepage|border">B_order</property>
  127. <property name="visible">True</property>
  128. <property name="can_focus">True</property>
  129. <property name="receives_default">False</property>
  130. <property name="use_underline">True</property>
  131. <property name="xalign">0</property>
  132. <property name="draw_indicator">True</property>
  133. <child internal-child="accessible">
  134. <object class="AtkObject" id="border-atkobject">
  135. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|border">Specifies that table cells have a border by default.</property>
  136. </object>
  137. </child>
  138. </object>
  139. <packing>
  140. <property name="left_attach">0</property>
  141. <property name="top_attach">3</property>
  142. </packing>
  143. </child>
  144. </object>
  145. </child>
  146. </object>
  147. </child>
  148. <child type="label">
  149. <object class="GtkLabel" id="label1">
  150. <property name="visible">True</property>
  151. <property name="can_focus">False</property>
  152. <property name="label" translatable="yes" context="opttablepage|label1">New Table Defaults</property>
  153. <attributes>
  154. <attribute name="weight" value="bold"/>
  155. </attributes>
  156. </object>
  157. </child>
  158. </object>
  159. <packing>
  160. <property name="expand">False</property>
  161. <property name="fill">True</property>
  162. <property name="position">0</property>
  163. </packing>
  164. </child>
  165. <child>
  166. <object class="GtkFrame" id="frame2">
  167. <property name="visible">True</property>
  168. <property name="can_focus">False</property>
  169. <property name="hexpand">True</property>
  170. <property name="label_xalign">0</property>
  171. <property name="shadow_type">none</property>
  172. <child>
  173. <object class="GtkAlignment" id="alignment2">
  174. <property name="visible">True</property>
  175. <property name="can_focus">False</property>
  176. <property name="hexpand">True</property>
  177. <property name="top_padding">6</property>
  178. <property name="left_padding">12</property>
  179. <child>
  180. <!-- n-columns=1 n-rows=1 -->
  181. <object class="GtkGrid" id="grid2">
  182. <property name="visible">True</property>
  183. <property name="can_focus">False</property>
  184. <property name="hexpand">True</property>
  185. <property name="row_spacing">6</property>
  186. <property name="column_spacing">12</property>
  187. <child>
  188. <object class="GtkCheckButton" id="numformatting">
  189. <property name="label" translatable="yes" context="opttablepage|numformatting">_Number recognition</property>
  190. <property name="visible">True</property>
  191. <property name="can_focus">True</property>
  192. <property name="receives_default">False</property>
  193. <property name="use_underline">True</property>
  194. <property name="xalign">0</property>
  195. <property name="draw_indicator">True</property>
  196. <child internal-child="accessible">
  197. <object class="AtkObject" id="numformatting-atkobject">
  198. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|numformatting">Specifies that numbers in a text table are recognized and formatted as numbers.</property>
  199. </object>
  200. </child>
  201. </object>
  202. <packing>
  203. <property name="left_attach">0</property>
  204. <property name="top_attach">0</property>
  205. </packing>
  206. </child>
  207. <child>
  208. <object class="GtkCheckButton" id="numfmtformatting">
  209. <property name="label" translatable="yes" context="opttablepage|numfmtformatting">N_umber format recognition</property>
  210. <property name="visible">True</property>
  211. <property name="can_focus">True</property>
  212. <property name="receives_default">False</property>
  213. <property name="margin_left">12</property>
  214. <property name="use_underline">True</property>
  215. <property name="xalign">0</property>
  216. <property name="draw_indicator">True</property>
  217. <child internal-child="accessible">
  218. <object class="AtkObject" id="numfmtformatting-atkobject">
  219. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|numfmtformatting">If Number format recognition is not marked, only input in the format that has been set at the cell is accepted. Any other input resets the format to Text.</property>
  220. </object>
  221. </child>
  222. </object>
  223. <packing>
  224. <property name="left_attach">0</property>
  225. <property name="top_attach">1</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <object class="GtkCheckButton" id="numalignment">
  230. <property name="label" translatable="yes" context="opttablepage|numalignment">_Alignment</property>
  231. <property name="visible">True</property>
  232. <property name="can_focus">True</property>
  233. <property name="receives_default">False</property>
  234. <property name="margin_left">12</property>
  235. <property name="use_underline">True</property>
  236. <property name="xalign">0</property>
  237. <property name="draw_indicator">True</property>
  238. <child internal-child="accessible">
  239. <object class="AtkObject" id="numalignment-atkobject">
  240. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|numalignment">Specifies that numbers are always bottom right aligned in the cell.</property>
  241. </object>
  242. </child>
  243. </object>
  244. <packing>
  245. <property name="left_attach">0</property>
  246. <property name="top_attach">2</property>
  247. </packing>
  248. </child>
  249. </object>
  250. </child>
  251. </object>
  252. </child>
  253. <child type="label">
  254. <object class="GtkLabel" id="label2">
  255. <property name="visible">True</property>
  256. <property name="can_focus">False</property>
  257. <property name="label" translatable="yes" context="opttablepage|label2">Input in Tables</property>
  258. <attributes>
  259. <attribute name="weight" value="bold"/>
  260. </attributes>
  261. </object>
  262. </child>
  263. </object>
  264. <packing>
  265. <property name="expand">False</property>
  266. <property name="fill">True</property>
  267. <property name="position">1</property>
  268. </packing>
  269. </child>
  270. </object>
  271. <packing>
  272. <property name="expand">False</property>
  273. <property name="fill">True</property>
  274. <property name="position">0</property>
  275. </packing>
  276. </child>
  277. <child>
  278. <object class="GtkFrame" id="frame3">
  279. <property name="visible">True</property>
  280. <property name="can_focus">False</property>
  281. <property name="hexpand">True</property>
  282. <property name="vexpand">True</property>
  283. <property name="label_xalign">0</property>
  284. <property name="shadow_type">none</property>
  285. <child>
  286. <object class="GtkAlignment" id="alignment3">
  287. <property name="visible">True</property>
  288. <property name="can_focus">False</property>
  289. <property name="hexpand">True</property>
  290. <property name="vexpand">True</property>
  291. <property name="top_padding">6</property>
  292. <property name="left_padding">12</property>
  293. <child>
  294. <!-- n-columns=1 n-rows=1 -->
  295. <object class="GtkGrid" id="grid3">
  296. <property name="visible">True</property>
  297. <property name="can_focus">False</property>
  298. <property name="hexpand">True</property>
  299. <property name="row_spacing">12</property>
  300. <property name="column_spacing">12</property>
  301. <child>
  302. <!-- n-columns=1 n-rows=1 -->
  303. <object class="GtkGrid" id="grid5">
  304. <property name="visible">True</property>
  305. <property name="can_focus">False</property>
  306. <property name="row_spacing">6</property>
  307. <property name="column_spacing">18</property>
  308. <child>
  309. <object class="GtkLabel" id="label10">
  310. <property name="visible">True</property>
  311. <property name="can_focus">False</property>
  312. <property name="label" translatable="yes" context="opttablepage|label10">Behavior of rows/columns</property>
  313. <property name="xalign">0</property>
  314. </object>
  315. <packing>
  316. <property name="left_attach">0</property>
  317. <property name="top_attach">0</property>
  318. <property name="width">2</property>
  319. </packing>
  320. </child>
  321. <child>
  322. <object class="GtkRadioButton" id="fix">
  323. <property name="label" translatable="yes" context="opttablepage|fix">_Fixed</property>
  324. <property name="visible">True</property>
  325. <property name="can_focus">True</property>
  326. <property name="receives_default">False</property>
  327. <property name="margin_left">12</property>
  328. <property name="use_underline">True</property>
  329. <property name="xalign">0</property>
  330. <property name="active">True</property>
  331. <property name="draw_indicator">True</property>
  332. <child internal-child="accessible">
  333. <object class="AtkObject" id="fix-atkobject">
  334. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|fix">Specifies that changes to a row or column only affect the corresponding adjacent area.</property>
  335. </object>
  336. </child>
  337. </object>
  338. <packing>
  339. <property name="left_attach">0</property>
  340. <property name="top_attach">1</property>
  341. </packing>
  342. </child>
  343. <child>
  344. <object class="GtkRadioButton" id="fixprop">
  345. <property name="label" translatable="yes" context="opttablepage|fixprop">Fi_xed, proportional</property>
  346. <property name="visible">True</property>
  347. <property name="can_focus">True</property>
  348. <property name="receives_default">False</property>
  349. <property name="margin_left">12</property>
  350. <property name="use_underline">True</property>
  351. <property name="xalign">0</property>
  352. <property name="active">True</property>
  353. <property name="draw_indicator">True</property>
  354. <property name="group">fix</property>
  355. <child internal-child="accessible">
  356. <object class="AtkObject" id="fixprop-atkobject">
  357. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|fixprop">Specifies that changes to a row or column have an effect on the entire table.</property>
  358. </object>
  359. </child>
  360. </object>
  361. <packing>
  362. <property name="left_attach">0</property>
  363. <property name="top_attach">2</property>
  364. </packing>
  365. </child>
  366. <child>
  367. <object class="GtkRadioButton" id="var">
  368. <property name="label" translatable="yes" context="opttablepage|var">_Variable</property>
  369. <property name="visible">True</property>
  370. <property name="can_focus">True</property>
  371. <property name="receives_default">False</property>
  372. <property name="margin_left">12</property>
  373. <property name="use_underline">True</property>
  374. <property name="xalign">0</property>
  375. <property name="active">True</property>
  376. <property name="draw_indicator">True</property>
  377. <property name="group">fix</property>
  378. <child internal-child="accessible">
  379. <object class="AtkObject" id="var-atkobject">
  380. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|var">Specifies that changes to a row or column affect the table size.</property>
  381. </object>
  382. </child>
  383. </object>
  384. <packing>
  385. <property name="left_attach">0</property>
  386. <property name="top_attach">3</property>
  387. </packing>
  388. </child>
  389. <child>
  390. <object class="GtkLabel" id="label11">
  391. <property name="visible">True</property>
  392. <property name="can_focus">False</property>
  393. <property name="hexpand">True</property>
  394. <property name="label" translatable="yes" context="opttablepage|label11">Changes affect the adjacent area only</property>
  395. <property name="wrap">True</property>
  396. <property name="wrap_mode">char</property>
  397. <property name="width_chars">50</property>
  398. <property name="max_width_chars">50</property>
  399. <property name="xalign">0</property>
  400. </object>
  401. <packing>
  402. <property name="left_attach">1</property>
  403. <property name="top_attach">1</property>
  404. </packing>
  405. </child>
  406. <child>
  407. <object class="GtkLabel" id="label12">
  408. <property name="visible">True</property>
  409. <property name="can_focus">False</property>
  410. <property name="hexpand">True</property>
  411. <property name="label" translatable="yes" context="opttablepage|label12">Changes affect the entire table</property>
  412. <property name="wrap">True</property>
  413. <property name="width_chars">50</property>
  414. <property name="max_width_chars">50</property>
  415. <property name="xalign">0</property>
  416. </object>
  417. <packing>
  418. <property name="left_attach">1</property>
  419. <property name="top_attach">2</property>
  420. </packing>
  421. </child>
  422. <child>
  423. <object class="GtkLabel" id="label13">
  424. <property name="visible">True</property>
  425. <property name="can_focus">False</property>
  426. <property name="hexpand">True</property>
  427. <property name="label" translatable="yes" context="opttablepage|label13">Changes affect the table size</property>
  428. <property name="wrap">True</property>
  429. <property name="width_chars">50</property>
  430. <property name="max_width_chars">50</property>
  431. <property name="xalign">0</property>
  432. </object>
  433. <packing>
  434. <property name="left_attach">1</property>
  435. <property name="top_attach">3</property>
  436. </packing>
  437. </child>
  438. </object>
  439. <packing>
  440. <property name="left_attach">0</property>
  441. <property name="top_attach">1</property>
  442. </packing>
  443. </child>
  444. <child>
  445. <object class="GtkBox" id="box1">
  446. <property name="visible">True</property>
  447. <property name="can_focus">False</property>
  448. <property name="hexpand">True</property>
  449. <property name="spacing">12</property>
  450. <property name="homogeneous">True</property>
  451. <child>
  452. <!-- n-columns=1 n-rows=1 -->
  453. <object class="GtkGrid" id="grid4">
  454. <property name="visible">True</property>
  455. <property name="can_focus">False</property>
  456. <property name="halign">start</property>
  457. <property name="hexpand">True</property>
  458. <property name="orientation">vertical</property>
  459. <property name="row_spacing">6</property>
  460. <property name="column_spacing">12</property>
  461. <child>
  462. <object class="GtkLabel" id="label4">
  463. <property name="visible">True</property>
  464. <property name="can_focus">False</property>
  465. <property name="label" translatable="yes" context="opttablepage|label4">Move cells</property>
  466. <property name="xalign">0</property>
  467. </object>
  468. <packing>
  469. <property name="left_attach">0</property>
  470. <property name="top_attach">0</property>
  471. <property name="width">2</property>
  472. </packing>
  473. </child>
  474. <child>
  475. <object class="GtkSpinButton" id="rowmove">
  476. <property name="visible">True</property>
  477. <property name="can_focus">True</property>
  478. <property name="halign">start</property>
  479. <property name="adjustment">adjustment1</property>
  480. <property name="digits">2</property>
  481. <property name="truncate-multiline">True</property>
  482. <child internal-child="accessible">
  483. <object class="AtkObject" id="rowmove-atkobject">
  484. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rowmove">Specifies the value to be used for moving a row.</property>
  485. </object>
  486. </child>
  487. </object>
  488. <packing>
  489. <property name="left_attach">1</property>
  490. <property name="top_attach">1</property>
  491. </packing>
  492. </child>
  493. <child>
  494. <object class="GtkSpinButton" id="colmove">
  495. <property name="visible">True</property>
  496. <property name="can_focus">True</property>
  497. <property name="halign">start</property>
  498. <property name="adjustment">adjustment2</property>
  499. <property name="digits">2</property>
  500. <property name="truncate-multiline">True</property>
  501. <child internal-child="accessible">
  502. <object class="AtkObject" id="colmove-atkobject">
  503. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|colmove">Specifies the value to be used for moving a column.</property>
  504. </object>
  505. </child>
  506. </object>
  507. <packing>
  508. <property name="left_attach">1</property>
  509. <property name="top_attach">2</property>
  510. </packing>
  511. </child>
  512. <child>
  513. <object class="GtkLabel" id="label5">
  514. <property name="visible">True</property>
  515. <property name="can_focus">False</property>
  516. <property name="margin_left">12</property>
  517. <property name="label" translatable="yes" context="opttablepage|label5">_Row:</property>
  518. <property name="use_underline">True</property>
  519. <property name="mnemonic_widget">rowmove</property>
  520. <property name="xalign">0</property>
  521. </object>
  522. <packing>
  523. <property name="left_attach">0</property>
  524. <property name="top_attach">1</property>
  525. </packing>
  526. </child>
  527. <child>
  528. <object class="GtkLabel" id="label6">
  529. <property name="visible">True</property>
  530. <property name="can_focus">False</property>
  531. <property name="margin_left">12</property>
  532. <property name="label" translatable="yes" context="opttablepage|label6">_Column:</property>
  533. <property name="use_underline">True</property>
  534. <property name="mnemonic_widget">colmove</property>
  535. <property name="xalign">0</property>
  536. </object>
  537. <packing>
  538. <property name="left_attach">0</property>
  539. <property name="top_attach">2</property>
  540. </packing>
  541. </child>
  542. </object>
  543. <packing>
  544. <property name="expand">False</property>
  545. <property name="fill">True</property>
  546. <property name="position">0</property>
  547. </packing>
  548. </child>
  549. <child>
  550. <!-- n-columns=1 n-rows=1 -->
  551. <object class="GtkGrid" id="grid6">
  552. <property name="visible">True</property>
  553. <property name="can_focus">False</property>
  554. <property name="halign">start</property>
  555. <property name="hexpand">True</property>
  556. <property name="orientation">vertical</property>
  557. <property name="row_spacing">6</property>
  558. <property name="column_spacing">12</property>
  559. <child>
  560. <object class="GtkSpinButton" id="rowinsert">
  561. <property name="visible">True</property>
  562. <property name="can_focus">True</property>
  563. <property name="halign">start</property>
  564. <property name="adjustment">adjustment3</property>
  565. <property name="digits">2</property>
  566. <property name="truncate-multiline">True</property>
  567. <child internal-child="accessible">
  568. <object class="AtkObject" id="rowinsert-atkobject">
  569. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rowinsert">Specifies the default value for inserting rows.</property>
  570. </object>
  571. </child>
  572. </object>
  573. <packing>
  574. <property name="left_attach">1</property>
  575. <property name="top_attach">1</property>
  576. </packing>
  577. </child>
  578. <child>
  579. <object class="GtkSpinButton" id="colinsert">
  580. <property name="visible">True</property>
  581. <property name="can_focus">True</property>
  582. <property name="halign">start</property>
  583. <property name="adjustment">adjustment4</property>
  584. <property name="digits">2</property>
  585. <property name="truncate-multiline">True</property>
  586. <child internal-child="accessible">
  587. <object class="AtkObject" id="colinsert-atkobject">
  588. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|colinsert">Specifies the default value for inserting columns.</property>
  589. </object>
  590. </child>
  591. </object>
  592. <packing>
  593. <property name="left_attach">1</property>
  594. <property name="top_attach">2</property>
  595. </packing>
  596. </child>
  597. <child>
  598. <object class="GtkLabel" id="label15">
  599. <property name="visible">True</property>
  600. <property name="can_focus">False</property>
  601. <property name="margin_left">12</property>
  602. <property name="label" translatable="yes" context="opttablepage|label15">Ro_w:</property>
  603. <property name="use_underline">True</property>
  604. <property name="mnemonic_widget">rowinsert</property>
  605. <property name="xalign">0</property>
  606. </object>
  607. <packing>
  608. <property name="left_attach">0</property>
  609. <property name="top_attach">1</property>
  610. </packing>
  611. </child>
  612. <child>
  613. <object class="GtkLabel" id="label16">
  614. <property name="visible">True</property>
  615. <property name="can_focus">False</property>
  616. <property name="margin_left">12</property>
  617. <property name="label" translatable="yes" context="opttablepage|label16">Colu_mn:</property>
  618. <property name="use_underline">True</property>
  619. <property name="mnemonic_widget">colinsert</property>
  620. <property name="xalign">0</property>
  621. </object>
  622. <packing>
  623. <property name="left_attach">0</property>
  624. <property name="top_attach">2</property>
  625. </packing>
  626. </child>
  627. <child>
  628. <object class="GtkLabel" id="label14">
  629. <property name="visible">True</property>
  630. <property name="can_focus">False</property>
  631. <property name="label" translatable="yes" context="opttablepage|label14">Insert cell</property>
  632. <property name="xalign">0</property>
  633. </object>
  634. <packing>
  635. <property name="left_attach">0</property>
  636. <property name="top_attach">0</property>
  637. <property name="width">2</property>
  638. </packing>
  639. </child>
  640. </object>
  641. <packing>
  642. <property name="expand">False</property>
  643. <property name="fill">True</property>
  644. <property name="position">1</property>
  645. </packing>
  646. </child>
  647. </object>
  648. <packing>
  649. <property name="left_attach">0</property>
  650. <property name="top_attach">0</property>
  651. </packing>
  652. </child>
  653. </object>
  654. </child>
  655. </object>
  656. </child>
  657. <child type="label">
  658. <object class="GtkLabel" id="label3">
  659. <property name="visible">True</property>
  660. <property name="can_focus">False</property>
  661. <property name="label" translatable="yes" context="opttablepage|label3">Keyboard Handling</property>
  662. <attributes>
  663. <attribute name="weight" value="bold"/>
  664. </attributes>
  665. </object>
  666. </child>
  667. </object>
  668. <packing>
  669. <property name="expand">False</property>
  670. <property name="fill">True</property>
  671. <property name="position">1</property>
  672. </packing>
  673. </child>
  674. <child internal-child="accessible">
  675. <object class="AtkObject" id="OptTablePage-atkobject">
  676. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptTablePage">Defines the attributes of tables in text documents.</property>
  677. </object>
  678. </child>
  679. </object>
  680. </interface>