From 360abde7b0f21861292648de869ab0d1ba655444 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Oct 2013 14:52:17 -0600 Subject: NxWM::CCalibration: Add an option to provide some instructions in the center of the calibration screen --- NxWidgets/libnxwidgets/include/clabel.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'NxWidgets/libnxwidgets/include/clabel.hxx') diff --git a/NxWidgets/libnxwidgets/include/clabel.hxx b/NxWidgets/libnxwidgets/include/clabel.hxx index 62ed1cda7..ccadb55ee 100644 --- a/NxWidgets/libnxwidgets/include/clabel.hxx +++ b/NxWidgets/libnxwidgets/include/clabel.hxx @@ -73,7 +73,7 @@ /**************************************************************************** * Included Files ****************************************************************************/ - + #include #include @@ -88,11 +88,11 @@ /**************************************************************************** * Pre-Processor Definitions ****************************************************************************/ - + /**************************************************************************** * Implementation Classes ****************************************************************************/ - + #if defined(__cplusplus) namespace NXWidgets @@ -150,7 +150,7 @@ namespace NXWidgets * * @see redraw() */ - + virtual void drawContents(CGraphicsPort *port); /** @@ -240,7 +240,7 @@ namespace NXWidgets */ virtual void setTextAlignmentVert(TextAlignmentVert alignment); - + /** * Set the horizontal alignment of text within the label. * @@ -262,7 +262,7 @@ namespace NXWidgets { return m_vAlignment; } - + /** * Returns the string shown in the label. * -- cgit v1.2.3