fbdbg  3.0
FreeBASIC Debugger
menu_watch.bas
Go to the documentation of this file.
1 
6 
7 SUB act_varderefdump CDECL ALIAS "act_varderefdump" ( _
8  BYVAL action AS GtkAction PTR, _
9  BYVAL user_data AS gpointer) EXPORT
10 
11 ?" --> callback act_varderefdump"
12 
13 END SUB
14 
15 
16 SUB act_procinvar CDECL ALIAS "act_procinvar" ( _
17  BYVAL action AS GtkAction PTR, _
18  BYVAL user_data AS gpointer) EXPORT
19 
20 ?" --> callback act_varderefdump"
21 
22 END SUB
23 
24 
25 SUB act_varcharpos CDECL ALIAS "act_varcharpos" ( _
26  BYVAL action AS GtkAction PTR, _
27  BYVAL user_data AS gpointer) EXPORT
28 
29 ' place your source code here / eigenen Quelltext hier einfuegen
30 ?" --> callback act_varcharpos, ToDo: insert code"
31 
32 END SUB
33 
34 
35 SUB act_wtchtrace CDECL ALIAS "act_wtchtrace" ( _
36  BYVAL action AS GtkAction PTR, _
37  BYVAL user_data AS gpointer) EXPORT
38 
39 ' place your source code here / eigenen Quelltext hier einfuegen
40 ?" --> callback act_wtchtrace, ToDo: insert code"
41 
42 END SUB
43 
44 
45 SUB act_wtchnotrace CDECL ALIAS "act_wtchnotrace" ( _
46  BYVAL action AS GtkAction PTR, _
47  BYVAL user_data AS gpointer) EXPORT
48 
49 ' place your source code here / eigenen Quelltext hier einfuegen
50 ?" --> callback act_wtchnotrace, ToDo: insert code"
51 
52 END SUB
53 
54 
55 SUB act_wtch1 CDECL ALIAS "act_wtch1" ( _
56  BYVAL action AS GtkAction PTR, _
57  BYVAL user_data AS gpointer) EXPORT
58 
59 ' place your source code here / eigenen Quelltext hier einfuegen
60 ?" --> callback act_wtch1, ToDo: insert code"
61 
62 END SUB
63 
64 
65 SUB act_wtch2 CDECL ALIAS "act_wtch2" ( _
66  BYVAL action AS GtkAction PTR, _
67  BYVAL user_data AS gpointer) EXPORT
68 
69 ' place your source code here / eigenen Quelltext hier einfuegen
70 ?" --> callback act_wtch2, ToDo: insert code"
71 
72 END SUB
73 
74 
75 SUB act_wtch3 CDECL ALIAS "act_wtch3" ( _
76  BYVAL action AS GtkAction PTR, _
77  BYVAL user_data AS gpointer) EXPORT
78 
79 ' place your source code here / eigenen Quelltext hier einfuegen
80 ?" --> callback act_wtch3, ToDo: insert code"
81 
82 END SUB
83 
84 
85 SUB act_wtch4 CDECL ALIAS "act_wtch4" ( _
86  BYVAL action AS GtkAction PTR, _
87  BYVAL user_data AS gpointer) EXPORT
88 
89 ' place your source code here / eigenen Quelltext hier einfuegen
90 ?" --> callback act_wtch4, ToDo: insert code"
91 
92 END SUB
93 
94 
95 SUB act_wtchdel CDECL ALIAS "act_wtchdel" ( _
96  BYVAL action AS GtkAction PTR, _
97  BYVAL user_data AS gpointer) EXPORT
98 
99 ' place your source code here / eigenen Quelltext hier einfuegen
100 ?" --> callback act_wtchdel, ToDo: insert code"
101 
102 END SUB
103 
104 
105 SUB act_wtchdellall CDECL ALIAS "act_wtchdellall" ( _
106  BYVAL action AS GtkAction PTR, _
107  BYVAL user_data AS gpointer) EXPORT
108 
109 ' place your source code here / eigenen Quelltext hier einfuegen
110 ?" --> callback act_wtchdellall, ToDo: insert code"
111 
112 END SUB
113