Win32-2.6.1.0: A binding to part of the Win32 library
Copyright(c) Alastair Reid 1997-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Graphics.Win32.Dialogue

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

newtype Stub_DTM #

Constructors

Stub_DTM DTemplateMem 

newtype DIA_TEMPLATE #

Constructors

DIA_TEMPLATE (Ptr DIA_TEMPLATE) 

endDialog :: HWND -> Int -> IO () #

setDlgItemInt :: HWND -> Int -> UINT -> BOOL -> IO () #

setDlgItemText :: HWND -> Int -> String -> IO () #