wx-0.90.0.1: wxHaskell

Portabilityportable
Stabilityprovisional
Maintainerwxhaskell-devel@lists.sourceforge.net
Safe HaskellNone

Graphics.UI.WX.TopLevelWindow

Description

wxTopLevelwindow (wxWidgets >= 2.8.0) defines an (abstract) common base class for wxFrame and wxDialog.

In the wxHaskell implementation, TopLevel has been added to encapsulate some of the common functionality between the Dialog and Frame modules.

Synopsis

Documentation

initialResizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a

Helper function that transforms the style accordding to the windowResizable flag in of the properties

initialMaximizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a

Helper function that transforms the style accordding to the windowMaximizable flag in of the properties

initialMinimizeable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a

Helper function that transforms the style accordding to the windowMinimizable flag in of the properties

initialCloseable :: ([Prop (Window w)] -> Style -> a) -> [Prop (Window w)] -> Style -> a

Helper function that transforms the style accordding to the windowMinimizable flag in of the properties