uppdev update

git-svn-id: svn://ultimatepp.org/upp/trunk@544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-10-19 15:37:51 +00:00
parent 4d38b96aa9
commit 85eade94fa
12 changed files with 804 additions and 2 deletions

View file

@ -113,6 +113,7 @@ struct FindBrokenRefIterator : RichTxt::Iterator {
Uuid itemstyle;
void Test();
void Dnes();
virtual bool operator()(int pos, const RichPara& para)
{
@ -166,9 +167,16 @@ void Foo()
EditString es;
es. ;
es.NullText(). ;
THISBACK(
String x[5];
x[1]. ;
Rect r;
r.
}
struct FwTest;
struct Dlg : WithEditStringLayout<TopWindow> {
Dlg() {
Ctrl:: ;
@ -176,8 +184,11 @@ struct Dlg : WithEditStringLayout<TopWindow> {
x. ;
this. ;
this-> ;
a
text. ;
}
Vector<String>::
};
struct FwTest {
void Test();
};