wxx11.tex

来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· TEX 代码 · 共 22 行

TEX
22
字号
\section{wxX11 port}\label{wxx11port}wxX11 is a port of wxWidgets using X11 (The X Window System)as the underlying graphics backend. wxX11 draws its widgetsusing the wxUniversal widget set which is now part of wxWidgets.wxX11 is well-suited for a number of special applications suchas those running on systems with few resources (PDAs) or forapplications which need to use a special themed look. You will needwxWidgets 2.3.2 or higher.In order to configure wxWidgets to compile wxX11 you will need to type:\begin{verbatim}configure --with-x11 --with-universal\end{verbatim}For further information, please see the files in docs/x11in the distribution. There is also a page on the use ofwxWidgets for embedded applications on the wxWidgets web site.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?