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

📄 taskbarpriv.h

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 H
字号:
/////////////////////////////////////////////////////////////////////////// File:        wx/gtk/taskbarpriv.h// Purpose:     wxTaskBarIcon (src/unix/taskbarx11.cpp) helper for GTK2// Author:      Vaclav Slavik// Modified by:// Created:     2004/05/29// RCS-ID:      $Id: taskbarpriv.h,v 1.6 2006/08/30 05:55:51 PC Exp $// Copyright:   (c) Vaclav Slavik, 2004// Licence:     wxWindows licence/////////////////////////////////////////////////////////////////////////#ifndef _WX_GTK_TASKBARPRIV_H_#define _WX_GTK_TASKBARPRIV_H_#include "wx/toplevel.h"#ifdef __WXGTK20__#include <gtk/gtkversion.h>#if GTK_CHECK_VERSION(2, 1, 0)class WXDLLIMPEXP_ADV wxTaskBarIconAreaBase : public wxTopLevelWindow{public:    wxTaskBarIconAreaBase();    // Returns true if SYSTRAY protocol is supported by the desktop    bool IsProtocolSupported();        wxEvtHandler *m_invokingWindow;protected:#if wxUSE_MENUS_NATIVE    virtual bool DoPopupMenu( wxMenu *menu, int x, int y );#endif // wxUSE_MENUS_NATIVE};#endif // __WXGTK20__#endif // GTK_CHECK_VERSION(2, 1, 0)#endif // _WX_GTK_TASKBARPRIV_H_

⌨️ 快捷键说明

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