window_programming.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 53 行
HLP
53 行
{smcl}
{* *! version 1.0.0 20may2005}{...}
{cmd:help window programming}
{hline}
{title:Title}
{p2colset 5 31 33 2}{...}
{p2col :{hi:[P] window programming} {hline 2}}Programming menus and windows{p_end}
{p2colreset}{...}
{title:Syntax}
{p2colset 5 35 37 2}{...}
{p2col :{helpb window fopen} ...}Display open dialog box{p_end}
{p2col :{helpb "window fopen":window fsave} ...}Display save dialog box{p_end}
{p2col :{helpb window manage} {it:subcmd} ...}Manage window characteristics{p_end}
{p2col :{helpb window menu} {it:subcmd} ...}Create menus{p_end}
{p2col :{helpb window push} "{it:command_line}"}Copy command into Review window{p_end}
{p2col :{helpb window stopbox} {it:subcmd} ...}Display message box{p_end}
{p2colreset}{...}
{title:Description}
{pstd}
The {cmd:window} command lets you open, close, and manage the windows in
Stata's interface. Using the subcommands of {bind:{cmd:window menu}}, you
can also add and delete menu items from the {hi:User} menu from Stata's main
menu bar. {bind:{cmd:window push}} adds "{it:command_line}" to the Review
window.
{title:Remarks}
{pstd}
Complete documentation for programming windows and menus is provided in the
online help.
{pstd}
For documentation on creating new dialog boxes, see {help dialog programming}.
{title:Also see}
{psee}
Manual: {bf:[P] window programming}
{psee}
Online: {helpb dialog programming}
{p_end}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?