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