javaclasspathdialog.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name image -->
  8. <column type="GdkPixbuf"/>
  9. <!-- column-name text -->
  10. <column type="gchararray"/>
  11. <!-- column-name id -->
  12. <column type="gchararray"/>
  13. </columns>
  14. </object>
  15. <object class="GtkDialog" id="JavaClassPath">
  16. <property name="can_focus">False</property>
  17. <property name="border_width">6</property>
  18. <property name="title" translatable="yes" context="javaclasspathdialog|JavaClassPath">Class Path</property>
  19. <property name="resizable">False</property>
  20. <property name="modal">True</property>
  21. <property name="default_width">0</property>
  22. <property name="default_height">0</property>
  23. <property name="type_hint">dialog</property>
  24. <child internal-child="vbox">
  25. <object class="GtkBox" id="dialog-vbox1">
  26. <property name="can_focus">False</property>
  27. <property name="orientation">vertical</property>
  28. <property name="spacing">12</property>
  29. <child internal-child="action_area">
  30. <object class="GtkButtonBox" id="dialog-action_area1">
  31. <property name="can_focus">False</property>
  32. <property name="layout_style">end</property>
  33. <child>
  34. <object class="GtkButton" id="ok">
  35. <property name="label">gtk-ok</property>
  36. <property name="visible">True</property>
  37. <property name="can_focus">True</property>
  38. <property name="can_default">True</property>
  39. <property name="has_default">True</property>
  40. <property name="receives_default">True</property>
  41. <property name="use_stock">True</property>
  42. </object>
  43. <packing>
  44. <property name="expand">False</property>
  45. <property name="fill">True</property>
  46. <property name="position">0</property>
  47. </packing>
  48. </child>
  49. <child>
  50. <object class="GtkButton" id="cancel">
  51. <property name="label">gtk-cancel</property>
  52. <property name="visible">True</property>
  53. <property name="can_focus">True</property>
  54. <property name="receives_default">True</property>
  55. <property name="use_stock">True</property>
  56. </object>
  57. <packing>
  58. <property name="expand">False</property>
  59. <property name="fill">True</property>
  60. <property name="position">1</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkButton" id="help">
  65. <property name="label">gtk-help</property>
  66. <property name="visible">True</property>
  67. <property name="can_focus">True</property>
  68. <property name="receives_default">True</property>
  69. <property name="use_stock">True</property>
  70. </object>
  71. <packing>
  72. <property name="expand">False</property>
  73. <property name="fill">True</property>
  74. <property name="position">2</property>
  75. <property name="secondary">True</property>
  76. </packing>
  77. </child>
  78. </object>
  79. <packing>
  80. <property name="expand">False</property>
  81. <property name="fill">True</property>
  82. <property name="pack_type">end</property>
  83. <property name="position">0</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <object class="GtkBox" id="box1">
  88. <property name="visible">True</property>
  89. <property name="can_focus">False</property>
  90. <property name="hexpand">True</property>
  91. <property name="vexpand">True</property>
  92. <property name="spacing">6</property>
  93. <child>
  94. <object class="GtkBox" id="box3">
  95. <property name="visible">True</property>
  96. <property name="can_focus">False</property>
  97. <property name="hexpand">True</property>
  98. <property name="vexpand">True</property>
  99. <property name="orientation">vertical</property>
  100. <property name="spacing">6</property>
  101. <child>
  102. <object class="GtkLabel" id="label1">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="label" translatable="yes" context="javaclasspathdialog|label1">A_ssigned folders and archives</property>
  106. <property name="use_underline">True</property>
  107. <property name="mnemonic_widget">paths</property>
  108. <property name="xalign">0</property>
  109. </object>
  110. <packing>
  111. <property name="expand">False</property>
  112. <property name="fill">True</property>
  113. <property name="position">0</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkScrolledWindow">
  118. <property name="visible">True</property>
  119. <property name="can_focus">True</property>
  120. <property name="hexpand">True</property>
  121. <property name="vexpand">True</property>
  122. <property name="shadow_type">in</property>
  123. <child>
  124. <object class="GtkTreeView" id="paths">
  125. <property name="visible">True</property>
  126. <property name="can_focus">True</property>
  127. <property name="vexpand">True</property>
  128. <property name="model">liststore1</property>
  129. <property name="headers_visible">False</property>
  130. <property name="headers_clickable">False</property>
  131. <property name="search_column">0</property>
  132. <property name="show_expanders">False</property>
  133. <child internal-child="selection">
  134. <object class="GtkTreeSelection" id="treeview-selection1"/>
  135. </child>
  136. <child>
  137. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  138. <child>
  139. <object class="GtkCellRendererPixbuf" id="cellrenderertext1"/>
  140. <attributes>
  141. <attribute name="pixbuf">0</attribute>
  142. </attributes>
  143. </child>
  144. </object>
  145. </child>
  146. <child>
  147. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  148. <child>
  149. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  150. <attributes>
  151. <attribute name="text">1</attribute>
  152. </attributes>
  153. </child>
  154. </object>
  155. </child>
  156. <child internal-child="accessible">
  157. <object class="AtkObject" id="paths-atkobject">
  158. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|paths">Specifies the location of Java classes or Java class libraries.</property>
  159. </object>
  160. </child>
  161. </object>
  162. </child>
  163. </object>
  164. <packing>
  165. <property name="expand">False</property>
  166. <property name="fill">True</property>
  167. <property name="position">1</property>
  168. </packing>
  169. </child>
  170. </object>
  171. <packing>
  172. <property name="expand">False</property>
  173. <property name="fill">True</property>
  174. <property name="position">0</property>
  175. </packing>
  176. </child>
  177. <child>
  178. <object class="GtkBox" id="box2">
  179. <property name="visible">True</property>
  180. <property name="can_focus">False</property>
  181. <property name="orientation">vertical</property>
  182. <property name="spacing">12</property>
  183. <child>
  184. <object class="GtkButton" id="archive">
  185. <property name="label" translatable="yes" context="javaclasspathdialog|archive">_Add Archive...</property>
  186. <property name="visible">True</property>
  187. <property name="can_focus">True</property>
  188. <property name="receives_default">True</property>
  189. <property name="use_underline">True</property>
  190. <child internal-child="accessible">
  191. <object class="AtkObject" id="archive-atkobject">
  192. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|archive">Select an archive file in jar or zip format and add the file to the class path.</property>
  193. </object>
  194. </child>
  195. </object>
  196. <packing>
  197. <property name="expand">False</property>
  198. <property name="fill">True</property>
  199. <property name="position">0</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkButton" id="folder">
  204. <property name="label" translatable="yes" context="javaclasspathdialog|folder">Add _Folder</property>
  205. <property name="visible">True</property>
  206. <property name="can_focus">True</property>
  207. <property name="receives_default">True</property>
  208. <property name="use_underline">True</property>
  209. <child internal-child="accessible">
  210. <object class="AtkObject" id="folder-atkobject">
  211. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|folder">Select a folder and add the folder to the class path.</property>
  212. </object>
  213. </child>
  214. </object>
  215. <packing>
  216. <property name="expand">False</property>
  217. <property name="fill">True</property>
  218. <property name="position">1</property>
  219. </packing>
  220. </child>
  221. <child>
  222. <object class="GtkButton" id="remove">
  223. <property name="label" translatable="yes" context="javaclasspathdialog|remove">_Remove</property>
  224. <property name="visible">True</property>
  225. <property name="can_focus">True</property>
  226. <property name="receives_default">True</property>
  227. <property name="use_underline">True</property>
  228. <child internal-child="accessible">
  229. <object class="AtkObject" id="remove-atkobject">
  230. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|remove">Select an archive or a folder in the list and click Remove to remove the object from the class path.</property>
  231. </object>
  232. </child>
  233. </object>
  234. <packing>
  235. <property name="expand">False</property>
  236. <property name="fill">True</property>
  237. <property name="position">2</property>
  238. </packing>
  239. </child>
  240. </object>
  241. <packing>
  242. <property name="expand">False</property>
  243. <property name="fill">True</property>
  244. <property name="position">1</property>
  245. </packing>
  246. </child>
  247. </object>
  248. <packing>
  249. <property name="expand">False</property>
  250. <property name="fill">True</property>
  251. <property name="position">1</property>
  252. </packing>
  253. </child>
  254. </object>
  255. </child>
  256. <action-widgets>
  257. <action-widget response="-5">ok</action-widget>
  258. <action-widget response="-6">cancel</action-widget>
  259. <action-widget response="-11">help</action-widget>
  260. </action-widgets>
  261. <child type="titlebar">
  262. <placeholder/>
  263. </child>
  264. <child internal-child="accessible">
  265. <object class="AtkObject" id="JavaClassPath-atkobject">
  266. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|JavaClassPath">Specifies the location of Java classes or Java class libraries.</property>
  267. </object>
  268. </child>
  269. </object>
  270. </interface>