mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CComponentsWindow: add missing comment for allignment options
This commit is contained in:
@@ -159,7 +159,7 @@ class CComponentsWindow : public CComponentsForm
|
|||||||
|
|
||||||
///set caption in header from locales, see also getHeaderObject()
|
///set caption in header from locales, see also getHeaderObject()
|
||||||
void setWindowCaption(neutrino_locale_t locale_text, const int& align_mode = CTextBox::NO_AUTO_LINEBREAK);
|
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;};
|
void setWindowCaptionAlignment(const int& align_mode){ccw_align_mode = align_mode;};
|
||||||
|
|
||||||
///set icon name in header, see also getHeaderObject()
|
///set icon name in header, see also getHeaderObject()
|
||||||
|
Reference in New Issue
Block a user