Skip to content
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

TextEntry Hints #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Ralith
Copy link

@Ralith Ralith commented Feb 23, 2016

This PR is incomplete, and I'm not sure how to finish it. I'm attempting to add support for wxTextEntry::SetHint and the matching getter, but it's not obvious to me how to fill in the missing auto-generated binding code and class instances. I'd report an issue instead, but this repository does not appear to have an issue tracker.

@@ -78,6 +79,10 @@ class Textual w where
appendText w s
= set w [text :~ (++s)]

-- | Widgets that can display a hint
class Hints w where
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps Hinted would be a better name since it's more in line with the existing ones?

@Ralith
Copy link
Author

Ralith commented Feb 24, 2016

Tweaked naming.

@dkasak any advice on how to proceed with the remaining portions of the work?

@dkasak
Copy link

dkasak commented Feb 29, 2016

@Ralith Sadly, no. I'm fairly new to WxHaskell and this is out of my depth.

@HJvT
Copy link

HJvT commented Apr 26, 2017

@Ralith You might find useful information at page:
https://wiki.haskell.org/WxHaskell/Development
The tickets are on SourceForge:
https://sourceforge.net/p/wxhaskell/_list/tickets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants