Public Member Functions | |
silly_subtree (bool expanded, const wstring &_txt) | |
silly_subtree (bool expanded, const string &_txt) | |
void | paint (tree *win, int y, bool hierarchical, const style &st) |
Display this item and this item only (does not descend to the children of the item, if any). | |
const wchar_t * | tag () |
const wchar_t * | label () |
void silly_subtree::paint | ( | tree * | win, | |
int | y, | |||
bool | hierarchical, | |||
const style & | st | |||
) | [inline, virtual] |
Display this item and this item only (does not descend to the children of the item, if any).
The current style of the corresponding tree widget will be initialized using get_normal_style() and/or get_highlight_style() prior to the invocation of this method.
win | the tree in which to paint this item | |
y | the y location at which to paint this item | |
hierarchical | if true, paint this item as an entry in a 'hierarchical' tree. | |
st | the style with which this item is being displayed. |
Implements cwidget::widgets::treeitem.