managebreakpoints.ui 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="basctl">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkDialog" id="ManageBreakpointsDialog">
  14. <property name="can_focus">False</property>
  15. <property name="border_width">6</property>
  16. <property name="title" translatable="yes" context="managebreakpoints|ManageBreakpointsDialog">Manage Breakpoints</property>
  17. <property name="modal">True</property>
  18. <property name="default_width">0</property>
  19. <property name="default_height">0</property>
  20. <property name="type_hint">dialog</property>
  21. <child internal-child="vbox">
  22. <object class="GtkBox" id="dialog-vbox1">
  23. <property name="can_focus">False</property>
  24. <property name="orientation">vertical</property>
  25. <property name="spacing">12</property>
  26. <child internal-child="action_area">
  27. <object class="GtkButtonBox" id="dialog-action_area1">
  28. <property name="can_focus">False</property>
  29. <property name="layout_style">end</property>
  30. <child>
  31. <object class="GtkButton" id="new">
  32. <property name="label">gtk-new</property>
  33. <property name="visible">True</property>
  34. <property name="can_focus">True</property>
  35. <property name="can_default">True</property>
  36. <property name="receives_default">True</property>
  37. <property name="use_stock">True</property>
  38. <child internal-child="accessible">
  39. <object class="AtkObject" id="new-atkobject">
  40. <property name="AtkObject::accessible-description" translatable="yes" context="managebreakpoints|extended_tip|new">Creates a breakpoint on the line number specified.</property>
  41. </object>
  42. </child>
  43. </object>
  44. <packing>
  45. <property name="expand">False</property>
  46. <property name="fill">True</property>
  47. <property name="position">0</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <object class="GtkButton" id="delete">
  52. <property name="label">gtk-delete</property>
  53. <property name="visible">True</property>
  54. <property name="can_focus">True</property>
  55. <property name="can_default">True</property>
  56. <property name="receives_default">True</property>
  57. <property name="use_stock">True</property>
  58. <child internal-child="accessible">
  59. <object class="AtkObject" id="delete-atkobject">
  60. <property name="AtkObject::accessible-description" translatable="yes" context="managebreakpoints|extended_tip|delete">Deletes the selected breakpoint.</property>
  61. </object>
  62. </child>
  63. </object>
  64. <packing>
  65. <property name="expand">False</property>
  66. <property name="fill">True</property>
  67. <property name="position">1</property>
  68. </packing>
  69. </child>
  70. <child>
  71. <object class="GtkButton" id="ok">
  72. <property name="label">gtk-ok</property>
  73. <property name="visible">True</property>
  74. <property name="can_focus">True</property>
  75. <property name="can_default">True</property>
  76. <property name="receives_default">True</property>
  77. <property name="use_stock">True</property>
  78. </object>
  79. <packing>
  80. <property name="expand">False</property>
  81. <property name="fill">True</property>
  82. <property name="position">2</property>
  83. </packing>
  84. </child>
  85. <child>
  86. <object class="GtkButton" id="cancel">
  87. <property name="label">gtk-cancel</property>
  88. <property name="visible">True</property>
  89. <property name="can_focus">True</property>
  90. <property name="receives_default">True</property>
  91. <property name="use_stock">True</property>
  92. </object>
  93. <packing>
  94. <property name="expand">False</property>
  95. <property name="fill">True</property>
  96. <property name="position">3</property>
  97. </packing>
  98. </child>
  99. <child>
  100. <object class="GtkButton" id="help">
  101. <property name="label">gtk-help</property>
  102. <property name="visible">True</property>
  103. <property name="can_focus">True</property>
  104. <property name="receives_default">True</property>
  105. <property name="margin_right">6</property>
  106. <property name="use_stock">True</property>
  107. </object>
  108. <packing>
  109. <property name="expand">False</property>
  110. <property name="fill">True</property>
  111. <property name="position">4</property>
  112. <property name="secondary">True</property>
  113. </packing>
  114. </child>
  115. </object>
  116. <packing>
  117. <property name="expand">False</property>
  118. <property name="fill">True</property>
  119. <property name="pack_type">end</property>
  120. <property name="position">2</property>
  121. </packing>
  122. </child>
  123. <child>
  124. <object class="GtkFrame" id="frame1">
  125. <property name="visible">True</property>
  126. <property name="can_focus">False</property>
  127. <property name="hexpand">True</property>
  128. <property name="vexpand">True</property>
  129. <property name="label_xalign">0</property>
  130. <property name="shadow_type">none</property>
  131. <child>
  132. <object class="GtkAlignment" id="alignment1">
  133. <property name="visible">True</property>
  134. <property name="can_focus">False</property>
  135. <property name="hexpand">True</property>
  136. <property name="vexpand">True</property>
  137. <property name="top_padding">6</property>
  138. <property name="left_padding">12</property>
  139. <child>
  140. <!-- n-columns=1 n-rows=1 -->
  141. <object class="GtkGrid" id="grid1">
  142. <property name="visible">True</property>
  143. <property name="can_focus">False</property>
  144. <property name="row_spacing">6</property>
  145. <child>
  146. <object class="GtkCheckButton" id="active">
  147. <property name="label" translatable="yes" context="managebreakpoints|active">Active</property>
  148. <property name="visible">True</property>
  149. <property name="can_focus">True</property>
  150. <property name="receives_default">False</property>
  151. <property name="use_underline">True</property>
  152. <property name="xalign">0</property>
  153. <property name="draw_indicator">True</property>
  154. <child internal-child="accessible">
  155. <object class="AtkObject" id="active-atkobject">
  156. <property name="AtkObject::accessible-description" translatable="yes" context="managebreakpoints|extended_tip|active">Activates or deactivates the current breakpoint.</property>
  157. </object>
  158. </child>
  159. </object>
  160. <packing>
  161. <property name="left_attach">0</property>
  162. <property name="top_attach">1</property>
  163. </packing>
  164. </child>
  165. <child>
  166. <!-- n-columns=1 n-rows=1 -->
  167. <object class="GtkGrid" id="entriesgrid">
  168. <property name="visible">True</property>
  169. <property name="can_focus">False</property>
  170. <property name="hexpand">True</property>
  171. <property name="vexpand">True</property>
  172. <property name="row_spacing">3</property>
  173. <child>
  174. <object class="GtkScrolledWindow">
  175. <property name="visible">True</property>
  176. <property name="can_focus">False</property>
  177. <property name="hexpand">True</property>
  178. <property name="vexpand">True</property>
  179. <property name="shadow_type">in</property>
  180. <child>
  181. <object class="GtkTreeView" id="entrieslist">
  182. <property name="visible">True</property>
  183. <property name="can_focus">True</property>
  184. <property name="hexpand">True</property>
  185. <property name="vexpand">True</property>
  186. <property name="model">liststore1</property>
  187. <property name="headers_visible">False</property>
  188. <property name="headers_clickable">False</property>
  189. <property name="search_column">0</property>
  190. <property name="show_expanders">False</property>
  191. <child internal-child="selection">
  192. <object class="GtkTreeSelection" id="treeview-selection1"/>
  193. </child>
  194. <child>
  195. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  196. <child>
  197. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  198. <attributes>
  199. <attribute name="text">0</attribute>
  200. </attributes>
  201. </child>
  202. </object>
  203. </child>
  204. </object>
  205. </child>
  206. </object>
  207. <packing>
  208. <property name="left_attach">0</property>
  209. <property name="top_attach">1</property>
  210. </packing>
  211. </child>
  212. <child>
  213. <object class="GtkEntry" id="entries">
  214. <property name="visible">True</property>
  215. <property name="can_focus">True</property>
  216. <property name="hexpand">True</property>
  217. <property name="activates_default">True</property>
  218. <property name="truncate-multiline">True</property>
  219. <child internal-child="accessible">
  220. <object class="AtkObject" id="entries-atkobject">
  221. <property name="AtkObject::accessible-description" translatable="yes" context="managebreakpoints|extended_tip|entries">Enter the line number for a new breakpoint, then click New.</property>
  222. </object>
  223. </child>
  224. </object>
  225. <packing>
  226. <property name="left_attach">0</property>
  227. <property name="top_attach">0</property>
  228. </packing>
  229. </child>
  230. </object>
  231. <packing>
  232. <property name="left_attach">0</property>
  233. <property name="top_attach">0</property>
  234. </packing>
  235. </child>
  236. <child>
  237. <!-- n-columns=1 n-rows=1 -->
  238. <object class="GtkGrid" id="grid2">
  239. <property name="visible">True</property>
  240. <property name="can_focus">False</property>
  241. <property name="column_spacing">12</property>
  242. <child>
  243. <object class="GtkSpinButton" id="pass">
  244. <property name="visible">True</property>
  245. <property name="can_focus">True</property>
  246. <property name="activates_default">True</property>
  247. <property name="truncate-multiline">True</property>
  248. <child internal-child="accessible">
  249. <object class="AtkObject" id="pass-atkobject">
  250. <property name="AtkObject::accessible-description" translatable="yes" context="managebreakpoints|extended_tip|pass">Specify the number of loops to perform before the breakpoint takes effect.</property>
  251. </object>
  252. </child>
  253. </object>
  254. <packing>
  255. <property name="left_attach">1</property>
  256. <property name="top_attach">0</property>
  257. </packing>
  258. </child>
  259. <child>
  260. <object class="GtkLabel" id="label2">
  261. <property name="visible">True</property>
  262. <property name="can_focus">False</property>
  263. <property name="label" translatable="yes" context="managebreakpoints|label2">Pass count:</property>
  264. <property name="use_underline">True</property>
  265. <property name="mnemonic_widget">pass</property>
  266. </object>
  267. <packing>
  268. <property name="left_attach">0</property>
  269. <property name="top_attach">0</property>
  270. </packing>
  271. </child>
  272. </object>
  273. <packing>
  274. <property name="left_attach">0</property>
  275. <property name="top_attach">2</property>
  276. </packing>
  277. </child>
  278. </object>
  279. </child>
  280. </object>
  281. </child>
  282. <child type="label">
  283. <object class="GtkLabel" id="label1">
  284. <property name="visible">True</property>
  285. <property name="can_focus">False</property>
  286. <property name="label" translatable="yes" context="managebreakpoints|label1">Breakpoints</property>
  287. <attributes>
  288. <attribute name="weight" value="bold"/>
  289. </attributes>
  290. </object>
  291. </child>
  292. </object>
  293. <packing>
  294. <property name="expand">False</property>
  295. <property name="fill">True</property>
  296. <property name="position">0</property>
  297. </packing>
  298. </child>
  299. </object>
  300. </child>
  301. <action-widgets>
  302. <action-widget response="101">new</action-widget>
  303. <action-widget response="102">delete</action-widget>
  304. <action-widget response="-5">ok</action-widget>
  305. <action-widget response="-6">cancel</action-widget>
  306. <action-widget response="-11">help</action-widget>
  307. </action-widgets>
  308. <child type="titlebar">
  309. <placeholder/>
  310. </child>
  311. <child internal-child="accessible">
  312. <object class="AtkObject" id="ManageBreakpointsDialog-atkobject">
  313. <property name="AtkObject::accessible-description" translatable="yes" context="managebreakpoints|extended_tip|ManageBreakpointsDialog">Specifies the options for breakpoints.</property>
  314. </object>
  315. </child>
  316. </object>
  317. </interface>