Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / python / coccilib / coccigui / pygui.glade
CommitLineData
34e49164
C
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3<!--*- mode: xml -*-->
4<glade-interface>
5 <widget class="GtkWindow" id="mainWindow">
6 <property name="visible">True</property>
7 <property name="title" translatable="yes">pycocci</property>
8 <property name="window_position">GTK_WIN_POS_CENTER</property>
9 <property name="default_width">1000</property>
10 <property name="default_height">800</property>
11 <signal name="destroy" handler="on_mainWindow_destroy"/>
12 <child>
13 <widget class="GtkVBox" id="vbox1">
14 <property name="visible">True</property>
15 <child>
16 <widget class="GtkMenuBar" id="menubar1">
17 <property name="visible">True</property>
18 <child>
19 <widget class="GtkMenuItem" id="menuitem4">
20 <property name="visible">True</property>
21 <property name="label" translatable="yes">_File</property>
22 <property name="use_underline">True</property>
23 <child>
24 <widget class="GtkMenu" id="menu4">
25 <child>
26 <widget class="GtkImageMenuItem" id="ny1">
27 <property name="visible">True</property>
28 <property name="label">gtk-new</property>
29 <property name="use_underline">True</property>
30 <property name="use_stock">True</property>
31 <signal name="activate" handler="on_ny1_activate"/>
32 </widget>
33 </child>
34 <child>
35 <widget class="GtkImageMenuItem" id="Åbn1">
36 <property name="visible">True</property>
37 <property name="label">gtk-open</property>
38 <property name="use_underline">True</property>
39 <property name="use_stock">True</property>
40 <signal name="activate" handler="on_Åbn1_activate"/>
41 </widget>
42 </child>
43 <child>
44 <widget class="GtkImageMenuItem" id="gem1">
45 <property name="visible">True</property>
46 <property name="label">gtk-save</property>
47 <property name="use_underline">True</property>
48 <property name="use_stock">True</property>
49 <signal name="activate" handler="on_gem1_activate"/>
50 </widget>
51 </child>
52 <child>
53 <widget class="GtkImageMenuItem" id="gem_som1">
54 <property name="visible">True</property>
55 <property name="label">gtk-save-as</property>
56 <property name="use_underline">True</property>
57 <property name="use_stock">True</property>
58 <signal name="activate" handler="on_gem_som1_activate"/>
59 </widget>
60 </child>
61 <child>
62 <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
63 <property name="visible">True</property>
64 </widget>
65 </child>
66 <child>
67 <widget class="GtkImageMenuItem" id="afslut1">
68 <property name="visible">True</property>
69 <property name="label">gtk-quit</property>
70 <property name="use_underline">True</property>
71 <property name="use_stock">True</property>
72 <signal name="activate" handler="on_mainWindow_destroy"/>
73 </widget>
74 </child>
75 </widget>
76 </child>
77 </widget>
78 </child>
79 </widget>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">False</property>
83 </packing>
84 </child>
85 <child>
86 <widget class="GtkScrolledWindow" id="scrolledwindow1">
87 <property name="visible">True</property>
88 <property name="can_focus">True</property>
89 <property name="shadow_type">GTK_SHADOW_IN</property>
90 <child>
91 <widget class="GtkTreeView" id="bugView">
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="reorderable">True</property>
95 </widget>
96 </child>
97 </widget>
98 <packing>
99 <property name="position">1</property>
100 </packing>
101 </child>
102 <child>
103 <placeholder/>
104 </child>
105 </widget>
106 </child>
107 </widget>
108</glade-interface>