📄 slide035.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="blendTrans(Duration=2)" http-equiv="Page-Enter">
<title>Big C++: Chptr. 27 -- Graphical User Interfaces</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Copyright" content="2005 John Wiley & Sons">
<meta name="Author" content="Kurt Schmidt">
</head>
<body>
<div onclick="document.location='slide036.html'">
<h2><font color='#009999'>27.10 Case Study: A GUI for the Clock Game</font></h2>
<ul>
<li><font size="+1">The final example is a wxWindows version of the clock game
of Chapter 13.</font></li>
<li><font size="+1">Because of the event-driven nature of GUI programming, several
modifications had to be made to the program logic.</font></li>
<li><font size="+1">In this program, each guess is communicated to the program
in the handler of the "Guess" button.</font></li>
<li><font size="+1">A data field <tt>tries</tt> has been added to keep track
of whether the guess is a first or second guess.</font></li>
<li><font size="+1">The user selects menu options that lead to dialog boxes
to enter the user name and choose level.</font></li>
<li><font size="+1">Now the user can change level at any time during the game.</font></li>
<li><font size="+1">To simplify compilation, the nonstandard Point and Time
classes have been eliminated from the program.</font></li>
</ul>
<hr>
<center><small>
<a href='slide034.html'>prev</a>
|<a href='slide001.html'>top</a>
|<a href='slide036.html'>next</a>
</small></center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -