mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
bazaar: BoostPyTest: Value export for the common types, including String and ValueArray
git-svn-id: svn://ultimatepp.org/upp/trunk@3340 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d4d3d7f8ad
commit
bbc2ef5b80
12 changed files with 153 additions and 13 deletions
|
|
@ -5,7 +5,7 @@ ValueCtrlTest::ValueCtrlTest()
|
|||
CtrlLayout(*this, "Window title");
|
||||
clear <<= THISBACK(Clear);
|
||||
|
||||
Value v = ValueArray(Vector<Value>() << "123.8" << "Test");
|
||||
Value v = ValueArray(Vector<Value>() << 123.8 << "Test");
|
||||
vc.SetData(v);
|
||||
vc <<= THISBACK(ActionCB);
|
||||
Add(vc.HSizePos().BottomPos(0, 20));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue