wx-0.92.3.0: wxHaskell

Copyright(c) Jeremy O'Donoghue 2007
LicensewxWindows
Maintainerwxhaskell-devel@lists.sourceforge.net
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.UI.WX.TopLevelWindow

Contents

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 Source #

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 Source #

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 Source #

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 Source #

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

Orphan instances