| Categories: control | Status: ALPHA |  |
| Author: Christian Gräfe | wxWidgets supported ports: wxMSW |
| Current maintainer: Christian Gräfe | wxWidgets supported versions: 2.8 |
| Latest version: 0.2 | Build system: Bakefile-based |
| Programming language: C++ | Samples provided: 1 |
| External dependencies: none | Documentation: notavailable |
|
| Description: wxLEDPanel is, like the name says, a Panel with LEDs.
It can be used as ticker with scrolling text or to show static text. |
|
| Links for wxLEDPanel: › Website | › Screenshots | › Documentation | › Browse Subversion | › Download | › Edit this component's info (for maintainers only) |
wxLEDPanel *ledpanel = new wxLEDPanel(this,wxID_ANY,wxSize(4,4),wxSize(65,9),0);
ledpanel->SetLEDColour(wxLED_COLOUR_GREEN);
ledpanel->SetText(wxT("WXLEDPANEL"),wxALIGN_CENTER);
ledpanel->SetScrollDirection(wxLED_SCROLL_LEFT);
ledpanel->SetScrollspeed(100);
None. To submit a bug report please look at wxCode support page.
None. To submit a feature request please look at wxCode support page.