Commit Graph

67 Commits

Author SHA1 Message Date
Guido van Rossum 1e5ad4e9bb Added class StrutAppearance (a label with with 0).
Changed minsize to getminsize.
1991-08-16 13:04:40 +00:00
Guido van Rossum e6afe6a468 Initial revision 1991-08-16 13:02:04 +00:00
Guido van Rossum 8cf301e757 Changed minsize to getminsize. 1991-08-16 13:01:50 +00:00
Guido van Rossum a759f64294 Initial revision 1991-05-14 12:25:35 +00:00
Guido van Rossum aa1791765e *** empty log message *** 1991-05-14 12:22:25 +00:00
Guido van Rossum 17fca179bc *** empty log message *** 1991-05-14 12:13:40 +00:00
Guido van Rossum ab2885ee96 Clarify comment. 1991-04-21 19:34:48 +00:00
Guido van Rossum a31b9ccbbc Delay zero after successful action. 1991-04-21 19:33:53 +00:00
Guido van Rossum fa0e726154 Remove reference to util. 1991-04-21 19:33:30 +00:00
Guido van Rossum e2e162ec42 Initial revision 1991-04-21 19:32:43 +00:00
Guido van Rossum 40b0f3aa0e Use built-in file.read() instead of util.readfile(). 1991-04-21 19:31:39 +00:00
Guido van Rossum 001fa6a20f Don't sleep if msecs <= 0. 1991-04-21 19:31:10 +00:00
Guido van Rossum fb9149c401 Support delayed destroy. Use built-in remove.
Dispatch needn't check for win = self.win.
1991-04-21 19:28:44 +00:00
Guido van Rossum a82a27585a Use text object's new settext() method. 1991-04-21 19:27:48 +00:00
Guido van Rossum 7912b008cf Add destrpy() method. 1991-04-21 19:27:28 +00:00
Guido van Rossum b8f5c093dc Use built-in remove() method of lists instead of util.remove. 1991-04-21 19:26:45 +00:00
Guido van Rossum d9d2c8246c This is no longer needed, since all these functions are now built-in
(with different interfaces).
Change the module definition to call the built-in functions,
for compatibility.
1991-04-07 13:43:34 +00:00
Guido van Rossum 6179fe6a08 Don't us sys.ps1 and sys.ps2.
Exercise trailing comma in tuples.
1991-04-07 13:42:52 +00:00
Guido van Rossum fac38b7c40 Added join() and joinfields() functions.
Fixed center().
Rewrote ljust() and rjust().
1991-04-07 13:42:19 +00:00
Guido van Rossum 2d844d1ddc Initial revision 1991-04-07 13:41:50 +00:00
Guido van Rossum fa54064967 Support packing whole trees. 1991-04-07 13:40:56 +00:00
Guido van Rossum fc61383fad Support [...] ranges. Also [!...] for negated ranges, SYSV shell style. 1991-04-07 13:40:02 +00:00
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
Guido van Rossum 4f4794a9a0 Added alternate drawing, realize and getwindow interfaces
(why not keyboard?)
1991-04-07 13:36:09 +00:00
Guido van Rossum aa57a9d733 Added keyboard, alternate drawing, realize and getwindow interfaces. 1991-04-07 13:33:39 +00:00
Guido van Rossum 9ddba3e9ee Enabled logicop arguments (LO_*). 1991-04-07 13:33:03 +00:00
Guido van Rossum efba63ba1c Added dummy realize() method. 1991-04-07 13:32:19 +00:00
Guido van Rossum cbe6b53e1b New: getwindow() parent method and realize() child method. 1991-04-07 13:31:53 +00:00
Guido van Rossum 17d82ce78a Added readfile() and readopenfile() functions. 1991-02-19 13:04:40 +00:00
Guido van Rossum 261cbb2165 Use readfile from util.py. 1991-02-19 13:02:13 +00:00
Guido van Rossum 220d9f1449 The parser module is now called paenlparser. 1991-01-23 13:45:17 +00:00
Guido van Rossum 52cea43097 Added _reset and destroy methods. 1991-01-23 13:43:16 +00:00
Guido van Rossum 52acae65d7 Added XXX remarks. 1991-01-23 13:41:53 +00:00
Guido van Rossum 7df0c16b61 Initial revision 1991-01-23 13:41:31 +00:00
Guido van Rossum 65a9620fa2 Initial revision 1991-01-01 18:17:49 +00:00
Guido van Rossum 762c39e9d2 Initial revision 1991-01-01 18:11:14 +00:00
Guido van Rossum b5e05e95c3 Added explanatory comments. 1991-01-01 18:10:40 +00:00
Guido van Rossum 67c9b8cdad Adapted to new cutbuffer interface. 1990-12-26 15:40:31 +00:00
Guido van Rossum 217a5fa3c3 Initial revision 1990-12-26 15:40:07 +00:00
Guido van Rossum 66a07c07a5 Fix bugf in index -- last char would not be checked. 1990-12-26 15:39:06 +00:00
Guido van Rossum a4ddbd885e Use stdwinevents instead of stdwinsupport. 1990-12-26 15:37:05 +00:00
Guido van Rossum fc8e0d980f Compensate stdwin bug 1990-12-26 15:34:48 +00:00
Guido van Rossum ee11583f00 *** empty log message *** 1990-12-26 15:34:34 +00:00
Guido van Rossum a1ec5fea86 Unimportant changes. 1990-12-26 15:33:35 +00:00
Guido van Rossum debbe041e6 Comment changes. 1990-12-26 15:33:00 +00:00
Guido van Rossum 2e44967104 Initial revision 1990-11-05 19:44:36 +00:00
Guido van Rossum 0c89ec778d *** empty log message *** 1990-11-05 19:44:31 +00:00
Guido van Rossum be5ea23374 Added new event types and selection types. 1990-10-31 11:26:01 +00:00
Guido van Rossum 468c448bcc Added S_IMODE() to strip the file type (S_IFMT) from a mode. 1990-10-31 11:25:23 +00:00
Guido van Rossum 36ddc9e318 Initial revision 1990-10-31 11:24:22 +00:00