49
49
self.model = gtk.ListStore(str, gtk.gdk.Pixbuf)
51
51
#Populate the form with the preference category icons
53
53
pixbuf = view.render_icon(gtk.STOCK_PREFERENCES, size=gtk.ICON_SIZE_BUTTON, detail = None)
54
54
self.model.append([_('General'), pixbuf])
61
61
# Connect the iconview with the model