CComponentsWindow: add missing comment for allignment options

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e65078335
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-11 (Mon, 11 Aug 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-08-11 20:57:42 +02:00
committed by [CST] Focus
parent bd9a4f50b6
commit 200e22b448

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()