- Timestamp:
- Jun 24, 2008, 10:51:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT/pm/org/eclipse/swt/widgets/Decorations.java
r106 r109 413 413 state |= CANVAS; 414 414 //@@TODO (dmik): debug code, remove when no more necessary 415 System.out.println (416 "Decorations.createHandle(): FID_CLIENT window has been created:\n" +417 " hwnd = " + Integer.toHexString (handle) + "\n" +418 " hwnd.parent = hwnd.owner = " + Integer.toHexString (frameHandle) + "\n" +419 " class = " + windowClass() + "\n" +420 " style = " + Integer.toHexString (widgetStyle())421 );415 //System.out.println ( 416 // "Decorations.createHandle(): FID_CLIENT window has been created:\n" + 417 // " hwnd = " + Integer.toHexString (handle) + "\n" + 418 // " hwnd.parent = hwnd.owner = " + Integer.toHexString (frameHandle) + "\n" + 419 // " class = " + windowClass() + "\n" + 420 // " style = " + Integer.toHexString (widgetStyle()) 421 //); 422 422 //@@TODO(dmik): do something for MDI windows if needed 423 423 // if (parent == null) return;
Note:
See TracChangeset
for help on using the changeset viewer.