summaryrefslogtreecommitdiff
path: root/src/fltk-tooltips.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-tooltips.ads')
-rw-r--r--src/fltk-tooltips.ads34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/fltk-tooltips.ads b/src/fltk-tooltips.ads
index 153825f..f4b3044 100644
--- a/src/fltk-tooltips.ads
+++ b/src/fltk-tooltips.ads
@@ -89,5 +89,39 @@ package FLTK.Tooltips is
(To : in Font_Size);
+private
+
+
+ pragma Inline (Get_Target);
+ pragma Inline (Set_Target);
+ pragma Inline (Is_Enabled);
+ pragma Inline (Set_Enabled);
+ pragma Inline (Enter_Area);
+
+
+ pragma Inline (Get_Delay);
+ pragma Inline (Set_Delay);
+ pragma Inline (Get_Hover_Delay);
+ pragma Inline (Set_Hover_Delay);
+
+
+ pragma Inline (Get_Background_Color);
+ pragma Inline (Set_Background_Color);
+ pragma Inline (Get_Margin_Height);
+ -- pragma Inline (Set_Margin_Height);
+ pragma Inline (Get_Margin_Width);
+ -- pragma Inline (Set_Margin_Width);
+ pragma Inline (Get_Wrap_Width);
+ -- pragma Inline (Set_Wrap_Width);
+
+
+ pragma Inline (Get_Text_Color);
+ pragma Inline (Set_Text_Color);
+ pragma Inline (Get_Text_Font);
+ pragma Inline (Set_Text_Font);
+ pragma Inline (Get_Text_Size);
+ pragma Inline (Set_Text_Size);
+
+
end FLTK.Tooltips;