summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/ctaskbar.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-12 13:50:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-12 13:50:21 +0000
commitfb8f25a3f43d6c5a10dfa5a99b9cec55feec97f6 (patch)
treece467469470404655e332c2ca8bc05d64283c85f /NxWidgets/nxwm/include/ctaskbar.hxx
parente88d1ff1f09ba0ea6999ab2e5e2d55dc88434646 (diff)
downloadnuttx-fb8f25a3f43d6c5a10dfa5a99b9cec55feec97f6.tar.gz
nuttx-fb8f25a3f43d6c5a10dfa5a99b9cec55feec97f6.tar.bz2
nuttx-fb8f25a3f43d6c5a10dfa5a99b9cec55feec97f6.zip
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
Diffstat (limited to 'NxWidgets/nxwm/include/ctaskbar.hxx')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx11
1 files changed, 6 insertions, 5 deletions
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
*/