Example #1
0
 explicit QuickMenuButtonRenderer(const DialogLook &_look,
                                  const TCHAR *_caption)
   :look(_look), caption(_caption) {
   text_renderer.SetCenter();
   text_renderer.SetVCenter();
   text_renderer.SetControl();
 }