CComponentsWindow: add missing comment for allignment options

Origin commit data
------------------
Commit: 4e65078335
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-11 (Mon, 11 Aug 2014)
This commit is contained in:
2014-08-11 20:57:42 +02:00
committed by [CST] Focus
parent b990a5982b
commit 901f001418

View File

@@ -159,7 +159,7 @@ class CComponentsWindow : public CComponentsForm
///set caption in header from locales, see also getHeaderObject()
void setWindowCaption(neutrino_locale_t locale_text, const int& align_mode = CTextBox::NO_AUTO_LINEBREAK);
///set caption alignment
///set caption alignment, see CTextBox for possible modes
void setWindowCaptionAlignment(const int& align_mode){ccw_align_mode = align_mode;};
///set icon name in header, see also getHeaderObject()