/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to annotate/gannotate.py

  • Committer: Aaron Bentley
  • Date: 2007-03-17 21:34:37 UTC
  • mto: This revision was merged to the branch mainline in revision 172.
  • Revision ID: aaron.bentley@utoronto.ca-20070317213437-0mwqbejd0inho0wi
Move search fields directly below source window

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
        sw.add(self.annoview)
198
198
        self.annoview.gwindow = self
199
199
        sw.show()
 
200
 
 
201
        swbox = gtk.VBox()
 
202
        swbox.pack_start(sw)
 
203
        swbox.show()
200
204
        
201
205
        self.pane = pane = gtk.VPaned()
202
 
        pane.add1(sw)
 
206
        pane.add1(swbox)
203
207
        pane.add2(self.logview)
204
208
        pane.show()
205
209
        vbox.pack_start(pane, expand=True, fill=True)
206
210
 
207
211
        self._search = SearchBox()
208
 
        vbox.pack_start(self._search, expand=False, fill=True)
 
212
        swbox.pack_start(self._search, expand=False, fill=True)
209
213
        accels = gtk.AccelGroup()
210
214
        accels.connect_group(gtk.keysyms.f, gtk.gdk.CONTROL_MASK,
211
215
                             gtk.ACCEL_LOCKED,