API Documentation > Interface Classes > Class uifcGridContainer
Class uifcGridContainer

# include <uifcGridContainer.h>

class
uifcGridContainer
: public virtual
uifcComponent
{
xaideclare(uifcGridContainer)
...
};


Description
Direct Known Subclasses:
Method Summary
Methods Inherited from Class uifcComponent::
Method Detail
GetMinimumWidth
()
Returns:
The minimum width of the Layout, in character widths.
void
SetMinimumWidth
(xint value)
Sets the minimum width of the Layout, in character widths.
Parameters:
value
Returns:
GetMinimumHeight
()
Returns:
The minimum height of the Layout, based on the height of a line of text.
void
SetMinimumHeight
(xint value)
Sets the minimum height of the Layout, based on the height of a line of text.
Parameters:
value
Returns:
GetTitleImage
()
Returns:
The image of the Layout if the Layout is decorated.
This may be a BIF (the .bif extension is optional) file or a JPG, PNG, PCX, GIF, BMP, ICO or CUR file.
void
SetTitleImage
(xrstring value)
Sets the image of the Layout if the Layout is decorated.
This may be a BIF (the .bif extension is optional) file or a JPG, PNG, PCX, GIF, BMP, ICO or CUR file.
Parameters:
value
Returns:
DoesRememberSize
()
Returns:
Flag indicating whether the Layout should remember its size when the Dialog in which it is contained is destroyed so that when the Dialog is recreated the Layout will initially be created with the same size.
void
SetRememberSize
(xbool flag)
Sets flag indicating whether the Layout should remember its size when the Dialog in which it is contained is destroyed so that when the Dialog is recreated the Layout will initially be created with the same size.
Parameters:
flag
Returns:
GetTitleText
()
Returns:
The label of the Layout if the Layout is decorated.
The text may be single or multi-line, and may contain a mnemonic by prefixing the mnemonic character with an ampersand.
void
SetTitleText
(xrstring value)
Sets the label of the Layout if the Layout is decorated.
The text may be single or multi-line, and may contain a mnemonic by prefixing the mnemonic character with an ampersand.
Parameters:
value
Returns:
GetHeight
()
Returns:
The height of the Layout, based on the height of a line of text.
void
SetHeight
(xint value)
Sets the height of the Layout, based on the height of a line of text.
Parameters:
value
Returns:
GetWidth
()
Returns:
The width of the Layout, in character widths.
void
SetWidth
(xint value)
Sets the width of the Layout, in character widths.
Parameters:
value
Returns:
HasBorder
()
Returns:
Flag indicating whether the Layout has a decorated shadow border.
void
SetHasBorder
(xbool flag)
Sets flag indicating whether the Layout has a decorated shadow border.
Parameters:
flag
Returns:
Was this helpful?