source: trunk/src/3rdparty/os2/xsystray/xsystray.h@ 255

Last change on this file since 255 was 255, checked in by Dmitry A. Kuminov, 16 years ago

gui: Removed QT_NO_SYSTEMTRAYICON. Prototyped QSystemTrayIcon for OS/2. Many new xsystray plugin code (mostly public API).

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Revision Author Id
File size: 1.9 KB
Line 
1/*
2 * Extended system tray widget for XCenter/eCenter
3 *
4 * Internal declarations
5 *
6 * Made by netlabs.org
7 *
8 * Author: Dmitry A. Kuminov
9 *
10 * This software is public domain.
11 *
12 * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC.
13 *
14 */
15
16#ifndef XSYSTRAY_HEADER_INCLUDED
17#define XSYSTRAY_HEADER_INCLUDED
18
19#define WNDCLASS_WIDGET_XSYSTRAY_SERVER "XWPCenterExtendedSysTrayServer"
20
21#define WNDCLASS_WIDGET_XSYSTRAY "XWPCenterExtendedSysTray"
22#define INTCLASS_WIDGET_XSYSTRAY "ExtendedSysTray"
23#define HUMANSTR_WIDGET_XSYSTRAY "Extended system tray"