0
A
回答
2
有一個錯誤報告here (Bug 213193)。遺憾的是它並不像你能想到這是固定不久任何時候...
Section#setTitleBarBackground
是現在工作 - 將部分背景漸變的頂部顏色像RCP。
Section#setTitleBarGradientBackground
設置在Section類中不會使用的顏色(Section#COLOR_GBG
)!!
Section#setTitleBarBorderColor
- 沒有效果。
2
檢查Section
源代碼顯示,該代碼是通過以下方式實現:
/**
* Sets the color of the title bar gradient background when TITLE_BAR style
* is used. This color is used at the height where title controls end
* (toggle, tool bar).
*
* @param color
* the title bar gradient background
*/
public void setTitleBarGradientBackground(Color color) {
putTitleBarColor(COLOR_GBG, color);
}
但是,如果你在Section#onPaint(PaintEvent e)
看看你不會找到的COLOR_GBG
任何使用。
相關問題
- 1. 工具欄與漸變背景設置標題背景透明
- 2. 設置漸變背景
- 3. 設置小部件背景漸變
- 4. ActionBarSherlock設置漸變背景
- 5. SWT鏈接閃爍漸變背景
- 6. 如何在表格標題上設置漸變背景?
- 7. 設置ImageView的漸變背景,旋轉
- 8. CSS背景漸變,頂部
- 9. 設置漸變背景通過編程
- 10. 爲surfaceview設置漸變背景顏色
- 11. 在UITableViewCell中設置漸變背景
- 12. 將背景設置爲漸變顏色
- 13. 如何設置漸變UITableViewCell背景?
- 14. 在Swift中設置背景漸變
- 15. 背景漸變問題
- 16. CSS3背景漸變
- 17. 背景漸變
- 18. 漸變背景
- 19. CSS3漸變背景
- 20. Xamarin - 漸變背景
- 21. 如何爲特定部分標題設置背景顏色?
- 22. 設置背景圖像到UITableView部分標題
- 23. Android漸變背景漸變爲透明
- 24. 漸變背景UIScrollView
- 25. JPanel漸變背景
- 26. NSOutlineView漸變背景
- 27. 與背景漸變
- 28. Imagemagick背景漸變
- 29. Itextsharp漸變背景
- 30. 漸變背景iOS