def __init__(self):
Gtk.Grid.__init__(self)
self.n_col = 2
self.widget_count = 0
self.set_column_spacing(2)
self.set_row_spacing(2)
button1 = toolbutton("browser")
self.add(button1)
button2 = toolbutton("alienarena")
self.add(button2)
button3 = toolbutton("live")
self.add(button3)
button4 = toolbutton("cs-network")
self.add(button4)
评论列表
文章目录