mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1549 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
699e83eb52
commit
8434791866
1 changed files with 6 additions and 5 deletions
|
|
@ -19,11 +19,12 @@ public:
|
|||
CtrlLayout(*this, "Window title");
|
||||
addButton <<= THISBACK(AddButtonClicked);
|
||||
removeButton <<= THISBACK(RemoveButtonClicked);
|
||||
dropList.Add("A");
|
||||
dropList.Add("B");
|
||||
dropList.Add("C");
|
||||
dropList.Add("D");
|
||||
dropList.Add("E");
|
||||
|
||||
for(int i=0;i<10;i++){
|
||||
dropList.Add(i,Format("%d",i));
|
||||
if(((i+1)%3)==0) dropList.AddSeparator();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void AddButtonClicked()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue