mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
10 lines
159 B
C++
10 lines
159 B
C++
#include "VegaMain.h"
|
|
|
|
//this might be needed...
|
|
Ctrl2::Ctrl2()
|
|
{
|
|
edit.SetRect(0,0,20,19);
|
|
button.SetRect(15,0,30,19);
|
|
Add(edit);
|
|
Add(button);
|
|
}
|