treeview.h File Reference
Go to the source code of this file.
Data Structures
Defines
- #define CTRL_TREEVIEW ("TreeView")
- The class name of treeview control.
- #define TVS_NOTIFY 0x0001L
- Sends the parent window notification messages when the user clicks or double-clicks the control.
- #define TVS_WITHICON 0x0002L
- The treeview item will use icons to indicate folded or unfolded status.
- #define TVS_ICONFORSELECT 0x0000L
- The fold icon is used to indicate selected item.
- #define TVS_SORT 0x0010L
- Enables sorting in the treeview.
- #define TVM_ADDITEM 0xF110
- Adds a new item in a treeview control.
- #define TVM_INSERTITEM 0xF111
- The same as TVM_ADDITEM message.
- #define TVM_GETROOT 0xF112
- Gets the root item of a treeview control.
- #define TVM_DELTREE 0xF113
- Removes an item and its descendant items for the treeview control.
- #define TVM_SEARCHITEM 0xF114
- Searches an item matching a specified string in a subtree rooted by a specific item.
- #define TVM_FINDCHILD 0xF115
- Finds a child item matching a specified string in children of a specific item.
- #define TVM_GETSELITEM 0xF116
- Gets the selected item.
- #define TVM_SETSELITEM 0xF117
- Sets the selected item.
- #define TVM_GETITEMTEXTLEN 0xF118
- Retrives the text length of the specified item in TreeView control.
- #define TVM_GETITEMTEXT 0xF119
- Retrives the text of the specified item in TreeView control.
- #define TVM_GETITEMINFO 0xF11A
- Retrives the information of an item in TreeView control.
- #define TVM_SETITEMINFO 0xF11B
- Changes the information of an item.
- #define TVM_GETRELATEDITEM 0xF11C
- Retrives related item of specific item.
- #define TVM_SETSTRCMPFUNC 0xF11D
- Sets the STRCMP function used to sort items.
- #define TVN_ERRSPACE 255
- Indicates that memory is not enough.
- #define TVN_SELCHANGE 1
- Notifies the change of selection.
- #define TVN_DBLCLK 2
- Notifies the user has double-clicked an item.
- #define TVN_SETFOCUS 4
- Indicates gain of input focus.
- #define TVN_KILLFOCUS 5
- Indicates loss of input focus.
- #define TVN_CLICKED 7
- Indicates the user has clicked an item.
- #define TVN_ENTER 8
- Indicates the user has pressed the ENTER key.
- #define TVN_FOLDED 9
- Indicates a sub-tree has folded.
- #define TVN_UNFOLDED 10
- Indicates a sub-tree has unfolded.
Typedefs
Detailed Description
- Author:
- Wei Yongming <ymwei@minigui.org>
- Date:
- 2002/01/06
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 treeview.h.