gtk_icon_info_handle.h
来自「linux pritner GUI」· C头文件 代码 · 共 27 行
H
27 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?