comparison pyink/frameline.py @ 1230:f0864d7177e3

Add MBDOM_UI
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 10 Jan 2011 11:45:12 +0800
parents 5d731460b32c
children d28b1b840bfc
comparison
equal deleted inserted replaced
1229:cc55f3de9c0b 1230:f0864d7177e3
900 self._keys = [] 900 self._keys = []
901 self._active_frame = -1 901 self._active_frame = -1
902 self._draw_all_frames() 902 self._draw_all_frames()
903 pass 903 pass
904 904
905 def get_active_frame(self):
906 return self._active_frame
907
905 ## \brief Called when mouse leave the widget. 908 ## \brief Called when mouse leave the widget.
906 # 909 #
907 # This is here for buggy pygtk. It does not send leave-notify-event. We 910 # This is here for buggy pygtk. It does not send leave-notify-event. We
908 # need this to workaround. 911 # need this to workaround.
909 # 912 #