|
Classes |
class | DialogPosition |
| DialogPosition ListItem's are stored in the DialogManager's DialogPositionList they record the position of a dialog box before it is destroyed. They are used to restore the position of the dialog when it is created the next time. More...
|
class | ActiveDlgStateItem |
| Stored on an ActiveDlgStateStack. See this class for a definition of its purpose. More...
|
class | ActiveDlgStateStack |
| An ActiveDlgStateStack holds ActiveDlgStateItems. Whenever a MODAL dialog is closed we will need to restore the previously active window. What's more if the previously active window is a MODAL dialog , then we must disable the mainframe and other popups owned by the mainframe; so that the dialog continues to behave modally. This stack stores this information. More...
|
class | CGadgetImageList |
| Kernel-usable class represeting a list of images. More...
|
class | CGadgetImageList::ResIDListItem |
class | CamelotTreeItemData |
| Hold pointer to CCObject associated with a wxTreeCtrl item. More...
|
class | DialogManager |
class | ScrollPageInc |
| ScrollPageInc records the number of units a scroll bars thumb should move for a page up or down scrollbar action. A ScrollPageInc is created and added to the DialogManager's ScrollPageIncList whenever the DialogManager::SetGadgetRange is called for a scrollbar or trackbar control. More...
|
class | DlgDiscardString |
| This simple class holds a pointer to a string which must be deleted when a dialog is deleted. More...
|
class | ControlInfo |
| A list of ConrolInfo ListItem's are stored 'in' a dialog box. They are used to store information which is required in a subclassed controls proc. Currently Edit controls and Button controls create a ControlInfo item when they are subclassed. More...
|
class | CWindowIDItem |
| A very simple class which contains a CWindowID. A list of CWindowIDItems are stored in the DialogPosition list. More...
|
Defines |
#define | WM_CTL_COMMIT WM_USER + 211 |
#define | WM_CTL_SETFOCUS WM_USER + 212 |
Functions |
| WX_DECLARE_STRING_HASH_MAP (String_256, IdToSerializedPaneInfo) |