Xbasic
{MDICHILD}
Syntax
{MDICHILD= class=Name }
Arguments
- class=Name
Character. The name of the MDI class registered by the A5_MDI_WINDOWclass_ADD() function.
Description
The {MDICHILD} function declares the Xdialog to be a member of a new MDI window class.
Example
This code snippet registers a new MDI window class so that it appears in the Window menu and the Window menubar. This function takes three arguments: the class name, the class description, and the class icon. Later, the Xdialog is declared to be a member of the new class.
a5_mdi_windowclass_add("mymdiclass","My Special MDI Window Type","A5_ball_green") ... {mdichild=mymdiclass}
Limitations
Desktop applications only
See Also