Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: third_party/twisted_8_1/twisted/manhole/logview.glade

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="logview">
7 <property name="visible">True</property>
8 <property name="title" translatable="yes">Log</property>
9 <property name="type">GTK_WINDOW_TOPLEVEL</property>
10 <property name="window_position">GTK_WIN_POS_NONE</property>
11 <property name="modal">False</property>
12 <property name="resizable">True</property>
13 <property name="destroy_with_parent">False</property>
14 <signal name="destroy" handler="on_logview_destroy" last_modification_time="Su n, 04 Jan 2004 22:16:59 GMT"/>
15
16 <child>
17 <widget class="GtkScrolledWindow" id="scrolledwindow">
18 <property name="visible">True</property>
19 <property name="can_focus">True</property>
20 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
21 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
22 <property name="shadow_type">GTK_SHADOW_NONE</property>
23 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
24
25 <child>
26 <widget class="GtkTreeView" id="loglist">
27 <property name="visible">True</property>
28 <property name="can_focus">True</property>
29 <property name="headers_visible">True</property>
30 <property name="rules_hint">False</property>
31 <property name="reorderable">False</property>
32 <property name="enable_search">True</property>
33 </widget>
34 </child>
35 </widget>
36 </child>
37 </widget>
38
39 </glade-interface>
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/manhole/inspectro.glade ('k') | third_party/twisted_8_1/twisted/manhole/service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698