propsheet.h File Reference
Go to the source code of this file.
Defines
- #define CTRL_PROPSHEET ("propsheet")
- The class name of propsheet control.
- #define PSS_SIMPLE 0x0000L
- A simple property sheet control. All tabs of the control will have the same width.
- #define PSS_COMPACTTAB 0x0001L
- Compact tab style. The width of a tab is adaptive to the tab title.
- #define PSS_SCROLLABLE 0x0002L
- Tabs can be scrolled by scroll button.
- #define PSS_BOTTOM 0x0010L
- Bottom tab style. Tabs will be located at the bottom of the property sheet.
- #define PS_OKAY 0
- #define PS_ERR (-1)
- #define PSM_GETACTIVEPAGE 0xF1C0L
- Gets the handle of current active page.
- #define PSM_SETACTIVEINDEX 0xF1C2L
- Changes the active page by index.
- #define PSM_GETPAGE 0xF1C3L
- Gets the handle of a page by index.
- #define PSM_GETACTIVEINDEX 0xF1C4L
- Gets the index of the current active page.
- #define PSM_GETPAGEINDEX 0xF1C5L
- Gets the index of a page by handle.
- #define PSM_GETPAGECOUNT 0xF1C6L
- Gets the number of pages of the propsheet.
- #define PSM_GETTITLELENGTH 0xF1C7L
- Gets the length of a page title.
- #define PSM_GETTITLE 0xF1C8L
- Gets a page title.
- #define PSM_SETTITLE 0xF1C9L
- Sets a page title.
- #define PSM_ADDPAGE 0xF1D0L
- Adds a page to the propsheet.
- #define PSM_REMOVEPAGE 0xF1D1L
- Removes a page from the propsheet.
- #define PSM_SHEETCMD 0xF1D2L
- Sends a MSG_SHEETCMD message to all pages in the propsheet.
- #define PSN_ACTIVE_CHANGED 0x01
- Notifies the parent window that the active page of the propsheet has been changed.
Detailed Description
- Author:
- Wei Yongming <ymwei@minigui.org>
- Date:
- 2001/12/29
Copyright (C) 2002-2008 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
All rights reserved by Feynman Software.
This file is part of MiniGUI, a compact cross-platform Graphics
User Interface (GUI) support system for real-time embedded systems.
Definition in file propsheet.h.