Mention wxTL_NO_HEADER in wxTreeListCtrl documentation too
This style was documented in the global scope, but not in the class description where it would be expected to be found.
This commit is contained in:
parent
54ddce99f5
commit
783b82913b
1 changed files with 3 additions and 0 deletions
|
|
@ -212,6 +212,9 @@ extern const wxTreeListItem wxTLI_LAST;
|
|||
@style{wxTL_USER_3STATE}
|
||||
Same as wxTL_3STATE but the user can also set the checkboxes to the
|
||||
undetermined state. Implies wxTL_3STATE.
|
||||
@style{wxTL_NO_HEADER}
|
||||
Don't show the column headers, that are shown by default. Notice that
|
||||
this style is only available since wxWidgets 2.9.5.
|
||||
@style{wxTL_DEFAULT_STYLE}
|
||||
Style used by the control by default, just wxTL_SINGLE currently.
|
||||
@endStyleTable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue