Tk Source Code

View Ticket
Login
Ticket UUID: 219934
Title: canvas oval stipple & no cursors
Type: Bug Version: obsolete: 8.0.4
Submitter: welch Created on: 2000-10-31 18:53:48
Subsystem: 05. Canvas Items Assigned To: nobody
Priority: 1 Zero Severity:
Status: Closed Last Modified: 2001-03-24 03:07:16
Resolution: Duplicate Closed By: dgp
    Closed on: 2001-03-23 20:07:16
Description:
OriginalBugID: 1379 Bug
Version: 8.0.4
SubmitDate: '1999-03-02'
LastModified: '1999-08-14'
Severity: LOW
Status: Closed
Submitter: pat
ChangedBy: hobbs
RelatedBugIDs: 1274
OS: Windows NT
OSVersion: 4.0 with service pack 3
Machine: X86
ClosedDate: '1999-08-14'


Name:
Keith Powell

Extensions:
itcl, iwidgets that comes with TclPro1.1

CustomShell:
none

ReproducibleScript:
The canvas 'create oval' command seems to ignore the stipple.

#-----------------------------
canvas .c
pack .c
.c create oval 10 10 100 100 -fill blue -stipple gray12
#-----------------------------

Also, I have created a custom shell to use with prowrap.  When I try configure a widget to use any cursor other than arrow, it fails saying 'bad cursor spec "blahblah"'.  Have I missed something that makes the cursors available?