Improve focusFirstChild() and focusLastChild()
This commit is contained in:
parent
0485138c33
commit
8b195f7783
|
@ -56,7 +56,6 @@ int main (int argc, char* argv[])
|
||||||
FButton btn("&Quit", &dgl);
|
FButton btn("&Quit", &dgl);
|
||||||
btn.setGeometry (16, 7, 9, 1);
|
btn.setGeometry (16, 7, 9, 1);
|
||||||
btn.setShadow();
|
btn.setShadow();
|
||||||
btn.setFocus();
|
|
||||||
|
|
||||||
// Connect the button signal "clicked" with the callback function
|
// Connect the button signal "clicked" with the callback function
|
||||||
btn.addCallback
|
btn.addCallback
|
||||||
|
|
Loading…
Reference in New Issue