Library | File

Class uifcGridContainer

# include <uifcGridContainer.h>

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



Description


Direct Known Subclasses:
uifcDialog, uifcLayout



Method Summary

xboolDoesRememberSize ()
 
xintGetHeight ()
 
xintGetMinimumHeight ()
 
xintGetMinimumWidth ()
 
xstringGetTitleImage ()
 
xstringGetTitleText ()
 
xintGetWidth ()
 
xboolHasBorder ()
 
voidSetHasBorder (xbool flag)
 
voidSetHeight (xint value)
 
voidSetMinimumHeight (xint value)
 
voidSetMinimumWidth (xint value)
 
voidSetRememberSize (xbool flag)
 
voidSetTitleImage (xrstring value)
 
voidSetTitleText (xrstring value)
 
voidSetWidth (xint value)
 


Methods Inherited from Class uifcComponent:

GetDialog, GetComponent, CreateInParent, AddPopupMenu, IsVisible, SetVisible, GetComponentClass, GetComponentClassName, IsAlwaysAtFront, SetAlwaysAtFront, GetBackgroundColor, SetBackgroundColor, IsAttachedAtBottom, SetAttachedAtBottom, GetBottomOffset, SetBottomOffset, GetCursorImage, SetCursorImage, GetTextColor, SetTextColor, GetHelpTextAlignment, SetHelpTextAlignment, GetHelpTextWidth, SetHelpTextWidth, GetHelpTextOriginX, SetHelpTextOriginX, GetHelpTextOriginY, SetHelpTextOriginY, CanInheritPopupMenu, SetCanInheritPopupMenu, IsAttachedAtLeft, SetAttachedAtLeft, GetLeftOffset, SetLeftOffset, DoesReserveSpace, SetReserveSpace, GetParentName, GetPopupMenuName, SetPopupMenuName, CanPopupMenuWhenDisabled, SetCanPopupMenuWhenDisabled, IsAttachedAtRight, SetAttachedAtRight, GetRightOffset, SetRightOffset, IsAttachedAtTop, SetAttachedAtTop, GetTopOffset, SetTopOffset, IsValidDropSite, SetValidDropSite, GetValidDropTypeFlags, SetValidDropTypeFlags, GetChildNameArray, DoesAllowTrailRecording, SetAllowTrailRecording, CanReduceHeight, SetCanReduceHeight, CanReduceWidth, SetCanReduceWidth



Method Detail

xintGetMinimumWidth ()

 
Returns:
The minimum width of the Layout, in character widths.



voidSetMinimumWidth (xint value)

 

Sets the minimum width of the Layout, in character widths.
Parameters:
value
Returns:



xintGetMinimumHeight ()

 
Returns:
The minimum height of the Layout, based on the height of a line of text.



voidSetMinimumHeight (xint value)

 

Sets the minimum height of the Layout, based on the height of a line of text.
Parameters:
value
Returns:



xstringGetTitleImage ()

 
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.



voidSetTitleImage (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:



xboolDoesRememberSize ()

 
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.



voidSetRememberSize (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:



xstringGetTitleText ()

 
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.



voidSetTitleText (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:



xintGetHeight ()

 
Returns:
The height of the Layout, based on the height of a line of text.



voidSetHeight (xint value)

 

Sets the height of the Layout, based on the height of a line of text.
Parameters:
value
Returns:



xintGetWidth ()

 
Returns:
The width of the Layout, in character widths.



voidSetWidth (xint value)

 

Sets the width of the Layout, in character widths.
Parameters:
value
Returns:



xboolHasBorder ()

 
Returns:
Flag indicating whether the Layout has a decorated shadow border.



voidSetHasBorder (xbool flag)

 

Sets flag indicating whether the Layout has a decorated shadow border.
Parameters:
flag
Returns: