summaryrefslogtreecommitdiff
path: root/lib/URLQueue/main.glade
blob: 616d27453e6e6986468fbd973612a775b99a7cf2 (plain)
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
77
78
79
80
81
82
83
84
85
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
<glade-interface>
 
<widget class="GtkWindow" id="main">
  <property name="visible">True</property>
  <property name="title" translatable="yes">URLQueue</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_NONE</property>
  <property name="modal">False</property>
  <property name="resizable">True</property>
  <property name="destroy_with_parent">False</property>
  <property name="decorated">False</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  <property name="focus_on_map">True</property>
  <property name="urgency_hint">False</property>
  <signal name="destroy" handler="quit" last_modification_time="Mon, 04 Jun 2007 17:51:09 GMT"/>
 
  <child>
    <widget class="GtkVBox" id="vbox1">
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>
 
      <child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
  <property name="visible">True</property>
  <property name="can_focus">True</property>
  <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
  <property name="shadow_type">GTK_SHADOW_IN</property>
  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
  <child>
    <widget class="GtkTextView" id="input">
      <property name="visible">True</property>
      <property name="can_focus">True</property>
      <property name="editable">False</property>
      <property name="overwrite">False</property>
      <property name="accepts_tab">False</property>
      <property name="justification">GTK_JUSTIFY_LEFT</property>
      <property name="wrap_mode">GTK_WRAP_NONE</property>
      <property name="cursor_visible">False</property>
      <property name="pixels_above_lines">0</property>
      <property name="pixels_below_lines">0</property>
      <property name="pixels_inside_wrap">0</property>
      <property name="left_margin">0</property>
      <property name="right_margin">0</property>
      <property name="indent">0</property>
      <property name="text" translatable="yes"></property>
      <signal name="drag_data_received" handler="drag_data_received" last_modification_time="Mon, 04 Jun 2007 17:51:18 GMT"/>
      <signal name="drag_motion" handler="drag_motion" last_modification_time="Mon, 04 Jun 2007 17:57:55 GMT"/>
      <signal name="drag_drop" handler="drag_drop" last_modification_time="Mon, 04 Jun 2007 17:58:09 GMT"/>
      <signal name="paste_clipboard" handler="paste_clipboard" last_modification_time="Mon, 04 Jun 2007 18:14:43 GMT"/>
      <signal name="button_release_event" handler="button_release" last_modification_time="Mon, 04 Jun 2007 18:16:41 GMT"/>
    </widget>
  </child>
</widget>
<packing>
  <property name="padding">0</property>
  <property name="expand">True</property>
  <property name="fill">True</property>
</packing>
      </child>
 
      <child>
<widget class="GtkStatusbar" id="status">
  <property name="visible">True</property>
  <property name="has_resize_grip">False</property>
</widget>
<packing>
  <property name="padding">0</property>
  <property name="expand">False</property>
  <property name="fill">False</property>
</packing>
      </child>
    </widget>
  </child>
</widget>
 
</glade-interface>