GUI_APP_MAIN { ArrayCtrl ac; ac.AddColumn("Aligned right").SetDisplay(StdRightDisplay()); ac.Add(123); TopWindow win; win.Add(ac.SizePos()); win.Run(); }
Report message to a moderator