NuiGroup( json, int, int )
From NWN Lexicon
Jump to navigationJump to searchA group, usually with a border and some padding, holding a single element. Can scroll.
// A group, usually with a border and some padding, holding a single element. Can scroll.
// Will not advise parent of size, so you need to let it fill a span (col/row) as if it was
// a element.
json // Layout
NuiGroup(
json jChild, // Layout or Element
int bBorder = TRUE,
int nScroll = NUI_SCROLLBARS_AUTO
);
// Will not advise parent of size, so you need to let it fill a span (col/row) as if it was
// a element.
json // Layout
NuiGroup(
json jChild, // Layout or Element
int bBorder = TRUE,
int nScroll = NUI_SCROLLBARS_AUTO
);
Parameters
- jChild
- Layout or Element
- bBorder
- Boolean, TRUE or FALSE to show Border
- nScroll
- NUI_SCROLLBARS_*
Description
A group, usually with a border and some padding, holding a single element. Can scroll.
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |