Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.swt.graphics.GCData

Packages that use GCData
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.swt.printing SWT Printing support classes. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of GCData in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return GCData
  GCData GC. getGCData ()
          Returns the GCData.
 

Methods in org.eclipse.swt.graphics with parameters of type GCData
 void Drawable. internal_dispose_GC (int handle, GCData data)
          Invokes platform specific functionality to dispose a GC handle.
 void Image. internal_dispose_GC (int hDC, GCData data)
          Invokes platform specific functionality to dispose a GC handle.
abstract  void Device. internal_dispose_GC (int hDC, GCData data)
          Invokes platform specific functionality to dispose a GC handle.
 int Drawable. internal_new_GC ( GCData data)
          Invokes platform specific functionality to allocate a new GC handle.
 int Image. internal_new_GC ( GCData data)
          Invokes platform specific functionality to allocate a new GC handle.
abstract  int Device. internal_new_GC ( GCData data)
          Invokes platform specific functionality to allocate a new GC handle.
static  GC GC. win32_new ( Drawable drawable, GCData data)
          Invokes platform specific functionality to allocate a new graphics context.
static  GC GC. win32_new (int hDC, GCData data)
          Invokes platform specific functionality to wrap a graphics context.
 

Uses of GCData in org.eclipse.swt.printing
 

Methods in org.eclipse.swt.printing with parameters of type GCData
 void Printer. internal_dispose_GC (int hDC, GCData data)
          Invokes platform specific functionality to dispose a GC handle.
 int Printer. internal_new_GC ( GCData data)
          Invokes platform specific functionality to allocate a new GC handle.
 

Uses of GCData in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type GCData
 void Control. internal_dispose_GC (int hDC, GCData data)
          Invokes platform specific functionality to dispose a GC handle.
 void Display. internal_dispose_GC (int hDC, GCData data)
          Invokes platform specific functionality to dispose a GC handle.
 int Control. internal_new_GC ( GCData data)
          Invokes platform specific functionality to allocate a new GC handle.
 int Display. internal_new_GC ( GCData data)
          Invokes platform specific functionality to allocate a new GC handle.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire