~ryan.rousseau/py-education/quizzical-devel

« back to all changes in this revision

Viewing changes to quizzical/teacher/gtk/quizeditor.py

  • Committer: Ryan Rousseau
  • Date: 2006-08-17 18:06:40 UTC
  • Revision ID: ryan.rousseau@gmail.com-20060817180640-882cf5b5e8a461d9
inital release!

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        self.add(druid)
68
68
        ef = EditorFactory()
69
69
        question_types = ef.get_types()
 
70
        question_types.sort()
70
71
        editor_forms = []
71
72
        
72
73
        event_box = gtk.EventBox()
541
542
    def on_selection_changed(self, selection, forms, event_box, buttons):
542
543
        '''on_selection_changed(selection, forms, event_box, buttons)
543
544
 
544
 
Callback for when the activity selection is changed.
 
545
Callback for when the question selection is changed.
545
546
'''
546
547
        delete, up, down = buttons
547
548
        model, iter = selection.get_selected()