?? readme
字號:
Sample code for Gtk+ Programming in C, 1st Edition/* * * Sample Code for Gtk+ Programming in C, 1st Edition, Prentice Hall * * Copyright 2000 - 2002 Syd Logan, All Rights Reserved * * This code is distributed without warranty. You are free to use this * code for any purpose, however, if this code is republished or * redistributed in its original form, as hardcopy or electronically, * then you must include this copyright notice along with the code. * * Questions or comments regarding this code or any bugs it contains can * be directed to the author via e-mail at slogan@cts.com **/How To Build------------The makeall script can be used to build the source code.To make clean:$ sh makeall cleanTo make:$ sh makeallThe makeall script recursively descends the source tree and performs make inall of the source directories (nearly 100 of them).About the Programs------------------These programs were written by me as as a way to experiment with the behaviorof some of the functions in the Gtk+ widget API. In some cases, the behaviorof the program itself is not typical of a high quality application. The mostcommon example of this handling window closes and quit buttons. Closing a window (or hitting a quit button) may not result in the application exiting.Hitting Ctrl-C in the terminal window or issuing a kill(1) command is the wayto deal with this. I may post new versions of apps that exhibit this behaviorin the future, but don't hold your breath :-)Reporting Bugs--------------I am interested in bugs or comments regarding this code, or my book. Pleasesend mail to me at slogan@cts.com -- use "Gtk+ Book" or "Gtk+" or "Gtk" inthe subject to help me find your e-mail more quickly.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -