📄 treeview_boring.h
字号:
/* $Id: treeview_boring.h,v 1.5 2004/01/02 15:42:44 mbn Exp $
ClanGUI, copyrights by various people. Have a look in the CREDITS file.
This sourcecode is distributed using the Library GNU Public Licence,
version 2 or (at your option) any later version. Please read LICENSE
for details.
*/
//! clanGUI="Style: Boring"
//! header=guistyleboring.h
#ifndef header_treeview_boring
#define header_treeview_boring
#if _MSC_VER > 1000
#pragma once
#endif
#include "../GUI/treeview.h"
#include "../GUI/component_style.h"
class CL_StyleManager_Boring;
//: Theme class for CL_TreeView for Boring theme.
//- !group=GUI/Style: Boring!
//- !header=guistyleboring.h!
class CL_TreeView_Boring : public CL_ComponentStyle
{
public:
CL_TreeView_Boring(
CL_TreeView *listbox,
CL_StyleManager_Boring *style);
virtual ~CL_TreeView_Boring() {};
private:
CL_Slot slot_paint;
CL_Slot slot_paint_node;
void on_paint();
void on_paint_node(CL_TreeNode *node, CL_Point &point);
CL_TreeView *treeview;
CL_StyleManager_Boring *style;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -