876c74448f5a82e7cb31da7b68344c3d1ebdec10
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.NDalicToolTip.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace Tizen.NUI
6 {
7     internal static partial class Interop
8     {
9         internal static partial class NDalicToolTip
10         {
11
12             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_CONTENT_get")]
13             public static extern int TOOLTIP_CONTENT_get();
14
15
16             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_LAYOUT_get")]
17             public static extern int TOOLTIP_LAYOUT_get();
18
19
20             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_WAIT_TIME_get")]
21             public static extern int TOOLTIP_WAIT_TIME_get();
22
23
24             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_BACKGROUND_get")]
25             public static extern int TOOLTIP_BACKGROUND_get();
26
27
28             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_TAIL_get")]
29             public static extern int TOOLTIP_TAIL_get();
30
31
32             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_POSITION_get")]
33             public static extern int TOOLTIP_POSITION_get();
34
35
36             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_HOVER_POINT_OFFSET_get")]
37             public static extern int TOOLTIP_HOVER_POINT_OFFSET_get();
38
39
40             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_MOVEMENT_THRESHOLD_get")]
41             public static extern int TOOLTIP_MOVEMENT_THRESHOLD_get();
42
43
44             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_DISAPPEAR_ON_MOVEMENT_get")]
45             public static extern int TOOLTIP_DISAPPEAR_ON_MOVEMENT_get();
46
47
48             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_BACKGROUND_VISUAL_get")]
49             public static extern int TOOLTIP_BACKGROUND_VISUAL_get();
50
51
52             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_BACKGROUND_BORDER_get")]
53             public static extern int TOOLTIP_BACKGROUND_BORDER_get();
54
55
56             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_TAIL_VISIBILITY_get")]
57             public static extern int TOOLTIP_TAIL_VISIBILITY_get();
58
59
60             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_TAIL_ABOVE_VISUAL_get")]
61             public static extern int TOOLTIP_TAIL_ABOVE_VISUAL_get();
62
63
64             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOOLTIP_TAIL_BELOW_VISUAL_get")]
65             public static extern int TOOLTIP_TAIL_BELOW_VISUAL_get();
66         }
67     }
68 }