mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
212 B
C++
13 lines
212 B
C++
#include "GridCtrlTest.h"
|
|
|
|
void TestFocusLost::Init()
|
|
{
|
|
Add(spl.SizePos());
|
|
spl.Horz(grid0, grid1);
|
|
|
|
grid0.AddColumn("Key");
|
|
grid0.AddColumn("Value");
|
|
|
|
grid1.AddColumn("Key");
|
|
grid1.AddColumn("Value");
|
|
}
|