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 21866 Details for
Bug 94549
New Java class wizard "Interfaces" table displays junk
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
cellarea.txt (text/plain), 1.00 KB, created by
Billy Biggs
on 2005-05-27 00:21:32 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Billy Biggs
Created:
2005-05-27 00:21:32 EDT
Size:
1.00 KB
patch
obsolete
>Index: TableItem.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java,v >retrieving revision 1.70 >diff -u -r1.70 TableItem.java >--- TableItem.java 2 May 2005 20:46:36 -0000 1.70 >+++ TableItem.java 27 May 2005 04:14:53 -0000 >@@ -235,9 +235,13 @@ > if (column == 0) return new Rectangle (0, 0, 0, 0); > int /*long*/ path = OS.gtk_tree_model_get_path (parent.modelHandle, handle); > OS.gtk_widget_realize (parentHandle); >+ OS.gtk_tree_view_column_cell_set_cell_data (column, parent.modelHandle, handle, false, false); > GdkRectangle rect = new GdkRectangle (); > OS.gtk_tree_view_get_cell_area (parentHandle, path, column, rect); > OS.gtk_tree_path_free (path); >+ int [] cw = new int [1], ch = new int [1]; >+ OS.gtk_tree_view_column_cell_get_size (column, null, null, null, cw, ch); >+ rect.height = ch [0]; > > if (index == 0 && (parent.style & SWT.CHECK) != 0) { > if (OS.GTK_VERSION >= OS.VERSION (2, 1, 3)) {
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 94549
:
20915
| 21866 |
64637