⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 picture.h

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 H
字号:
#ifndef X11_PICTURE_H#define X11_PICTURE_H#include <X11/Xlib.h>#include <X11/Intrinsic.h>#include <X11/xpm.h>class Picture{  public:    Dimension width, height;    Pixmap pix;    GC gc;    void draw(int x, int y);    void draw_centered();    void load(const char *name, int index = -1);};#endif

⌨️ 快捷键说明

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