wxcore-0.91.0.0: wxHaskell core

Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.UI.WXCore.WxcDefs

Contents

Description

Haskell constant definitions for the wxWidgets C library (wxc.dll).

This file was originally generated automatically by wxDirect; it is now manually maintained.

Synopsis

Types

type BitFlag = Int Source

A flag can be combined with other flags to a bit mask.

Constants

wxADJUST_MINSIZE :: Int Source

Deprecated: Don't use this

wxBDIAGONAL_HATCH :: Int Source

Deprecated: Don't use this

wxBOLD :: Int Source

Deprecated: Don't use this

wxBORDER_DEFAULT :: Int Source

This is different from wxBORDER_NONE as by default the controls do have border

wxBORDER_MASK :: Int Source

A mask to extract border style from the combination of flags

wxBORDER_NONE :: Int Source

Displays no border, overriding the default border style for the window. wxNO_BORDER is the old name for this style.

wxBORDER_RAISED :: Int Source

Displays a raised border. wxRAISED_BORDER is the old name for this style.

wxBORDER_SIMPLE :: Int Source

Displays a thin border around the window. wxSIMPLE_BORDER is the old name for this style.

wxBORDER_STATIC :: Int Source

Displays a border suitable for a static control. wxSTATIC_BORDER is the old name for this style. Windows only.

wxBORDER_SUNKEN :: Int Source

Displays a sunken border. wxSUNKEN_BORDER is the old name for this style.

wxBORDER_THEME :: Int Source

Displays a themed border where possible. Currently this has an effect on Windows XP and above only. For more information on themed borders, please see Themed borders on Windows http://docs.wxwidgets.org/2.8/wx_wxmswport.html#wxmswthemedborders.

wxBU_AUTODRAW :: Int Source

Deprecated: Don't use this

wxBU_NOAUTODRAW :: Int Source

Deprecated: Don't use this

wxCROSSDIAG_HATCH :: Int Source

Deprecated: Don't use this

wxCROSS_HATCH :: Int Source

Deprecated: Don't use this

wxDECORATIVE :: Int Source

Deprecated: Don't use this

wxDEFAULT :: Int Source

Deprecated: Don't use this

wxDOT :: Int Source

Deprecated: Don't use this

wxDOT_DASH :: Int Source

Deprecated: Don't use this

wxDOUBLE_BORDER :: Int Source

Deprecated: Use wxBORDER_THEME

Deprecated

wxFDIAGONAL_HATCH :: Int Source

Deprecated: Don't use this

wxFIXED :: Int Source

Deprecated: Don't use this

wxHORIZONTAL_HATCH :: Int Source

Deprecated: Don't use this

wxITALIC :: Int Source

Deprecated: Don't use this

wxLIGHT :: Int Source

Deprecated: Don't use this

wxLONG_DASH :: Int Source

Deprecated: Don't use this

wxMODERN :: Int Source

Deprecated: Don't use this

wxNORMAL :: Int Source

Deprecated: Don't use this

wxPASSWORD :: Int Source

Deprecated: Use wxTE_PASSWORD

wxPROCESS_ENTER :: Int Source

Deprecated: Use wxTE_PROCESS_ENTER

wxRAISED_BORDER :: Int Source

Deprecated: Use wxBORDER_RAISED

Deprecated

wxROMAN :: Int Source

Deprecated: Don't use this

wxSCRIPT :: Int Source

Deprecated: Don't use this

wxSHORT_DASH :: Int Source

Deprecated: Don't use this

wxSLANT :: Int Source

Deprecated: Don't use this

wxSOLID :: Int Source

Deprecated: Don't use this

wxSTATIC_BORDER :: Int Source

Deprecated: Use wxBORDER_STATIC

Deprecated

wxSTIPPLE :: Int Source

Deprecated: Don't use this

wxSTIPPLE_MASK :: Int Source

Deprecated: Don't use this

wxSTIPPLE_MASK_OPAQUE :: Int Source

Deprecated: Don't use this

wxSUNKEN_BORDER :: Int Source

Deprecated: Use wxBORDER_SUNKEN

Deprecated

wxSWISS :: Int Source

Deprecated: Don't use this

wxTELETYPE :: Int Source

Deprecated: Don't use this

wxTE_AUTO_SCROLL :: Int Source

Deprecated: Don't use this

wxTE_LINEWRAP :: Int Source

Deprecated: Don't use this

wxTRANSPARENT :: Int Source

Deprecated: Don't use this

wxUSER_DASH :: Int Source

Deprecated: Don't use this

wxVARIABLE :: Int Source

Deprecated: Don't use this

wxVERTICAL_HATCH :: Int Source

Deprecated: Don't use this