Hi,
When compiling my code using the current version of wxHaskell in the
official repository, GHC complains of the non-existance of the functions
frameIsIconized
frameIsMaximized
I checked the documentation and in deed the one of wxcore 0.10.1 on
hackage is:
frameIsFullScreen :: Frame a -> IO Bool
usage: (frameIsFullScreen self).
frameIsIconized :: Frame a -> IO Bool
usage: (frameIsIconized obj).
frameIsMaximized :: Frame a -> IO Bool
usage: (frameIsMaximized obj).
but the documentation for the current version in the repository
(locally generated) is just:
frameIsFullScreen :: Frame a -> IO Bool
usage: (frameIsFullScreen self).
although the wxWidgets documentation at
http://docs.wxwidgets.org/2.8.4/wx_wxtoplevelwindow.html
still mention the respective methods:
wxTopLevelWindow::IsFullScreen
wxTopLevelWindow::IsIconized
wxTopLevelWindow::IsMaximized
Is someone else having this problems, or it could be just an
instalation (of wxhaskell) problem in my machine?
Even for examples in samples/wx I'm getting several "wxWidgets Debug
Alert"s
best regards
Miguel Vilaça
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users