_LayoutManager, _ShowWindows, _ViewLayoutSetup, EndLayout, SetDockingViewContent, SetDockingViewFlags, SetImageLayout, SetImageLayoutEx, SetLayout, SetOrganizerLayout, ShowDockingView, ShowOrganizerWindow, StartLayout, ToggleDockingView
Description
EndLayout();
This function finishes the special mode for editing the application layout that was started by the StartLayout function and displays the layout changes.
Description
SetDockingViewContent( intDockingView
, char *DockingViewContent
);
A control window can be added to a docking pane by this function.
Description
SetDockingViewFlags( intDockingView
, intDockingViewFlags
);
This function modifies the docking view. It shrinks/expands the selected docking pane.
Parameters
Description
SetImageLayout();
This function switches view to the standard image layout.
See Also
SetOrganizerLayout
Description
SetImageLayoutEx(
int ShowOrganizer
);
This function opens the Organizer panel.
This function runs the View > Organizer Layout command.
Description
SetOrganizerLayout();
This function switches view to the Organizer layout.
See Also
SetImageLayout
Description
ShowDockingView( intDockingView
, boolShowDockingView
);
This function displays/hides the selected docking pane.
Parameters
Note
If a second monitor is installed, the DOCK_MONITOR_SECOND (4096) should be used to apply the function to it. Set e.g. "4|DOCK_MONITOR_SECOND (4096)" for the DockingView parameter.
See Also
ToggleDockingView
Description
StartLayout();
When applying the SetDockingViewContent and SetDockingViewFlags functions for modifying the application layout, the changes display immediately. This function starts a special mode where it is possible to apply the above functions repeatedly without displaying the changes. Use the EndLayout function to close the mode and display all the changes at once.
This function runs the View > Docking Panes command.
Description
ToggleDockingView(
int DockingView
);
This function toggles the selected docking pane.
Parameters
Note
If a second monitor is installed, the DOCK_MONITOR_SECOND (4096) should be used to apply the function to it. Set e.g. "4|DOCK_MONITOR_SECOND (4096)" for the DockingView parameter.
See Also
ShowDockingView
This function runs the View > Layout > Layout Manager command.
Description
_LayoutManager();
This function displays the Layout Manager dialog window.