~ubuntu-branches/debian/sid/xfce4-indicator-plugin/sid

« back to all changes in this revision

Viewing changes to panel-plugin/indicator.h

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov
  • Date: 2011-07-15 15:27:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110715152720-zs70lkuid1xy19cb
Tags: 0.3.1-1
* New upstream release.
  + Supports transparent background                               LP:#778998

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
{
26
26
    XfcePanelPlugin *plugin;
27
27
 
28
 
    /* panel widgets */
29
 
    GtkWidget       *menu; 
 
28
    /* panel widgets */ 
30
29
    GtkWidget       *item;
 
30
    GtkWidget       *buttonbox;
 
31
    GtkWidget       *ebox;
31
32
 
32
33
    /* indicator settings */
33
34
}