Searched refs:box (Results 1 - 3 of 3) sorted by relevance

/gem5/util/minorview/
H A Dpoint.py68 def is_within_box(self, box):
69 """Is this point inside the (centre, size) box box"""
70 centre, size = box
H A Dblobs.py68 def box(cr, centre, size): function
69 """Draw a simple box"""
93 box(cr, centre, size)
97 box(cr, centre, size)
147 """Draw a box with left, top and right sides"""
155 """Draw just the vertical sides of a box"""
208 # {box, fifo, openBottom}
209 self.shape = 'box'
337 if self.shape == 'box':
338 box(c
[all...]
H A Dview.py204 box = gtk.HBox(homogeneous=False, spacing=2)
205 box.set_border_width(2)
209 box.pack_start(widget, False, True, 0)
210 return box

Completed in 7 milliseconds