~noskcaj/ubuntu/saucy/xfce4-power-manager/1.2.0-2ubuntu1

« back to all changes in this revision

Viewing changes to data/interfaces/acme_ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-09 18:28:34 UTC
  • mfrom: (2.3.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101209182834-efb7dinmf9ssp3es
Tags: 1.0.1-0ubuntu1
Upload to natty (pkg-xfce svn r4665), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* automatically generated from acme.ui */
 
2
#ifdef __SUNPRO_C
 
3
#pragma align 4 (acme_ui)
 
4
#endif
 
5
#ifdef __GNUC__
 
6
static const char acme_ui[] __attribute__ ((__aligned__ (4))) =
 
7
#else
 
8
static const char acme_ui[] =
 
9
#endif
 
10
{
 
11
  "<?xml version=\"1.0\"?><interface><object class=\"GtkWindow\" id=\"dial"
 
12
  "og\"><child><object class=\"GtkFrame\" id=\"acme_frame\"><property name"
 
13
  "=\"visible\">True</property><property name=\"label_xalign\">0</property"
 
14
  "><property name=\"shadow_type\">out</property><child><object class=\"Gt"
 
15
  "kVBox\" id=\"acme_vbox\"><property name=\"visible\">True</property><pro"
 
16
  "perty name=\"border_width\">12</property><property name=\"spacing\">6</"
 
17
  "property><child><object class=\"GtkImage\" id=\"acme_image\"><property "
 
18
  "name=\"visible\">True</property><property name=\"icon_name\">audio-volu"
 
19
  "me-high</property><property name=\"icon-size\">6</property></object><pa"
 
20
  "cking><property name=\"position\">0</property></packing></child><child>"
 
21
  "<object class=\"GtkProgressBar\" id=\"acme_volume_progressbar\"><proper"
 
22
  "ty name=\"visible\">True</property></object><packing><property name=\"e"
 
23
  "xpand\">False</property><property name=\"fill\">False</property><proper"
 
24
  "ty name=\"position\">1</property></packing></child></object></child></o"
 
25
  "bject></child></object></interface>"
 
26
};
 
27
 
 
28
static const unsigned acme_ui_length = 979u;
 
29