~mial/ubuntu/oneiric/unity/bug-791810

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/SwitcherView.h

  • Committer: Jay Taoko
  • Date: 2011-10-21 03:44:20 UTC
  • mfrom: (1721.1.4 unity-porting-nux20)
  • Revision ID: jay.taoko@canonical.com-20111021034420-ucz8y104ztr15944
Ported Unity to Nux 2.0

- The Button class in Nux no longer has properties. Refer to Nux API for more details on the signals and functions of that class

- ProcessEvent member functions have been removed (remnant of the former event architecture)

- Removed former Focus API

- ComputeLayout2 has been renamed ComputeContentSize

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  nux::Property<nux::Color> background_color;
70
70
 
71
71
protected:
72
 
  long ProcessEvent(nux::IEvent& ievent, long TraverseInfo, long ProcessEventInfo);
73
72
  void Draw(nux::GraphicsEngine& GfxContext, bool force_draw);
74
73
  void DrawContent(nux::GraphicsEngine& GfxContext, bool force_draw);
75
74