From fb8f25a3f43d6c5a10dfa5a99b9cec55feec97f6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 12 May 2012 13:50:21 +0000 Subject: Add NxWM::CWindowControl; task bar and start window icons now functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4725 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/ctaskbar.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'NxWidgets/nxwm/include/ctaskbar.hxx') diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx index 398087f84..1f2f69580 100644 --- a/NxWidgets/nxwm/include/ctaskbar.hxx +++ b/NxWidgets/nxwm/include/ctaskbar.hxx @@ -82,7 +82,8 @@ namespace NxWM * (and I may still do that someday) */ - class CTaskbar : public NXWidgets::CNxServer, private NXWidgets::CWidgetEventHandler + class CTaskbar : public NXWidgets::CNxServer, + private NXWidgets::CWidgetEventHandler { private: /** @@ -109,12 +110,12 @@ namespace NxWM /** * Create a raw window. * - * 1) Create a dumb CWigetControl instance - * 2) Pass the dumb CWidgetControl instance to the window constructor - * that inherits from INxWindow. This will "smarten" the CWidgetControl + * 1) Create a dumb CWindowControl instance + * 2) Pass the dumb CWindowControl instance to the window constructor + * that inherits from INxWindow. This will "smarten" the CWindowControl * instance with some window knowlede * 3) Call the open() method on the window to display the window. - * 4) After that, the fully smartened CWidgetControl instance can + * 4) After that, the fully smartened CWindowControl instance can * be used to generate additional widgets by passing it to the * widget constructor */ -- cgit v1.2.3