Is there any support for rounded corners on Box? #139
Unanswered
ColonelBlimp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried the following, with no success:
fltk.NewBox(fltk.ROUNDED_FRAME, 20, 80, 600, 200)
fltk.NewBox(fltk.ROUNDED_BOX, 20, 80, 600, 200)
Nothing seems to produce a box with rounded corners.
Any help gratefully received.
Beta Was this translation helpful? Give feedback.
All reactions