From: D.V. <dav...@gm...> - 2011-09-09 10:54:17
|
2011/9/9 D.V. <dav...@gm...>: > Bonjour List, > I'm continuing the search, but if someone has an idea, I'm interested ! Looks like it's called Iconize in wxWidget slang, but now all I've found with Iconize is Graphics.UI.WXCore.WxcClassTypes type IconizeEvent a = Event (CIconizeEvent a) Graphics.UI.WXCore.WxcClassTypes data CIconizeEvent a Graphics.UI.WXCore.WxcClassInfo classIconizeEvent :: ClassType (IconizeEvent ()) Graphics.UI.WXCore.WxcClassInfo downcastIconizeEvent :: IconizeEvent a -> IconizeEvent () Graphics.UI.WXCore.WxcClassTypes type TIconizeEvent a = TEvent (CIconizeEvent a) Graphics.UI.WXCore.WxcClassesMZ topLevelWindowIconize :: TopLevelWindow a -> Bool -> IO Bool Graphics.UI.WXCore.WxcClassesMZ topLevelWindowIsIconized :: TopLevelWindow a -> IO Bool Graphics.UI.WXCore.WxcClassesMZ wxEVT_ICONIZE :: EventId Graphics.UI.WXCore.WxcDefs wxICONIZE :: Int I'm not sure how to work with events in wxCore.. David. |