~ubuntu-branches/ubuntu/oneiric/notecase/oneiric

« back to all changes in this revision

Viewing changes to src/PortableTrayIcon.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Soyez
  • Date: 2008-11-10 11:29:57 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20081110112957-lzvrook1or2jd0e6
Tags: upstream-1.9.7
ImportĀ upstreamĀ versionĀ 1.9.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 #include <gtk/gtk.h>
21
21
#endif
22
22
 
23
 
class PortableTrayIcon  
 
23
class PortableTrayIcon
24
24
{
25
25
public:
26
26
        PortableTrayIcon();
34
34
  #ifdef _WIN32
35
35
        TrayIcon m_tray;
36
36
  #else
37
 
        EggTrayIcon *m_tray_icon; 
 
37
        EggTrayIcon *m_tray_icon;
38
38
        GtkTooltips *m_tips;
39
39
  #endif
40
40
};