Feature #43
add mechanism to paint cells in a WCalendar
| Status: | Closed | Start: | 08/11/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Pieter Libin | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
add mechanism to paint cells in a WCalendar
this can be handy to mark events
(notify Dushan Savich when fixed)
History
Updated by Pieter Libin over 2 years ago
Proposal:
add
virtual void paintCell(const WDate& date, WTableCell *cell) to WCalendar
the default implementation will add a WText to the cell
Updated by Koen Deforche over 2 years ago
- Assigned to set to Pieter Libin
Updated by Pieter Libin almost 2 years ago
- Status changed from New to Resolved
implemented virtual WWidget* renderCell(WWidget* widget, const WDate& date);
Updated by Koen Deforche almost 2 years ago
- Status changed from Resolved to Closed