wxFilterCtrl

Categories: window container,controlStatus: ALPHAComponent logo
Author: Moskvichev Andrey V.wxWidgets supported ports: wxMSW, wxGTK
Current maintainer: AndreywxWidgets supported versions: 2.8
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: doxygen

Description: wxFilterCtrl is filter control, like in MS Office 2007. It allows data filtering by values, date ranges, and different conditions.

Links for wxFilterCtrl:


Screenshots

^ TOP

Description


Usage sample

^ TOP

// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
newcomp->SetAAAA("aaa");
newcomp->SetBBBB("bbb");

// inside this section we can use any character we want except
// for the single quote char: if you need to use it you should
// escape it in this way: '
newcomp->Show();

Documentation

^ TOP

The documentation for this component is available online here.


Known bugs

^ TOP

None. To submit a bug report please look at wxCode support page.


Future enhancements

^ TOP

None. To submit a feature request please look at wxCode support page.