Added NS_FRAME_OUTSIDE_CHILDREN bit

git-svn-id: svn://10.0.0.236/trunk@13747 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1998-10-30 22:04:56 +00:00
parent b5086dd83e
commit 9770e7f6a0
2 changed files with 14 additions and 0 deletions

View File

@ -98,6 +98,13 @@ typedef PRUint32 nsFrameState;
// created the view) to position and size its associated view
#define NS_FRAME_SYNC_FRAME_AND_VIEW 0x00000004
// If this bit is set then there is a child frame in the frame that
// extends outside this frame's bounding box. The implication is that
// the frames rect does not completely cover its children and
// therefore operations like rendering and hit testing (for example)
// must operate differently.
#define NS_FRAME_OUTSIDE_CHILDREN 0x00000008
//----------------------------------------------------------------------
/**

View File

@ -98,6 +98,13 @@ typedef PRUint32 nsFrameState;
// created the view) to position and size its associated view
#define NS_FRAME_SYNC_FRAME_AND_VIEW 0x00000004
// If this bit is set then there is a child frame in the frame that
// extends outside this frame's bounding box. The implication is that
// the frames rect does not completely cover its children and
// therefore operations like rendering and hit testing (for example)
// must operate differently.
#define NS_FRAME_OUTSIDE_CHILDREN 0x00000008
//----------------------------------------------------------------------
/**