fbdbg  3.0
FreeBASIC Debugger
menu_threads.bas
Go to the documentation of this file.
1 
6 
7 
8 SUB act_threadselect CDECL ALIAS "act_threadselect" ( _
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_threadselect, ToDo: insert code"
14 
15 END SUB
16 
17 
18 SUB act_threadline CDECL ALIAS "act_threadline" ( _
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_threadline, ToDo: insert code"
24 
25 END SUB
26 
27 
28 SUB act_threadcreate CDECL ALIAS "act_threadcreate" ( _
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_threadcreate, ToDo: insert code"
34 
35 END SUB
36 
37 
38 SUB act_threadproc CDECL ALIAS "act_threadproc" ( _
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_threadproc, ToDo: insert code"
44 
45 END SUB
46 
47 
48 SUB act_threadvar CDECL ALIAS "act_threadvar" ( _
49  BYVAL action AS GtkAction PTR, _
50  BYVAL user_data AS gpointer) EXPORT
51 
52 ' place your source code here / eigenen Quelltext hier einfuegen
53 ?" --> callback act_threadvar, ToDo: insert code"
54 
55 END SUB
56 
57 
58 'SUB act_procbacktrack CDECL ALIAS "act_procbacktrack" ( _
59  'BYVAL action AS GtkAction PTR, _
60  'BYVAL user_data AS gpointer) EXPORT
61 
62 '' place your source code here / eigenen Quelltext hier einfuegen
63 '?" --> callback act_procbacktrack, ToDo: insert code"
64 
65 'END SUB
66 
67 
68 'SUB act_procchain CDECL ALIAS "act_procchain" ( _
69  'BYVAL action AS GtkAction PTR, _
70  'BYVAL user_data AS gpointer) EXPORT
71 
72 '' place your source code here / eigenen Quelltext hier einfuegen
73 '?" --> callback act_procchain, ToDo: insert code"
74 
75 'END SUB
76 
77 
78 SUB act_procaddresses CDECL ALIAS "act_procaddresses" ( _
79  BYVAL action AS GtkAction PTR, _
80  BYVAL user_data AS gpointer) EXPORT
81 
82 ' place your source code here / eigenen Quelltext hier einfuegen
83 ?" --> callback act_procaddresses, ToDo: insert code"
84 
85 END SUB
86 
87 
88 SUB act_threadkill CDECL ALIAS "act_threadkill" ( _
89  BYVAL action AS GtkAction PTR, _
90  BYVAL user_data AS gpointer) EXPORT
91 
92 ' place your source code here / eigenen Quelltext hier einfuegen
93 ?" --> callback act_threadkill, ToDo: insert code"
94 
95 END SUB
96 
97 
98 SUB act_threadexpand CDECL ALIAS "act_threadexpand" ( _
99  BYVAL action AS GtkAction PTR, _
100  BYVAL user_data AS gpointer) EXPORT
101 
102 ' place your source code here / eigenen Quelltext hier einfuegen
103 ?" --> callback act_threadexpand, ToDo: insert code"
104 
105 END SUB
106 
107 
108 SUB act_threadcollapse CDECL ALIAS "act_threadcollapse" ( _
109  BYVAL action AS GtkAction PTR, _
110  BYVAL user_data AS gpointer) EXPORT
111 
112 ' place your source code here / eigenen Quelltext hier einfuegen
113 ?" --> callback act_threadcollapse, ToDo: insert code"
114 
115 END Sub
116 
117 SUB act_threadlist CDECL ALIAS "act_threadlist" ( _
118  BYVAL action AS GtkAction PTR, _
119  BYVAL user_data AS gpointer) EXPORT
120 
121 ' place your source code here / eigenen Quelltext hier einfuegen
122 ?" --> callback act_threadlist, ToDo: insert code"
123 
124 END SUB
125