Org_GetPaneFocus, Org_IsPaneVisible, Org_KillPaneFocus, Org_SetPaneFocus, Org_ShowPane
Org_GetPaneFocus
Description
int Org_GetPaneFocus();
This function returns index of the focused pane.
See Also
Org_GetActiveDataSource
Org_IsPaneVisible
Description
int Org_IsPaneVisible(
int PaneIndex
);
This function returns true if the specified pane is in visible state.
See Also
Org_GetPaneFocus, Org_ShowPane
Org_KillPaneFocus
Description
Org_KillPaneFocus();
This function destroys the pane focus, so no pane will be focused.
See Also
Org_GetPaneFocus, Org_IsPaneVisible
Org_SetPaneFocus
Description
Org_SetPaneFocus( intPaneIndex
, int *Previous
);
This function changes the focused pane.
Parameters
See Also
Org_GetPaneFocus, Org_KillPaneFocus, Org_IsPaneVisible
Org_ShowPane
Description
Org_ShowPane( intPaneIndex
, intShow
);
This function shows/hides the specified pane.
Parameters
See Also
Org_GetPaneFocus, Org_SetPaneFocus, Org_KillPaneFocus