📄 wxgtk.tex
字号:
\section{wxGTK port}\label{wxgtkport}wxGTK is a port of wxWidgets using the GTK+ library.It makes use of GTK+'s native widgets wherever possible and useswxWidgets' generic controls when needed. GTK+ itself has beenported to a number of systems, but so far only the original X11version is supported. Support for other GTK+ backends is planned,such as the new DirectFB backend.All work is being done on GTK+ version 2.0 and above. Support forGTK+ 1.2 will be deprecated in a later release.You will need GTK+ 2.0 or higher which is available from:\urlref{http://www.gtk.org}{http://www.gtk.org}The newer version of GTK+ you use, the more native widgets andfeatures will be utilized. We have gone to a great extent toallow compiling wxWidgets applications with a latest version ofGTK+, with the resulting binary working on systems even with amuch lower version of GTK+. You will have to ensure that theapplication is launched with lazy symbol binding for that.In order to configure wxWidgets to compile wxGTK you will need use the {\tt --with-gtk} argument to the {\tt configure} script.This is the default for many systems.GTK+ 1.2 can still be used, albeit discouraged. For that you canpass {\tt --with-gtk=1} to the {\tt configure} script.For further information, please see the files in docs/gtkin the distribution.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -