Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 157391 Details for
Bug 300986
[Tree] Background image is ignored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
clipboard.txt (text/plain), 1.54 KB, created by
Benjamin Muskalla
on 2010-01-27 08:17:23 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Benjamin Muskalla
Created:
2010-01-27 08:17:23 EST
Size:
1.54 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.demo >Index: src/org/eclipse/rap/demo/controls/TreeTab.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.demo/src/org/eclipse/rap/demo/controls/TreeTab.java,v >retrieving revision 1.36 >diff -u -r1.36 TreeTab.java >--- src/org/eclipse/rap/demo/controls/TreeTab.java 5 Nov 2009 17:47:17 -0000 1.36 >+++ src/org/eclipse/rap/demo/controls/TreeTab.java 27 Jan 2010 13:17:09 -0000 >@@ -58,6 +58,7 @@ > createShowColumnControl(); > createFgColorButton(); > createBgColorButton(); >+ createBgImageButton(); > createFontChooser(); > final Button itemFgButton > = createPropertyButton( "Custom foreground on 1st item", SWT.CHECK ); >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/Tree.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Tree.js,v >retrieving revision 1.16 >diff -u -r1.16 Tree.js >--- js/org/eclipse/swt/widgets/Tree.js 5 Jan 2010 13:43:39 -0000 1.16 >+++ js/org/eclipse/swt/widgets/Tree.js 27 Jan 2010 13:17:11 -0000 >@@ -122,6 +122,14 @@ > this._tree.setBackgroundColor( color ); > }, > >+ setBackgroundImage : function( image ) { >+ this._tree.setBackgroundImage( image ); >+ }, >+ >+ resetBackgroundImage : function() { >+ this._tree.resetBackgroundImage(); >+ }, >+ > resetBackgroundColor : function() { > this._tree.resetBackgroundColor(); > },
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 300986
: 157391