📄 gtk_icon_info_handle.h
字号:
/* Copyright (C) 2004 Chris VineThis program is distributed under the General Public Licence, version 2.For particulars of this and relevant disclaimers see the fileCOPYING distributed with the source files.*/#ifndef GTK_ICON_INFO_HANDLE_H#define GTK_ICON_INFO_HANDLE_H#include <gtk/gtkicontheme.h>#include "shared_handle.h"class Gtk_icon_info_free {public: void operator()(GtkIconInfo* obj_p) { if (obj_p) { gtk_icon_info_free(obj_p); } }};typedef Scoped_handle<GtkIconInfo*, Gtk_icon_info_free> Gtk_icon_info_scoped_handle;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -