source: trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.h@ 842

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

xsystray: Added 2px padding when no icons are shown (to move the widget and call its context menu with the mouse) and a tooltip saying 'Indicator area' when the mouse is over the padding zone (between or around icons).

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Revision Author Id
File size: 7.4 KB
Line 
1
2/*
3 *@@sourcefile w_xsystray.h:
4 * Extended system tray widget for XCenter/eCenter.
5 *
6 * Private declarations.
7 *
8 * Copyright (C) 2009-2011 Dmitriy Kuminov
9 *
10 * This file is part of the Extended system tray widget source package.
11 * Extended system tray widget is free software; you can redistribute it
12 * and/or modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation, in version 2 as it comes in
14 * the "COPYING" file of the Extended system tray widget distribution. This
15 * program is distributed in the hope that it will be useful, but WITHOUT
16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
18 * more details.
19 */
20
21#ifndef W_XSYSTRAY_HEADER_INCLUDED
22#define W_XSYSTRAY_HEADER_INCLUDED
23
24#include <sys/builtin.h> // atomics
25