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:
@@ -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
|
||||
|
Reference in New Issue
Block a user