Enumerations | |
enum | tMResults { mrNone, mrOk, mrYes, mrNo, mrDraw, mrChat, mrQuit, mrNew = 6, mrUpload, mrRename, mrDelete, mrView, mrPlay, mrRestart, mrSet, mrLater, mrCancel, mrMessage, mrUser = 32 } |
enum | tDialogStyle { mbNone = 0x0, mbOk = 0x1, mbYes = 0x2, mbNo = 0x4, mbDraw = 0x8, mbChat = 0x10, mbQuit = 0x20, mbNew = 0x20, mbUpload = 0x40, mbRename = 0x80, mbDelete = 0x100, mbView = 0x200, mbPlay = 0x400, mbRestart = 0x800, mbSet = 0x1000, mbLater = 0x2000, mbCancel = 0x4000, mbEdit = 0x10000, mbPasswd = 0x20000, mbNoEsc = 0x40000, mbLeft = 0x80000, mbNoShutup = 0x100000, mbReverseOrder = 0x200000, mbsDefault = 0x0, mbsNone = 0x0, mbs0 = 0x0, mbs1 = 0x400000, mbs2 = 0x800000, mbs3 = 0xC00000, mbs4 = 0x1000000, mbs5 = 0x1400000, mbs6 = 0x1800000, mbs7 = 0x1C00000, mbsMask = 0x1C00000, mbsAbout = mbs6, mbsDraw = mbs4, mbsEsc = mbs5, mbsLinkOff = mbs1, mbsNoDraw = mbs7, mbsWelcome = mbs2 } |
Compounds | ||
struct | cCustomForm | This is a structure of the main form |
struct | cDialog | The structure for common dialogs |
struct | cFrameForm | This structure creates a full-screen, framed window |
Forms (cCustomForm, cFrameForm) are structures that can be used as containers that 'host' other elements, such as controls (see below). Please note that cDialog is a ready-to-use thing, you just have to provide its constructor with flags (there are about 40 bit masks for your convenience, so the whole thing is highly configurable).
|
|
Predefined results that may be returned from modal forms.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |