Open
Bug 350763
Opened 19 years ago
Updated 3 years ago
Add tab-position queries to xpwidgets nsNativeTheme
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: vlad, Unassigned)
Details
Attachments
(1 file)
|
3.25 KB,
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
nsNativeTheme has a query for IsBottomTab, but it would also be useful to find out if something is the first or last tab (for drawing these differently).
| Reporter | ||
Comment 1•19 years ago
|
||
Add IsFirstTab() and IsLastTab() functions to nsNativeTheme
Attachment #236136 -
Flags: review?(pavlov)
Updated•19 years ago
|
Attachment #236136 -
Flags: review?(pavlov) → review+
| Reporter | ||
Comment 2•19 years ago
|
||
Checked in
| Reporter | ||
Updated•18 years ago
|
Assignee: vladimir → nobody
Comment 3•18 years ago
|
||
IsFirstTab and IsLastTab are available in nsNativeTheme now. Isn't this bug fixed then?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•