Closed
Bug 204219
Opened 23 years ago
Closed 23 years ago
Investigate nsWidget::SetCursor
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: janv, Assigned: blizzard)
Details
From bug 189719:
Any idea when nsWidget::SetCursor is called? If ever, could you file a bug on
making it have the same functionality as nsWindow::SetCursor?
| Assignee | ||
Comment 1•23 years ago
|
||
nsWidget is the parent class for all of the various widgets in the widget/ code.
Since the only widget that we use right now is nsWindow, there's no reason to
implement it. Just leave it be. :)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•23 years ago
|
||
The problem is that these two methods are out of sync.
nsWindow:SetCursor seems to be more recent.
| Assignee | ||
Comment 3•23 years ago
|
||
How are they out of sync?
| Reporter | ||
Comment 4•23 years ago
|
||
e.g. nsWidget:SetCursor doesn't support custom icons loaded from static data
| Assignee | ||
Comment 5•23 years ago
|
||
My point was that nsWidget::SetCursor is never used - only nsWindow::SetCursor
does and that can load cursors from static data.
| Reporter | ||
Comment 6•23 years ago
|
||
I see, but why don't we get rid of that additional code in nsWidget:SetCursor ?
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•