fbdbg  3.0
FreeBASIC Debugger
menu_procs.bas
Go to the documentation of this file.
1 
6 
7 
8 'SUB act_procasm CDECL ALIAS "act_procasm" ( _
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_procasm, ToDo: insert code"
14 
15 'END SUB
16 
17 
18 SUB act_procsort CDECL ALIAS "act_procsort" ( _
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_procsort, ToDo: insert code"
24 
25 END SUB
26 
27 
28 SUB act_procfollow CDECL ALIAS "act_procfollow" ( _
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_procfollow, ToDo: insert code"
34 
35 END SUB
36 
37 
38 SUB act_procnofollow CDECL ALIAS "act_procnofollow" ( _
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_procnofollow, ToDo: insert code"
44 
45 END SUB
46