CComponentsWindow: add missing comment for allignment options

This commit is contained in:
2014-08-11 20:57:42 +02:00
committed by [CST] Focus
parent 8eab1ca472
commit 4e65078335

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