From fbfd97c209f99cf1a9e8190ba835c1b3bef64c2a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Apr 2012 17:36:53 +0000 Subject: A few pieces of what may become an NX window manager git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4669 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/libnxwidgets/include/cbitmap.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NxWidgets/libnxwidgets/include/cbitmap.hxx') diff --git a/NxWidgets/libnxwidgets/include/cbitmap.hxx b/NxWidgets/libnxwidgets/include/cbitmap.hxx index 473403aa8..4828ca9cc 100644 --- a/NxWidgets/libnxwidgets/include/cbitmap.hxx +++ b/NxWidgets/libnxwidgets/include/cbitmap.hxx @@ -181,6 +181,15 @@ namespace NXWidgets const nxgl_coord_t getStride(void) const; + /** + * Use the colors associated with a selected image. + * + * @param selected. true: Use colors for a selected widget, + * false: Use normal (default) colors. + */ + + inline void setSelected(bool selected) {} + /** * Get one row from the bit map image. * -- cgit v1.2.3