summaryrefslogtreecommitdiff
path: root/src/fltk-tooltips.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-04-15 19:41:33 +1000
committerJed Barber <jjbarber@y7mail.com>2018-04-15 19:41:33 +1000
commita4b6a06f372923fb38ae4d3c7e0429ce93ea7748 (patch)
treee10bb89f38cdb7ad61b28fb1ab401765682da318 /src/fltk-tooltips.ads
parent39d3db4cbdfa9d55c428bce9382166744406f936 (diff)
Started process of polishing packages
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;