Tk Source Code

View Ticket
Login
Ticket UUID: 1185731
Title: TIP #245: tk inactive implementation
Type: Patch Version: TIP Implementation
Submitter: pascalscheffers Created on: 2005-04-19 08:12:14
Subsystem: 65. Generic Window Operations Assigned To: nobody
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2006-11-30 22:30:31
Resolution: Accepted Closed By: patthoyts
    Closed on: 2006-11-30 15:30:31
Description:
See the TIP document for a full description
User Comments: patthoyts added on 2006-11-30 22:30:31:
Logged In: YES 
user_id=202636
Originator: NO

This went final a while back. Closing.

davidw added on 2005-09-27 15:38:00:
Logged In: YES 
user_id=240

I seem to need to bump this variable up to at least 0403 to
make things compile ok.  I'm using mingw.

#if (_WIN32_WINNT <= 0x0400)
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0403
#endif

davidw added on 2005-09-26 21:18:51:
Logged In: YES 
user_id=240

I think I need this for a client on 8.4, so I may have a go
at creating an extension that does this...

dkf added on 2005-05-28 06:25:14:
Logged In: YES 
user_id=79902

Implemented; now just needs tests for the TIP to go to Final.

rmax added on 2005-04-27 18:51:36:

File Added - 131935: inactive.patch

rmax added on 2005-04-19 20:21:05:

File Added - 130885: inactive.patch

rmax added on 2005-04-19 20:21:03:
Logged In: YES 
user_id=124643

Updated patch with improved MacOSX support from Neil Madden.

pascalscheffers added on 2005-04-19 15:12:15:

File Added - 130864: inactive.patch

Attachments: