File: test6_clist.glade

package info (click to toggle)
glademm 0.6.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,888 kB
  • ctags: 1,659
  • sloc: cpp: 9,071; sh: 8,789; ansic: 976; makefile: 199
file content (76 lines) | stat: -rw-r--r-- 1,900 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>Tests</name>
  <program_name>test6_clist</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>pixmaps</pixmaps_directory>
  <language>C++</language>
  <gnome_support>False</gnome_support>
  <gettext_support>True</gettext_support>
</project>

<widget>
  <class>GtkWindow</class>
  <name>window1</name>
  <title>window1</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkCList</class>
    <name>clist1</name>
    <columns>3</columns>
    <column_widths>80,80,80</column_widths>
    <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
    <show_titles>True</show_titles>
    <shadow_type>GTK_SHADOW_IN</shadow_type>

    <widget>
      <class>GtkLabel</class>
      <child_name>CList:title</child_name>
      <name>label1</name>
      <label>col A</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <child_name>CList:title</child_name>
      <name>label2</name>
      <label>B</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <child_name>CList:title</child_name>
      <name>label3</name>
      <label>Sum</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>
  </widget>
</widget>

</GTK-Interface>