This function change the currently selected child of a class.
Syntax
void Fct_Change_Child(
SliceO_Window *window,
SliceO_Class *elem,
SliceO_Class *old=NULL
) ;
Parameters
window
Pointer to the currently selected window.
elem
Pointer to the child that will become the currently selected child.
old
Optional pointer to the currently selected child.
Return value
This function does not return a value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
From the loop control
See also