Uses of Class
org.eclipse.swt.internal.gtk.GdkRGBA
-
Packages that use GdkRGBA Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.gtk org.eclipse.swt.internal.gtk3 org.eclipse.swt.internal.gtk4 -
-
Uses of GdkRGBA in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as GdkRGBA Modifier and Type Field Description GdkRGBAGCData. backgroundRGBAIMPORTANT: This field is not part of the SWT public API.GdkRGBAGCData. foregroundRGBAIMPORTANT: This field is not part of the SWT public API.GdkRGBAColor. handlethe handle to the OS color resource (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type GdkRGBA Modifier and Type Method Description static ColorColor. gtk_new(Device device, GdkRGBA gdkRGBA)Invokes platform specific functionality to allocate a new color.static ColorColor. gtk_new(Device device, GdkRGBA gdkRGBA, int alpha)Invokes platform specific functionality to allocate a new color. -
Uses of GdkRGBA in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type GdkRGBA Modifier and Type Method Description static voidOS. g_object_set(long object, byte[] first_property_name, GdkRGBA data, long terminator)static voidGDK. gdk_cairo_set_source_rgba(long cairo, GdkRGBA rgba)static longGDK. gdk_rgba_parse(GdkRGBA rgba, byte[] property)static longGDK. gdk_rgba_to_string(GdkRGBA rgba)static voidGTK. gtk_color_chooser_get_rgba(long chooser, GdkRGBA color)static voidGTK. gtk_color_chooser_set_rgba(long chooser, GdkRGBA color)static voidGTK. gtk_list_store_set(long store, long iter, int column, GdkRGBA value, int terminator)static voidGTK. gtk_tree_store_set(long store, long iter, int column, GdkRGBA value, int terminator)static voidOS. memmove(long dest, GdkRGBA src, long size)static voidOS. memmove(GdkRGBA dest, long src, long size) -
Uses of GdkRGBA in org.eclipse.swt.internal.gtk3
Methods in org.eclipse.swt.internal.gtk3 with parameters of type GdkRGBA Modifier and Type Method Description static voidGTK3. gtk_style_context_get_color(long context, int state, GdkRGBA color) -
Uses of GdkRGBA in org.eclipse.swt.internal.gtk4
Methods in org.eclipse.swt.internal.gtk4 with parameters of type GdkRGBA Modifier and Type Method Description static voidGTK4. gtk_style_context_get_color(long context, GdkRGBA color)
-