mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
21 lines
334 B
C++
21 lines
334 B
C++
//#include "GridCtrl.h"
|
|
|
|
|
|
//class GridText : Ctrl
|
|
//{
|
|
// private:
|
|
// GridDisplay display;
|
|
// WString* text;
|
|
//
|
|
// public:
|
|
//
|
|
// GridText() {}
|
|
//
|
|
// virtual void Paint(Draw& w)
|
|
// {
|
|
// Rect r = GetRect();
|
|
// display->Paint(w, r.left, r.top, r.Width(), r.Height(), *text, 0, fg, bg, fnt);
|
|
// }
|
|
//
|
|
//
|
|
//};
|