Eric D Vaughan A frame that can have multiple children. More...
#include <nsGridRowLeafFrame.h>
Public Member Functions | |
nsGridRowLeafFrame (nsIPresShell *aPresShell, nsStyleContext *aContext, PRBool aIsRoot, nsIBoxLayout *aLayoutManager) | |
NS_IMETHOD | GetBorderAndPadding (nsMargin &aBorderAndPadding) |
Friends | |
NS_DECL_FRAMEARENA_HELPERS friend nsIFrame * | NS_NewGridRowLeafFrame (nsIPresShell *aPresShell, nsStyleContext *aContext) |
Eric D Vaughan A frame that can have multiple children.
Only one child may be displayed at one time. So the can be flipped though like a deck of cards. A frame representing a grid row (or column). Grid row (and column) elements are the children of row group (or column group) elements, and their children are placed one to a cell.
nsGridRowLeafFrame::nsGridRowLeafFrame | ( | nsIPresShell * | aPresShell, | |
nsStyleContext * | aContext, | |||
PRBool | aIsRoot, | |||
nsIBoxLayout * | aLayoutManager | |||
) | [inline] |
NS_IMETHOD nsGridRowLeafFrame::GetBorderAndPadding | ( | nsMargin & | aBorderAndPadding | ) |
NS_DECL_FRAMEARENA_HELPERS friend nsIFrame* NS_NewGridRowLeafFrame | ( | nsIPresShell * | aPresShell, | |
nsStyleContext * | aContext | |||
) | [friend] |