navigationbar.ui 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="svx">
  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="stock">gtk-goto-first</property>
  9. <property name="icon_size">1</property>
  10. </object>
  11. <object class="GtkImage" id="image2">
  12. <property name="visible">True</property>
  13. <property name="can_focus">False</property>
  14. <property name="stock">gtk-media-previous</property>
  15. <property name="icon_size">1</property>
  16. </object>
  17. <object class="GtkImage" id="image3">
  18. <property name="visible">True</property>
  19. <property name="can_focus">False</property>
  20. <property name="stock">gtk-media-next</property>
  21. <property name="icon_size">1</property>
  22. </object>
  23. <object class="GtkImage" id="image4">
  24. <property name="visible">True</property>
  25. <property name="can_focus">False</property>
  26. <property name="stock">gtk-goto-last</property>
  27. <property name="icon_size">1</property>
  28. </object>
  29. <object class="GtkImage" id="image5">
  30. <property name="visible">True</property>
  31. <property name="can_focus">False</property>
  32. <property name="stock">gtk-new</property>
  33. <property name="icon_size">1</property>
  34. </object>
  35. <object class="GtkBox" id="NavigationBar">
  36. <property name="visible">True</property>
  37. <property name="can_focus">False</property>
  38. <property name="hexpand">True</property>
  39. <property name="vexpand">True</property>
  40. <child>
  41. <object class="GtkLabel" id="recordtext">
  42. <property name="visible">True</property>
  43. <property name="sensitive">False</property>
  44. <property name="can_focus">False</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">0</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkSeparator">
  54. <property name="visible">True</property>
  55. <property name="can_focus">False</property>
  56. <property name="orientation">vertical</property>
  57. </object>
  58. <packing>
  59. <property name="expand">False</property>
  60. <property name="fill">True</property>
  61. <property name="position">1</property>
  62. </packing>
  63. </child>
  64. <child>
  65. <object class="GtkEntry" id="entry-noframe">
  66. <property name="visible">True</property>
  67. <property name="sensitive">False</property>
  68. <property name="can_focus">True</property>
  69. <property name="hexpand">True</property>
  70. <property name="vexpand">True</property>
  71. <property name="has_frame">False</property>
  72. <property name="width_chars">4</property>
  73. <property name="xalign">0.5</property>
  74. <property name="truncate-multiline">True</property>
  75. <property name="shadow_type">none</property>
  76. </object>
  77. <packing>
  78. <property name="expand">False</property>
  79. <property name="fill">True</property>
  80. <property name="position">2</property>
  81. </packing>
  82. </child>
  83. <child>
  84. <object class="GtkSeparator">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="orientation">vertical</property>
  88. </object>
  89. <packing>
  90. <property name="expand">False</property>
  91. <property name="fill">True</property>
  92. <property name="position">3</property>
  93. </packing>
  94. </child>
  95. <child>
  96. <object class="GtkLabel" id="recordof">
  97. <property name="visible">True</property>
  98. <property name="sensitive">False</property>
  99. <property name="can_focus">False</property>
  100. <property name="margin_left">3</property>
  101. <property name="margin_right">3</property>
  102. </object>
  103. <packing>
  104. <property name="expand">False</property>
  105. <property name="fill">True</property>
  106. <property name="position">4</property>
  107. </packing>
  108. </child>
  109. <child>
  110. <object class="GtkLabel" id="recordcount">
  111. <property name="visible">True</property>
  112. <property name="sensitive">False</property>
  113. <property name="can_focus">False</property>
  114. <property name="xalign">0</property>
  115. </object>
  116. <packing>
  117. <property name="expand">False</property>
  118. <property name="fill">True</property>
  119. <property name="position">5</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <object class="GtkButton" id="first">
  124. <property name="visible">True</property>
  125. <property name="sensitive">False</property>
  126. <property name="can_focus">True</property>
  127. <property name="focus_on_click">False</property>
  128. <property name="receives_default">True</property>
  129. <property name="tooltip_text" translatable="yes" context="navigationbar|first">First</property>
  130. <property name="image">image1</property>
  131. <property name="always_show_image">True</property>
  132. <style>
  133. <class name="small-button"/>
  134. </style>
  135. </object>
  136. <packing>
  137. <property name="expand">False</property>
  138. <property name="fill">True</property>
  139. <property name="position">6</property>
  140. </packing>
  141. </child>
  142. <child>
  143. <object class="GtkButton" id="prev">
  144. <property name="visible">True</property>
  145. <property name="sensitive">False</property>
  146. <property name="can_focus">True</property>
  147. <property name="focus_on_click">False</property>
  148. <property name="receives_default">True</property>
  149. <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
  150. <property name="tooltip_text" translatable="yes" context="navigationbar|prev">Previous</property>
  151. <property name="image">image2</property>
  152. <property name="always_show_image">True</property>
  153. <style>
  154. <class name="small-button"/>
  155. </style>
  156. </object>
  157. <packing>
  158. <property name="expand">False</property>
  159. <property name="fill">True</property>
  160. <property name="position">7</property>
  161. </packing>
  162. </child>
  163. <child>
  164. <object class="GtkButton" id="next">
  165. <property name="visible">True</property>
  166. <property name="sensitive">False</property>
  167. <property name="can_focus">True</property>
  168. <property name="focus_on_click">False</property>
  169. <property name="receives_default">True</property>
  170. <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
  171. <property name="tooltip_text" translatable="yes" context="navigationbar|next">Next</property>
  172. <property name="image">image3</property>
  173. <property name="always_show_image">True</property>
  174. <style>
  175. <class name="small-button"/>
  176. </style>
  177. </object>
  178. <packing>
  179. <property name="expand">False</property>
  180. <property name="fill">True</property>
  181. <property name="position">8</property>
  182. </packing>
  183. </child>
  184. <child>
  185. <object class="GtkButton" id="last">
  186. <property name="visible">True</property>
  187. <property name="sensitive">False</property>
  188. <property name="can_focus">True</property>
  189. <property name="focus_on_click">False</property>
  190. <property name="receives_default">True</property>
  191. <property name="tooltip_text" translatable="yes" context="navigationbar|last">Last</property>
  192. <property name="image">image4</property>
  193. <property name="always_show_image">True</property>
  194. <style>
  195. <class name="small-button"/>
  196. </style>
  197. </object>
  198. <packing>
  199. <property name="expand">False</property>
  200. <property name="fill">True</property>
  201. <property name="position">9</property>
  202. </packing>
  203. </child>
  204. <child>
  205. <object class="GtkButton" id="new">
  206. <property name="visible">True</property>
  207. <property name="sensitive">False</property>
  208. <property name="can_focus">True</property>
  209. <property name="focus_on_click">False</property>
  210. <property name="receives_default">True</property>
  211. <property name="tooltip_text" translatable="yes" context="navigationbar|new">New</property>
  212. <property name="image">image5</property>
  213. <property name="always_show_image">True</property>
  214. <style>
  215. <class name="small-button"/>
  216. </style>
  217. </object>
  218. <packing>
  219. <property name="expand">False</property>
  220. <property name="fill">True</property>
  221. <property name="position">10</property>
  222. </packing>
  223. </child>
  224. </object>
  225. </interface>