diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-08 08:14:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-08 08:14:02 +0000 |
| commit | 188e5cd5376e978e18d9760692c03bfa7562e2de (patch) | |
| tree | 98257e119b674f3eeddcd7a23848a7548a3043a8 | |
| parent | f51f1c775f3f09cf184ead323d111985c888d52e (diff) | |
udpate to new api
| -rw-r--r-- | otk/otk_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/otk_test.cc b/otk/otk_test.cc index c36abfd1..b438b3b1 100644 --- a/otk/otk_test.cc +++ b/otk/otk_test.cc @@ -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(); |
