~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to tests/TestPlacesTiles.cpp

  • Committer: Gord Allott
  • Date: 2011-02-28 16:27:57 UTC
  • mto: This revision was merged to the branch mainline in revision 902.
  • Revision ID: gord.allott@canonical.com-20110228162757-zk8otqin3bir0sml
erm, bunch of stuff. support for keynav, woo

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  layout->AddView (tile2, 1, nux::MINOR_POSITION_CENTER, nux::MINOR_SIZE_FULL);
66
66
  layout->AddView (tile3, 1, nux::MINOR_POSITION_CENTER, nux::MINOR_SIZE_FULL);
67
67
 
 
68
  layout->SetFocused (true);
68
69
 
69
70
  nux::GetGraphicsThread()->SetLayout (layout);
70
71
}
84
85
  printf ("ControlThread successfully started\n");
85
86
 
86
87
  nux::WindowThread* mainWindowThread;
87
 
  
 
88
 
88
89
  mainWindowThread = NUX_STATIC_CAST (nux::WindowThread*, data);
89
90
}
90
91