|
Graphics.UI.ObjectIO.StdWindowDef | Portability | portable | Stability | provisional | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
Description |
StdWindowDef contains the types to define the standard set of dialogs.
|
|
Synopsis |
|
|
|
Documentation |
|
Data type definitions |
|
data Dialog c ls ps |
The dialogs are nonresizable modal or nonmodal windows. They adjust their size to the common size
of the contained controls. They usually have two special buttons called "Ok" and
"Cancel". When the user presses Enter or Esc keys, the dialog interprets this event as
clicking on "Ok" or "Cancel". | Constructors | | Instances | |
|
|
data Window c ls ps |
The windows are resizable and one can draw in the view domain.This can be programmed as a Haskell's function.
They also can have vertical and horizontal scroll bars, which extend logical view frame of the windows. | Constructors | | Instances | |
|
|
data WindowAttribute ls ps |
|
|
type WindowResizeFunction ls ps = Size -> Size -> GUIFun ls ps |
|
type Look = SelectState -> UpdateState -> Draw () |
|
data PenAttribute |
|
|
module Graphics.UI.ObjectIO.StdIOCommon |
|
module Graphics.UI.ObjectIO.StdGUI |
|
Produced by Haddock version 0.3 |