From: Miguel V. <jmv...@di...> - 2008-09-18 04:14:58
|
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 |