summaryrefslogtreecommitdiff
path: root/body/fltk-label_draw_marshal.ads
blob: 77d38854cc3b8913c9ecd83a569787a82a770bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28


--  Programmed by Jedidiah Barber
--  Released into the public domain


limited with

    FLTK.Static;


private package FLTK.Label_Draw_Marshal is


    function To_C
           (Kind : in Label_Kind;
            Func : in FLTK.Static.Label_Draw_Function)
        return Storage.Integer_Address;

    function To_C
           (Kind : in Label_Kind;
            Func : in FLTK.Static.Label_Measure_Function)
        return Storage.Integer_Address;


end FLTK.Label_Draw_Marshal;