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@1560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
eedba84ed4
commit
3cdc839856
3 changed files with 12 additions and 2 deletions
|
|
@ -20,11 +20,12 @@ public:
|
|||
addButton <<= THISBACK(AddButtonClicked);
|
||||
removeButton <<= THISBACK(RemoveButtonClicked);
|
||||
|
||||
for(int i=0;i<10;i++){
|
||||
dropList.AddSeparator();
|
||||
for(int i=0;i<1000;i++){
|
||||
dropList.Add(i,Format("%d",i));
|
||||
if(((i+1)%3)==0) dropList.AddSeparator();
|
||||
}
|
||||
|
||||
dropList.AddSeparator();
|
||||
}
|
||||
|
||||
void AddButtonClicked()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue