frame_zz.h
来自「需要clanlib 库 这个改进版的 在linux 很好玩 但是一定要有cl」· C头文件 代码 · 共 30 行
H
30 行
#ifndef header_frame_style_zz#define header_frame_style_zz#if _MSC_VER > 1000#pragma once#endif#include <ClanLib/gui.h>class CL_ComponentOptions;class CL_StyleManager_ZZ;class CL_Frame_ZZ : public CL_ComponentStyle{public: CL_Frame_ZZ( CL_Frame *frame, CL_StyleManager_ZZ *style);private: void on_draw(); CL_Frame *frame; CL_Slot slot_draw; CL_StyleManager_ZZ *style;};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?