|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalGCData | |
---|---|
org.eclipse.swt.graphics | SWT graphics classes. |
org.eclipse.swt.widgets | SWT widget public API classes. |
Uses of InternalGCData in org.eclipse.swt.graphics |
---|
Methods in org.eclipse.swt.graphics with parameters of type InternalGCData | |
---|---|
abstract void |
Device.internal_dispose_GC(int handle,
InternalGCData data)
Invokes platform specific functionality to dispose a GC handle. |
void |
Drawable.internal_dispose_GC(int handle,
InternalGCData data)
Invokes platform specific functionality to dispose a GC handle. |
void |
Image.internal_dispose_GC(int painter,
InternalGCData data)
Invokes platform specific functionality to dispose a GC handle. |
abstract int |
Device.internal_new_GC(InternalGCData data)
Invokes platform specific functionality to allocate a new GC handle. |
int |
Drawable.internal_new_GC(InternalGCData data)
Invokes platform specific functionality to allocate a new GC handle. |
int |
Image.internal_new_GC(InternalGCData data)
Invokes platform specific functionality to allocate a new GC handle. |
Uses of InternalGCData in org.eclipse.swt.widgets |
---|
Methods in org.eclipse.swt.widgets with parameters of type InternalGCData | |
---|---|
void |
Control.internal_dispose_GC(int painter,
InternalGCData data)
Invokes platform specific functionality to dispose a GC handle. |
void |
Display.internal_dispose_GC(int gc,
InternalGCData data)
Invokes platform specific functionality to dispose a GC handle. |
int |
Control.internal_new_GC(InternalGCData data)
Invokes platform specific functionality to allocate a new GC handle. |
int |
Display.internal_new_GC(InternalGCData data)
Invokes platform specific functionality to allocate a new GC handle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |