]> Dogcows Code - chaz/openbox/blobdiff - otk/otk_test.cc
add a focused() member
[chaz/openbox] / otk / otk_test.cc
index 06de3a16fff35181d94245b6720435cc0c740345..fb4db8352df5e40f379fc06af9365340ffa4b384 100644 (file)
@@ -36,10 +36,10 @@ int main(int argc, char **argv) {
   right.setWidth(300);
   right.setTexture(app.getStyle()->titlebarFocusBackground());
   right.setUnfocusTexture(app.getStyle()->titlebarUnfocusBackground());
-
   otk::Button iconb(&left);
   iconb.resize(40,20);
-  otk::FocusWidget label(&left);
+
+/*  otk::FocusWidget label(&left);
   otk::Button maxb(&left);
   otk::Button closeb(&left);
   
@@ -59,7 +59,7 @@ int main(int argc, char **argv) {
 
   // fixed size
   closeb.setText("fuubar");
-
+*/
   otk::FocusWidget rblef(&right);
   otk::Button rbutt1(&right);
   otk::Button rbutt2(&right);
This page took 0.022903 seconds and 4 git commands to generate.