~marcobiscaro2112/unity/fixes-724739

« back to all changes in this revision

Viewing changes to src/PanelTray.h

  • Committer: Neil Jagdish Patel
  • Date: 2011-02-14 20:37:44 UTC
  • mto: This revision was merged to the branch mainline in revision 867.
  • Revision ID: neil.patel@canonical.com-20110214203744-ldo9poldicn196a2
Implement whitelisting for Skype, Java and Wine apps

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  void OnEntryAdded (IndicatorObjectEntryProxy *proxy);
49
49
  void OnEntryMoved (IndicatorObjectEntryProxy *proxy);
50
50
  void OnEntryRemoved (IndicatorObjectEntryProxy *proxy);
 
51
 
 
52
public:
51
53
  int        _n_children;
 
54
  char     **_whitelist;
52
55
protected:
53
56
  const gchar * GetName ();
54
57
  const gchar * GetChildsName ();
61
64
  static gboolean OnTrayExpose (GtkWidget *widget, GdkEventExpose *ev, PanelTray *tray);
62
65
 
63
66
private:
 
67
  GSettings *_settings;
64
68
  GtkWidget *_window;
65
69
  NaTray    *_tray;
66
70
  int        _last_x;