You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

openvibe-simple-visualization-Simple3DDisplay.ui 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 2.12 -->
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkDialog" id="SetPositionDialog">
  6. <property name="border_width">5</property>
  7. <property name="title" translatable="yes">Set object position</property>
  8. <property name="type_hint">normal</property>
  9. <property name="has_separator">False</property>
  10. <child internal-child="vbox">
  11. <object class="GtkVBox" id="SetPositionVBox">
  12. <property name="visible">True</property>
  13. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  14. <property name="spacing">2</property>
  15. <child>
  16. <object class="GtkTable" id="SetPositionTable">
  17. <property name="visible">True</property>
  18. <property name="n_rows">4</property>
  19. <property name="n_columns">2</property>
  20. <child>
  21. <object class="GtkEntry" id="PositionObjectName">
  22. <property name="visible">True</property>
  23. </object>
  24. <packing>
  25. <property name="left_attach">1</property>
  26. <property name="right_attach">2</property>
  27. </packing>
  28. </child>
  29. <child>
  30. <object class="GtkLabel" id="object">
  31. <property name="visible">True</property>
  32. <property name="label" translatable="yes">Object name</property>
  33. </object>
  34. </child>
  35. <child>
  36. <object class="GtkEntry" id="XPositionEntry">
  37. <property name="visible">True</property>
  38. <property name="text" translatable="yes">0</property>
  39. </object>
  40. <packing>
  41. <property name="left_attach">1</property>
  42. <property name="right_attach">2</property>
  43. <property name="top_attach">1</property>
  44. <property name="bottom_attach">2</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkLabel" id="x">
  49. <property name="visible">True</property>
  50. <property name="label" translatable="yes">x</property>
  51. </object>
  52. <packing>
  53. <property name="top_attach">1</property>
  54. <property name="bottom_attach">2</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkEntry" id="YPositionEntry">
  59. <property name="visible">True</property>
  60. <property name="text" translatable="yes">0</property>
  61. </object>
  62. <packing>
  63. <property name="left_attach">1</property>
  64. <property name="right_attach">2</property>
  65. <property name="top_attach">2</property>
  66. <property name="bottom_attach">3</property>
  67. </packing>
  68. </child>
  69. <child>
  70. <object class="GtkLabel" id="y">
  71. <property name="visible">True</property>
  72. <property name="label" translatable="yes">y</property>
  73. </object>
  74. <packing>
  75. <property name="top_attach">2</property>
  76. <property name="bottom_attach">3</property>
  77. </packing>
  78. </child>
  79. <child>
  80. <object class="GtkEntry" id="ZPositionEntry">
  81. <property name="visible">True</property>
  82. <property name="text" translatable="yes">0</property>
  83. </object>
  84. <packing>
  85. <property name="left_attach">1</property>
  86. <property name="right_attach">2</property>
  87. <property name="top_attach">3</property>
  88. <property name="bottom_attach">4</property>
  89. </packing>
  90. </child>
  91. <child>
  92. <object class="GtkLabel" id="z">
  93. <property name="visible">True</property>
  94. <property name="label" translatable="yes">z</property>
  95. </object>
  96. <packing>
  97. <property name="top_attach">3</property>
  98. <property name="bottom_attach">4</property>
  99. </packing>
  100. </child>
  101. </object>
  102. <packing>
  103. <property name="position">1</property>
  104. </packing>
  105. </child>
  106. <child internal-child="action_area">
  107. <object class="GtkHButtonBox" id="dialog-action_area1">
  108. <property name="visible">True</property>
  109. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  110. <property name="layout_style">end</property>
  111. <child>
  112. <placeholder/>
  113. </child>
  114. <child>
  115. <placeholder/>
  116. </child>
  117. </object>
  118. <packing>
  119. <property name="expand">False</property>
  120. <property name="pack_type">end</property>
  121. <property name="position">0</property>
  122. </packing>
  123. </child>
  124. </object>
  125. </child>
  126. </object>
  127. <object class="GtkDialog" id="CreateObjectDialog">
  128. <property name="border_width">5</property>
  129. <property name="title" translatable="yes">Create a new object</property>
  130. <property name="type_hint">normal</property>
  131. <property name="has_separator">False</property>
  132. <child internal-child="vbox">
  133. <object class="GtkVBox" id="CreateObjectVBox">
  134. <property name="visible">True</property>
  135. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  136. <property name="spacing">2</property>
  137. <child>
  138. <object class="GtkTable" id="CreateObjectTable">
  139. <property name="visible">True</property>
  140. <property name="n_rows">2</property>
  141. <property name="n_columns">2</property>
  142. <child>
  143. <object class="GtkLabel" id="object1">
  144. <property name="visible">True</property>
  145. <property name="xalign">0</property>
  146. <property name="yalign">0</property>
  147. <property name="label" translatable="yes">Object name</property>
  148. </object>
  149. <packing>
  150. <property name="y_options">GTK_EXPAND</property>
  151. </packing>
  152. </child>
  153. <child>
  154. <object class="GtkEntry" id="CreateObjectName">
  155. <property name="visible">True</property>
  156. </object>
  157. <packing>
  158. <property name="left_attach">1</property>
  159. <property name="right_attach">2</property>
  160. </packing>
  161. </child>
  162. <child>
  163. <object class="GtkTable" id="table1">
  164. <property name="visible">True</property>
  165. <property name="n_rows">3</property>
  166. <property name="n_columns">2</property>
  167. <child>
  168. <object class="GtkTable" id="StandardObjectComboBoxTable">
  169. <property name="visible">True</property>
  170. <child>
  171. <placeholder/>
  172. </child>
  173. </object>
  174. <packing>
  175. <property name="left_attach">1</property>
  176. <property name="right_attach">2</property>
  177. <property name="top_attach">1</property>
  178. <property name="bottom_attach">2</property>
  179. </packing>
  180. </child>
  181. <child>
  182. <object class="GtkLabel" id="label2">
  183. <property name="visible">True</property>
  184. <property name="label" translatable="yes">Object type</property>
  185. </object>
  186. <packing>
  187. <property name="right_attach">2</property>
  188. </packing>
  189. </child>
  190. <child>
  191. <object class="GtkRadioButton" id="CreateObjectStandard">
  192. <property name="label" translatable="yes">Standard</property>
  193. <property name="visible">True</property>
  194. <property name="can_focus">False</property>
  195. <property name="receives_default">False</property>
  196. <property name="draw_indicator">True</property>
  197. </object>
  198. <packing>
  199. <property name="top_attach">1</property>
  200. <property name="bottom_attach">2</property>
  201. </packing>
  202. </child>
  203. <child>
  204. <object class="GtkRadioButton" id="CreateObjectCustom">
  205. <property name="label" translatable="yes">Custom</property>
  206. <property name="visible">True</property>
  207. <property name="can_focus">False</property>
  208. <property name="receives_default">False</property>
  209. <property name="draw_indicator">True</property>
  210. <property name="group">CreateObjectStandard</property>
  211. </object>
  212. <packing>
  213. <property name="top_attach">2</property>
  214. <property name="bottom_attach">3</property>
  215. </packing>
  216. </child>
  217. <child>
  218. <object class="GtkEntry" id="CustomObjectEntry">
  219. <property name="visible">True</property>
  220. </object>
  221. <packing>
  222. <property name="left_attach">1</property>
  223. <property name="right_attach">2</property>
  224. <property name="top_attach">2</property>
  225. <property name="bottom_attach">3</property>
  226. </packing>
  227. </child>
  228. </object>
  229. <packing>
  230. <property name="right_attach">2</property>
  231. <property name="top_attach">1</property>
  232. <property name="bottom_attach">2</property>
  233. </packing>
  234. </child>
  235. </object>
  236. <packing>
  237. <property name="position">1</property>
  238. </packing>
  239. </child>
  240. <child internal-child="action_area">
  241. <object class="GtkHButtonBox" id="dialog-action_area2">
  242. <property name="visible">True</property>
  243. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  244. <property name="layout_style">end</property>
  245. <child>
  246. <placeholder/>
  247. </child>
  248. <child>
  249. <placeholder/>
  250. </child>
  251. </object>
  252. <packing>
  253. <property name="expand">False</property>
  254. <property name="pack_type">end</property>
  255. <property name="position">0</property>
  256. </packing>
  257. </child>
  258. </object>
  259. </child>
  260. </object>
  261. <object class="GtkDialog" id="SetScaleDialog">
  262. <property name="border_width">5</property>
  263. <property name="title" translatable="yes">Set object scale</property>
  264. <property name="type_hint">normal</property>
  265. <property name="has_separator">False</property>
  266. <child internal-child="vbox">
  267. <object class="GtkVBox" id="SetScaleVBox">
  268. <property name="visible">True</property>
  269. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  270. <property name="spacing">2</property>
  271. <child>
  272. <object class="GtkTable" id="SetScaleTable">
  273. <property name="visible">True</property>
  274. <property name="n_rows">4</property>
  275. <property name="n_columns">2</property>
  276. <child>
  277. <object class="GtkLabel" id="z1">
  278. <property name="visible">True</property>
  279. <property name="label" translatable="yes">Scale z</property>
  280. </object>
  281. <packing>
  282. <property name="top_attach">3</property>
  283. <property name="bottom_attach">4</property>
  284. </packing>
  285. </child>
  286. <child>
  287. <object class="GtkEntry" id="ZScaleEntry">
  288. <property name="visible">True</property>
  289. <property name="text" translatable="yes">1</property>
  290. </object>
  291. <packing>
  292. <property name="left_attach">1</property>
  293. <property name="right_attach">2</property>
  294. <property name="top_attach">3</property>
  295. <property name="bottom_attach">4</property>
  296. </packing>
  297. </child>
  298. <child>
  299. <object class="GtkLabel" id="y1">
  300. <property name="visible">True</property>
  301. <property name="label" translatable="yes">Scale y</property>
  302. </object>
  303. <packing>
  304. <property name="top_attach">2</property>
  305. <property name="bottom_attach">3</property>
  306. </packing>
  307. </child>
  308. <child>
  309. <object class="GtkEntry" id="YScaleEntry">
  310. <property name="visible">True</property>
  311. <property name="text" translatable="yes">1</property>
  312. </object>
  313. <packing>
  314. <property name="left_attach">1</property>
  315. <property name="right_attach">2</property>
  316. <property name="top_attach">2</property>
  317. <property name="bottom_attach">3</property>
  318. </packing>
  319. </child>
  320. <child>
  321. <object class="GtkLabel" id="x1">
  322. <property name="visible">True</property>
  323. <property name="label" translatable="yes">Scale x</property>
  324. </object>
  325. <packing>
  326. <property name="top_attach">1</property>
  327. <property name="bottom_attach">2</property>
  328. </packing>
  329. </child>
  330. <child>
  331. <object class="GtkEntry" id="XScaleEntry">
  332. <property name="visible">True</property>
  333. <property name="text" translatable="yes">1</property>
  334. </object>
  335. <packing>
  336. <property name="left_attach">1</property>
  337. <property name="right_attach">2</property>
  338. <property name="top_attach">1</property>
  339. <property name="bottom_attach">2</property>
  340. </packing>
  341. </child>
  342. <child>
  343. <object class="GtkLabel" id="object2">
  344. <property name="visible">True</property>
  345. <property name="label" translatable="yes">Object name</property>
  346. </object>
  347. </child>
  348. <child>
  349. <object class="GtkEntry" id="ScaleObjectName">
  350. <property name="visible">True</property>
  351. </object>
  352. <packing>
  353. <property name="left_attach">1</property>
  354. <property name="right_attach">2</property>
  355. </packing>
  356. </child>
  357. </object>
  358. <packing>
  359. <property name="position">1</property>
  360. </packing>
  361. </child>
  362. <child internal-child="action_area">
  363. <object class="GtkHButtonBox" id="dialog-action_area3">
  364. <property name="visible">True</property>
  365. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  366. <property name="layout_style">end</property>
  367. <child>
  368. <placeholder/>
  369. </child>
  370. <child>
  371. <placeholder/>
  372. </child>
  373. </object>
  374. <packing>
  375. <property name="expand">False</property>
  376. <property name="pack_type">end</property>
  377. <property name="position">0</property>
  378. </packing>
  379. </child>
  380. </object>
  381. </child>
  382. </object>
  383. <object class="GtkDialog" id="SetColorDialog">
  384. <property name="border_width">5</property>
  385. <property name="title" translatable="yes">Set object color</property>
  386. <property name="type_hint">normal</property>
  387. <property name="has_separator">False</property>
  388. <child internal-child="vbox">
  389. <object class="GtkVBox" id="SetColorVBox">
  390. <property name="visible">True</property>
  391. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  392. <property name="spacing">2</property>
  393. <child>
  394. <object class="GtkTable" id="SetColorTable">
  395. <property name="visible">True</property>
  396. <property name="n_rows">6</property>
  397. <property name="n_columns">2</property>
  398. <child>
  399. <object class="GtkRadioButton" id="SetVertexColorRadioButton">
  400. <property name="label" translatable="yes">Set Vertex Color</property>
  401. <property name="visible">True</property>
  402. <property name="can_focus">False</property>
  403. <property name="receives_default">False</property>
  404. <property name="draw_indicator">True</property>
  405. <property name="group">SetMaterialColorRadioButton</property>
  406. </object>
  407. <packing>
  408. <property name="left_attach">1</property>
  409. <property name="right_attach">2</property>
  410. <property name="top_attach">1</property>
  411. <property name="bottom_attach">2</property>
  412. </packing>
  413. </child>
  414. <child>
  415. <object class="GtkRadioButton" id="SetMaterialColorRadioButton">
  416. <property name="label" translatable="yes">Set Material Color</property>
  417. <property name="visible">True</property>
  418. <property name="can_focus">False</property>
  419. <property name="receives_default">False</property>
  420. <property name="draw_indicator">True</property>
  421. </object>
  422. <packing>
  423. <property name="top_attach">1</property>
  424. <property name="bottom_attach">2</property>
  425. </packing>
  426. </child>
  427. <child>
  428. <object class="GtkEntry" id="TransparencyEntry">
  429. <property name="visible">True</property>
  430. <property name="text" translatable="yes">0</property>
  431. </object>
  432. <packing>
  433. <property name="left_attach">1</property>
  434. <property name="right_attach">2</property>
  435. <property name="top_attach">5</property>
  436. <property name="bottom_attach">6</property>
  437. </packing>
  438. </child>
  439. <child>
  440. <object class="GtkLabel" id="label1">
  441. <property name="visible">True</property>
  442. <property name="label" translatable="yes">Transparency (0 to 1)</property>
  443. </object>
  444. <packing>
  445. <property name="top_attach">5</property>
  446. <property name="bottom_attach">6</property>
  447. </packing>
  448. </child>
  449. <child>
  450. <object class="GtkEntry" id="ColorObjectName">
  451. <property name="visible">True</property>
  452. </object>
  453. <packing>
  454. <property name="left_attach">1</property>
  455. <property name="right_attach">2</property>
  456. </packing>
  457. </child>
  458. <child>
  459. <object class="GtkLabel" id="object3">
  460. <property name="visible">True</property>
  461. <property name="label" translatable="yes">Object name</property>
  462. </object>
  463. </child>
  464. <child>
  465. <object class="GtkEntry" id="RedEntry">
  466. <property name="visible">True</property>
  467. <property name="text" translatable="yes">1</property>
  468. </object>
  469. <packing>
  470. <property name="left_attach">1</property>
  471. <property name="right_attach">2</property>
  472. <property name="top_attach">2</property>
  473. <property name="bottom_attach">3</property>
  474. </packing>
  475. </child>
  476. <child>
  477. <object class="GtkLabel" id="1">
  478. <property name="visible">True</property>
  479. <property name="label" translatable="yes">Red (0 to 1)</property>
  480. </object>
  481. <packing>
  482. <property name="top_attach">2</property>
  483. <property name="bottom_attach">3</property>
  484. </packing>
  485. </child>
  486. <child>
  487. <object class="GtkEntry" id="GreenEntry">
  488. <property name="visible">True</property>
  489. <property name="text" translatable="yes">1</property>
  490. </object>
  491. <packing>
  492. <property name="left_attach">1</property>
  493. <property name="right_attach">2</property>
  494. <property name="top_attach">3</property>
  495. <property name="bottom_attach">4</property>
  496. </packing>
  497. </child>
  498. <child>
  499. <object class="GtkLabel" id="y2">
  500. <property name="visible">True</property>
  501. <property name="label" translatable="yes">Green (0 to 1)</property>
  502. </object>
  503. <packing>
  504. <property name="top_attach">3</property>
  505. <property name="bottom_attach">4</property>
  506. </packing>
  507. </child>
  508. <child>
  509. <object class="GtkEntry" id="BlueEntry">
  510. <property name="visible">True</property>
  511. <property name="text" translatable="yes">1</property>
  512. </object>
  513. <packing>
  514. <property name="left_attach">1</property>
  515. <property name="right_attach">2</property>
  516. <property name="top_attach">4</property>
  517. <property name="bottom_attach">5</property>
  518. </packing>
  519. </child>
  520. <child>
  521. <object class="GtkLabel" id="z2">
  522. <property name="visible">True</property>
  523. <property name="label" translatable="yes">Blue (0 to 1)</property>
  524. </object>
  525. <packing>
  526. <property name="top_attach">4</property>
  527. <property name="bottom_attach">5</property>
  528. </packing>
  529. </child>
  530. </object>
  531. <packing>
  532. <property name="position">1</property>
  533. </packing>
  534. </child>
  535. <child internal-child="action_area">
  536. <object class="GtkHButtonBox" id="dialog-action_area4">
  537. <property name="visible">True</property>
  538. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  539. <property name="layout_style">end</property>
  540. <child>
  541. <placeholder/>
  542. </child>
  543. <child>
  544. <placeholder/>
  545. </child>
  546. </object>
  547. <packing>
  548. <property name="expand">False</property>
  549. <property name="pack_type">end</property>
  550. <property name="position">0</property>
  551. </packing>
  552. </child>
  553. </object>
  554. </child>
  555. </object>
  556. <object class="GtkDialog" id="DeleteObjectDialog">
  557. <property name="border_width">5</property>
  558. <property name="title" translatable="yes">Delete an object</property>
  559. <property name="type_hint">normal</property>
  560. <property name="has_separator">False</property>
  561. <child internal-child="vbox">
  562. <object class="GtkVBox" id="DeleteObjectVBox">
  563. <property name="visible">True</property>
  564. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  565. <property name="spacing">2</property>
  566. <child>
  567. <object class="GtkTable" id="DeleteObjectTable">
  568. <property name="visible">True</property>
  569. <property name="n_columns">2</property>
  570. <child>
  571. <object class="GtkEntry" id="DeleteObjectName">
  572. <property name="visible">True</property>
  573. </object>
  574. <packing>
  575. <property name="left_attach">1</property>
  576. <property name="right_attach">2</property>
  577. </packing>
  578. </child>
  579. <child>
  580. <object class="GtkLabel" id="deleteObjectLabel">
  581. <property name="visible">True</property>
  582. <property name="label" translatable="yes">Object name</property>
  583. </object>
  584. <packing>
  585. <property name="y_options">GTK_EXPAND</property>
  586. </packing>
  587. </child>
  588. </object>
  589. <packing>
  590. <property name="position">1</property>
  591. </packing>
  592. </child>
  593. <child internal-child="action_area">
  594. <object class="GtkHButtonBox" id="dialog-action_area5">
  595. <property name="visible">True</property>
  596. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  597. <property name="layout_style">end</property>
  598. <child>
  599. <placeholder/>
  600. </child>
  601. <child>
  602. <placeholder/>
  603. </child>
  604. </object>
  605. <packing>
  606. <property name="expand">False</property>
  607. <property name="pack_type">end</property>
  608. <property name="position">0</property>
  609. </packing>
  610. </child>
  611. </object>
  612. </child>
  613. </object>
  614. <object class="GtkWindow" id="Toolbar">
  615. <property name="title" translatable="yes">Simple 3D Viewer Toolbar</property>
  616. <property name="resizable">False</property>
  617. <property name="type_hint">dialog</property>
  618. <child>
  619. <object class="GtkToolbar" id="DisplayToolbar">
  620. <property name="visible">True</property>
  621. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  622. <property name="toolbar_style">both</property>
  623. <property name="show_arrow">False</property>
  624. <child>
  625. <object class="GtkToolButton" id="CreateObject">
  626. <property name="visible">True</property>
  627. <property name="label">Create Object</property>
  628. <property name="stock_id">gtk-apply</property>
  629. </object>
  630. <packing>
  631. <property name="expand">False</property>
  632. <property name="homogeneous">True</property>
  633. </packing>
  634. </child>
  635. <child>
  636. <object class="GtkToolButton" id="DeleteObject">
  637. <property name="visible">True</property>
  638. <property name="label">Delete Object</property>
  639. <property name="stock_id">gtk-cancel</property>
  640. </object>
  641. <packing>
  642. <property name="expand">False</property>
  643. <property name="homogeneous">True</property>
  644. </packing>
  645. </child>
  646. <child>
  647. <object class="GtkToolButton" id="SetPosition">
  648. <property name="visible">True</property>
  649. <property name="label">Set Position</property>
  650. <property name="stock_id">gtk-fullscreen</property>
  651. </object>
  652. <packing>
  653. <property name="expand">False</property>
  654. <property name="homogeneous">True</property>
  655. </packing>
  656. </child>
  657. <child>
  658. <object class="GtkToolButton" id="SetScale">
  659. <property name="visible">True</property>
  660. <property name="label">Set Scale</property>
  661. <property name="stock_id">gtk-zoom-fit</property>
  662. </object>
  663. <packing>
  664. <property name="expand">False</property>
  665. <property name="homogeneous">True</property>
  666. </packing>
  667. </child>
  668. <child>
  669. <object class="GtkToolButton" id="SetColor">
  670. <property name="visible">True</property>
  671. <property name="label">Set Color</property>
  672. <property name="stock_id">gtk-select-color</property>
  673. </object>
  674. <packing>
  675. <property name="expand">False</property>
  676. <property name="homogeneous">True</property>
  677. </packing>
  678. </child>
  679. <child>
  680. <object class="GtkSeparatorToolItem" id="separatortoolitem1">
  681. <property name="visible">True</property>
  682. </object>
  683. <packing>
  684. <property name="expand">False</property>
  685. </packing>
  686. </child>
  687. <child>
  688. <object class="GtkToolButton" id="RepositionCamera">
  689. <property name="visible">True</property>
  690. <property name="label">View All</property>
  691. <property name="stock_id">gtk-home</property>
  692. </object>
  693. <packing>
  694. <property name="expand">False</property>
  695. <property name="homogeneous">True</property>
  696. </packing>
  697. </child>
  698. </object>
  699. </child>
  700. </object>
  701. </interface>