This method return a pointer to the child of this instance that is the "current" child. For each window, there is only one frame that is the "current" frame. That frame and all its parent class have the bit "CLASS_FLAG_CURRENT" of their "m_flag_status" flag set to 1. This method return a pointer to the child of this instance that has that bit set for the specified window (if any).
Syntax
int Child_Get_Cur(
SliceO_Window * window
) ;
Parameters
window
pointer to the window of interest.
Return value
This method return a pointer to the desired children if it exist or "NULL" if not.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also