|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 with parameters of type GCData | |
static GC |
GC.win32_new(Drawable drawable,
GCData data)
Invokes platform specific functionality to allocate a new graphics context. |
int |
Image.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle. |
void |
Image.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. |
void |
Drawable.internal_dispose_GC(int handle,
GCData data)
Invokes platform specific functionality to dispose a GC handle. |
abstract int |
Device.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle. |
abstract void |
Device.internal_dispose_GC(int hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle. |
Uses of GCData in org.eclipse.swt.printing |
Methods in org.eclipse.swt.printing with parameters of type GCData | |
int |
Printer.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle. |
void |
Printer.internal_dispose_GC(int hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle. |
Uses of GCData in org.eclipse.swt.widgets |
Methods in org.eclipse.swt.widgets with parameters of type GCData | |
int |
Control.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle. |
void |
Control.internal_dispose_GC(int hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle. |
int |
Display.internal_new_GC(GCData data)
Invokes platform specific functionality to allocate a new GC handle. |
void |
Display.internal_dispose_GC(int hDC,
GCData data)
Invokes platform specific functionality to dispose a GC handle. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |