summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 18:19:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 18:19:17 +0000
commit1d7b4d2140b3d4dec9554a333e0e442103e3708f (patch)
tree983597adcf78127e26ae3cfd3d4f3fe6b3c18476 /NxWidgets/libnxwidgets/include
parent0860510a3519855cdbff730ab01f8ea08220e183 (diff)
downloadnuttx-1d7b4d2140b3d4dec9554a333e0e442103e3708f.tar.gz
nuttx-1d7b4d2140b3d4dec9554a333e0e442103e3708f.tar.bz2
nuttx-1d7b4d2140b3d4dec9554a333e0e442103e3708f.zip
Most fixes to get NxWM working on the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4710 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/libnxwidgets/include')
-rw-r--r--NxWidgets/libnxwidgets/include/cwidgetcontrol.hxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/NxWidgets/libnxwidgets/include/cwidgetcontrol.hxx b/NxWidgets/libnxwidgets/include/cwidgetcontrol.hxx
index e33757a95..72713f2c4 100644
--- a/NxWidgets/libnxwidgets/include/cwidgetcontrol.hxx
+++ b/NxWidgets/libnxwidgets/include/cwidgetcontrol.hxx
@@ -609,7 +609,7 @@ namespace NXWidgets
{
waitGeoData();
pos->x = m_pos.x;
- pos->x = m_pos.y;
+ pos->y = m_pos.y;
return true;
}
@@ -654,19 +654,6 @@ namespace NXWidgets
return m_size.h;
}
- /**
- * Set the size of the window. This is normally reported by an NX callback. But
- * the toolbar widget control does not get NX callbacks and has to get the
- * window size throught this method. This method should not be called by user
- * code
- *
- * @param hWindow The window handle that should be used to communicate
- * with the window
- * @param bounds. The size of the underlying window.
- */
-
- void setWindowBounds(NXHANDLE hWindow, FAR const struct nxgl_rect_s *bounds);
-
/**
* The creation sequence is:
*