-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setLabelFont doesn't seem to work (crashes the app) #85
Comments
Hi, |
Yes indeed that is it. Thank you! |
May I ask one more thing? |
Yes there is a way. In this case you could start with the docs for Box and click the link for I wish it were less awkward but it's the best I can do. |
While making a little port of the 'Hello World' example on fltk.org
I noticed that the
setLabelFont
doesn't seem to work. The program compiles fine, but crashes.I think this needs to be looked at.
I noticed that the types of the C++ and the Haskell do not quite match. In C++ there's
labelfont
andlabelsize
, which take a font type enum and a size int. In HaskellsetLabelFont
takes aFont
type. (My guess is thatsetLabelFont
corresponds to the C++labelfont
member function.)The text was updated successfully, but these errors were encountered: