📄 windows.h
字号:
/* SPIM S20 MIPS simulator. X interface to SPIM Copyright (C) 1990-2000 by James Larus (larus@cs.wisc.edu). ALL RIGHTS RESERVED. SPIM is distributed under the following conditions: You may make copies of SPIM for your own use and modify those copies. All copies of SPIM must retain my name and copyright notice. You may not sell SPIM or distributed SPIM in conjunction with a commerical product or service without the expressed written consent of James Larus. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. *//* $Header: /Software/SPIM/src/windows.h 4 12/24/00 1:37p Larus $ *//* Exported functions: */#ifdef __STDC__void create_sub_windows (Widget parent, Dimension app_width, Dimension reg_min_height, Dimension reg_max_height, Dimension command_height, Dimension command_hspace, Dimension command_vspace, Dimension button_height, Dimension segment_height, Dimension display_height);#elsevoid create_sub_windows ();#endif/* Exported variables: */extern Widget register_window, text_window, data_window;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -