udpate to new api

This commit is contained in:
Dana Jansens 2003-02-08 08:14:02 +00:00
parent f51f1c775f
commit 188e5cd537

View file

@ -27,7 +27,7 @@ int main(int argc, char **argv) {
lab2.setBorderColor(otk::RenderStyle::style(app.screen())->buttonFocusColor());
but.setText("Im not the default button...");
but2.setText("But I AM!!");
but2.setDefault(true);
but2.setHighlighted(true);
foo.show();