PreferencesTitleStyle
From LIVECHAT Developer Zone Wiki
Represent preferences dialog title style.
typedef enum PreferencesTitleStyle{
NO_TOP_MARGIN = 0,
HAS_TOP_MARGIN = 1
} PreferencesTitleStyle;
- Members
- NO_TOP_MARGIN
- Title has no top margin. Usually it is style of the first title in a preferences page.
- HAS_TOP_MARGIN
- If the title is not the first on the preferences page it should have top margin.
- See also
