wex v24.10.0
|
Offers interface to listview. More...
#include <wex/factory/listview.h>
Public Member Functions | |
listview (const data::window &w=data::window(), const data::control &c=data::control()) | |
Default constructor. | |
virtual bool | append_columns (const std::vector< column > &cols) |
Appends new columns. | |
virtual bool | find_next (const std::string &text, bool find_next=true) |
Finds next. | |
virtual void | print () |
Prints the list. | |
virtual void | print_preview () |
Previews the list. | |
Offers interface to listview.
|
inlinevirtual |