|
| __rwproperty (VDKCustomTree, int) Spacing |
|
| __rwproperty (VDKCustomTree, VDKTreeNode) SelectedNode |
|
| __rproperty (VDKCustomTree, int) SelectedColumn |
|
| __rwproperty (VDKCustomTree, VDKTreeNode) UnselectedNode |
|
| __rproperty (VDKCustomTree, int) UnselectedColumn |
|
| __rwproperty (VDKCustomTree, GtkCTreeLineStyle) LineStyle |
|
| __rwproperty (VDKCustomTree, GtkCTreeExpanderStyle) ExpanderStyle |
|
| VDKCustomTree (VDKForm *owner, int columns=1, char **titles=NULL, GtkSelectionMode mode=GTK_SELECTION_SINGLE, int tree_column=0) |
|
virtual | ~VDKCustomTree () |
|
VDKTreeNode | AddNode (char *text[], GtkCTreeNode *parent, bool expanded=true, bool isLeaf=false, char **pixmap_closed=NULL, char **pixmap_opened=NULL) |
|
bool | RemoveNode (VDKTreeNode node) |
|
int | RemoveKey (char *key) |
|
virtual void | Clear () |
|
VDKTreeNode | Selection () |
|
VDKTreeNode | Unselection () |
|
VDKTreeNodeArray & | Selections () |
|
Tuple | operator[] (VDKTreeNode node) |
|
VDKTreeNodeList * | Find (char *key) |
|
bool | IsLeaf (VDKTreeNode node) |
|
char * | Key (VDKTreeNode node) |
|
bool | IsExpanded (VDKTreeNode node) |
|
int | ColumnClicked () |
|
GtkSelectionMode | SelectionMode () |
|
GtkWidget * | CustomWidget () |
|
void | ActiveTitle (int col, bool flag=true) |
|
void | ActiveTitles (bool flag=true) |
|
void | EnableTitles (bool flag=true) |
|
void | Freeze () |
|
void | Thaw () |
|
int | Size () |
|
void | ColumnSize (int col, int size) |
|
void | AutoResizeColumn (int col, bool flag) |
|
virtual void | SetForeground (VDKRgb, GtkStateType) |
|
virtual void | SetFont (VDKFont *) |
|
VDKRgb | GetBackground (GtkStateType state=GTK_STATE_NORMAL) |
|
VDKRgb | GetForeground (GtkStateType state=GTK_STATE_NORMAL) |
|
| VDKObject (VDKForm *owner=NULL) |
|
| VDKObject (VDKForm *owner, GtkWidget *widget) |
|
virtual | ~VDKObject () |
|
bool | Destroy () |
|
virtual int | isA () |
|
VDKForm * | Owner () |
|
virtual GtkWidget * | Widget () |
|
GtkWidget * | ConnectingWidget () |
|
GtkWidget * | WrappedWidget () |
|
VDKFont * | GetFont () |
|
void | SetVisible (bool visible) |
|
bool | GetVisible () |
|
void | SetCursor (VDKCursorType) |
|
VDKCursorType | GetCursor () |
|
void | SetSize (int w, int h) |
|
void | SetUsize (VDKPoint s) |
|
virtual void | SetTip (char *) |
|
virtual void | Add (VDKObject *obj, int justify=l_justify, int expand=TRUE, int fill=TRUE, int padding=0) |
|
ItemList & | Items () |
|
void | Draw (GdkRectangle *area=NULL) |
|
virtual void | Setup () |
|
void | SignalEmit (int signal) |
|
void | SignalEmit (char *sig) |
|
void | SignalEmitParent (int signal) |
|
void | SignalEmitParent (char *sig) |
|
void | GrabFocus () |
|
VDKObject * | Parent (VDKObject *p=NULL) |
|
int | SignalConnect (VDKObject *obj, char *signal, bool(VDKObject::*method)(VDKObject *), bool gtk=true, bool after=false) |
|
int | SignalConnect (char *signal, bool(VDKObject::*method)(VDKObject *), bool gtk=true, bool after=false) |
|
bool | SignalDisconnect (int connection) |
|
int | EventConnect (VDKObject *obj, char *event, bool(VDKObject::*method)(VDKObject *, GdkEvent *), bool after=false) |
|
int | EventConnect (char *, bool(VDKObject::*)(VDKObject *, GdkEvent *), bool after=false) |
|
bool | EventDisconnect (int connection) |
|
|
VDKReadWriteValueProp< VDKCustom, GtkPolicyType > | VPolicy |
|
VDKReadWriteValueProp< VDKCustom, GtkPolicyType > | HPolicy |
|
VDKReadWriteValueProp< VDKCustom, GtkShadowType > | BorderShadow |
|
VDKReadWriteValueProp< VDKCustom, int > | RowHeight |
|
VDKReadWriteValueProp< VDKCustom, bool > | AutoResize |
|
VDKReadWriteValueProp< VDKCustom, VDKRgb > | SelectedForeground |
|
VDKReadWriteValueProp< VDKCustom, VDKRgb > | UnselectedBackground |
|
VDKReadWriteValueProp< VDKCustom, VDKRgb > | UnselectedForeground |
|
VDKObjectArray | Titles |
|
VDKReadOnlyValueProp< VDKCustom, int > | SelectedTitle |
|
VDKReadWriteValueProp< VDKObject, VDKRgb > | NormalBackground |
|
VDKReadWriteValueProp< VDKObject, VDKFont * > | Font |
|
SizeObjectProp | Usize |
|
VDKReadWriteValueProp< VDKObject, bool > | Enabled |
|
VDKReadWriteValueProp< VDKObject, VDKCursorType > | Cursor |
|
VDKReadWriteValueProp< VDKObject, bool > | Visible |
|
virtual void | SetBackground (VDKRgb color, GtkStateType state=GTK_STATE_NORMAL) |
|
VDKObjectSignal | s_clicked |
|
GtkWidget * | widget |
|
GtkWidget * | sigwid |
|
VDKObject * | parent |
|
This class wraps gtkctree widget.
- Signals
- select_node_signal, emitted on selecting a tree node (or double clicking on extended selection mode). SelectedNode property contains selected node address. SelectedNode is set to NULL if no node is selected.
- unselect_node_signal, emitted on unselecting a tree node . UnselectedNode property contains uelected node address. UnselectedNode is set to NULL if no node is unselected.
- Tip
- VDKTreeNode is defined as GtkCTreeNode*
- EXAMPLES
- On ./testvdk/ctreewin.cc