summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-15 14:29:16 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-15 14:29:16 +1300
commit36e546c1c9a9bb8e778fb637c17f94390b4d23c2 (patch)
tree8f633a9c7439d099039432da167a882c7dddc3a7 /test
parent446989277ad276e9820e54ea1fb4ed550b93e998 (diff)
Reorganising Fl / FLTK, improving enum docs
Diffstat (limited to 'test')
-rw-r--r--test/cursor.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cursor.adb b/test/cursor.adb
index e968b6f..93d3f2b 100644
--- a/test/cursor.adb
+++ b/test/cursor.adb
@@ -16,7 +16,7 @@ with
use type
- FLTK.Widgets.Callback_Flag;
+ FLTK.Callback_Flag;
function Cursor
@@ -95,7 +95,7 @@ begin
The_Choices.Add ("FL_CURSOR_NONE", Choice_Callback'Unrestricted_Access);
The_Choices.Set_Callback (Choice_Callback'Unrestricted_Access);
- The_Choices.Set_When (FLTK.Widgets.When_Release + FLTK.Widgets.When_Interact);
+ The_Choices.Set_When (FLTK.When_Release + FLTK.When_Interact);
The_Choices.Set_Chosen (1);
The_Slider.Set_Alignment (FLTK.Align_Left);