Uses of Class
org.eclipse.swt.graphics.GCData
-
Packages that use GCData Package Description org.eclipse.swt.graphics org.eclipse.swt.printing org.eclipse.swt.widgets -
-
Uses of GCData in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return GCData Modifier and Type Method Description GCData
GC. getGCData()
Returns the GCData.Methods in org.eclipse.swt.graphics with parameters of type GCData Modifier and Type Method Description static GC
GC. gtk_new(long handle, GCData data)
Invokes platform specific functionality to wrap a graphics context.static GC
GC. gtk_new(Drawable drawable, GCData data)
Invokes platform specific functionality to allocate a new graphics context.abstract void
Device. internal_dispose_GC(long hDC, GCData data)
Invokes platform specific functionality to dispose a GC handle.void
Drawable. internal_dispose_GC(long handle, GCData data)
Invokes platform specific functionality to dispose a GC handle.void
Image. internal_dispose_GC(long hDC, GCData data)
Invokes platform specific functionality to dispose a GC handle.abstract long
Device. internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.long
Drawable. internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.long
Image. internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle. -
Uses of GCData in org.eclipse.swt.printing
Methods in org.eclipse.swt.printing with parameters of type GCData Modifier and Type Method Description void
Printer. internal_dispose_GC(long hDC, GCData data)
Invokes platform specific functionality to dispose a GC handle.long
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 Modifier and Type Method Description void
Control. internal_dispose_GC(long hDC, GCData data)
Invokes platform specific functionality to dispose a GC handle.void
Display. internal_dispose_GC(long hDC, GCData data)
Invokes platform specific functionality to dispose a GC handle.long
Control. internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.long
Display. internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle.
-