cpython/Lib/stdwin
Guido van Rossum 117dbcb2fe Added window list management functionality.
Automatically call self.destroy() if WE_CLOSE event dispatched.
Added keyboard, alternate drawing and getwindow interface.
Call child's realize method.
1991-04-07 13:37:05 +00:00
..
Abstract.py New: getwindow() parent method and realize() child method. 1991-04-07 13:31:53 +00:00
Buttons.py Added dummy realize() method. 1991-04-07 13:32:19 +00:00
CSplit.py Initial revision 1991-01-23 13:41:31 +00:00
HVSplit.py Added XXX remarks. 1991-01-23 13:41:53 +00:00
Histogram.py *** empty log message *** 1990-11-05 19:44:31 +00:00
Sliders.py *** empty log message *** 1990-11-05 19:44:31 +00:00
Soundogram.py Re3moved reference to minmax. 1990-10-26 14:49:08 +00:00
Split.py Added keyboard, alternate drawing, realize and getwindow interfaces. 1991-04-07 13:33:39 +00:00
StripChart.py *** empty log message *** 1990-11-05 19:44:31 +00:00
TransParent.py Added alternate drawing, realize and getwindow interfaces 1991-04-07 13:36:09 +00:00
VUMeter.py *** empty log message *** 1990-12-26 15:34:34 +00:00
WindowParent.py Added window list management functionality. 1991-04-07 13:37:05 +00:00
anywin.py Initial revision 1990-10-13 19:23:40 +00:00
dirwin.py Set 'parent' field of new created subwindows so wdiff can implement 1990-10-21 16:15:58 +00:00
filewin.py Use readfile from util.py. 1991-02-19 13:02:13 +00:00
gwin.py Use stdwinevents instead of stdwinsupport. 1990-12-26 15:37:05 +00:00
listwin.py Initial revision 1990-10-13 19:23:40 +00:00
rect.py Fix bug in rect.intersect(): empty rects beyond the first were 1990-10-26 13:44:32 +00:00
stdwinevents.py Added new event types and selection types. 1990-10-31 11:26:01 +00:00
tablewin.py Initial revision 1990-10-13 19:23:40 +00:00
textwin.py Adapted to new cutbuffer interface. 1990-12-26 15:40:31 +00:00