These function are there to help you if you want to change some of the basic interface parameters:
This function change the currently selected child of a class.
void Fct_Change_Child(
SliceO_Window *window,
SliceO_Class *elem,
SliceO_Class *old=NULL
) ;
This function change the current display mode.
void Fct_Change_Mode(
SliceO_Window *window,
unsigned char mode
) ;
This function change the current scaling factor for the selected frames.
void Fct_Change_Scale(
SliceO_Window *window,
float value,
float factor
) ;
This function change the current selected window.
void Fct_Change_Window(
SliceO_Window *window
) ;