help window programming
-------------------------------------------------------------------------------
Title
[P] window programming -- Programming menus and windows
Syntax
window fopen ... Display open dialog box
window fsave ... Display save dialog box
window manage subcmd ... Manage window characteristics
window menu subcmd ... Create menus
window push "command_line" Copy command into Review window
window stopbox subcmd ... Display message box
Description
The window command lets you open, close, and manage the windows in
Stata's interface. Using the subcommands of window menu, you can also
add and delete menu items from the User menu from Stata's main menu bar.
window push adds "command_line" to the Review window.
Remarks
Complete documentation for programming windows and menus is provided in
the online help.
For documentation on creating dialog boxes, see [P] dialog programming.
Also see
Manual: [P] window programming
Help: [P] dialog programming