wxcore-0.90.1.1: 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

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

Constants

wxDOUBLE_BORDER :: Int

Deprecated

wxSUNKEN_BORDER :: Int

Deprecated

wxRAISED_BORDER :: Int

Deprecated

wxSTATIC_BORDER :: Int

Deprecated

wxBORDER_DEFAULT :: Int

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

wxBORDER_NONE :: Int

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

wxBORDER_STATIC :: Int

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

wxBORDER_SIMPLE :: Int

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

wxBORDER_RAISED :: Int

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

wxBORDER_SUNKEN :: Int

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

wxBORDER_THEME :: Int

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.

wxBORDER_MASK :: Int

A mask to extract border style from the combination of flags