Uses of Class
org.eclipse.swt.internal.gtk.GdkRGBA
Packages that use GdkRGBA
-
Uses of GdkRGBA in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as GdkRGBAModifier and TypeFieldDescriptionGCData.backgroundRGBAIMPORTANT: This field is not part of the SWT public API.GCData.foregroundRGBAIMPORTANT: This field is not part of the SWT public API.Color.handleRGBAthe handle to the OS color resource (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type GdkRGBA -
Uses of GdkRGBA in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type GdkRGBAModifier and TypeMethodDescriptionstatic final voidOS._g_object_set(int object, byte[] first_property_name, GdkRGBA data, int terminator) static final voidGDK._gdk_cairo_set_source_rgba(int cairo, GdkRGBA rgba) static final intGDK._gdk_rgba_hash(GdkRGBA rgba) static final intGDK._gdk_rgba_parse(GdkRGBA rgba, byte[] property) static final intGDK._gdk_rgba_to_string(GdkRGBA rgba) static final voidGTK._gtk_color_chooser_get_rgba(int chooser, GdkRGBA color) static final voidGTK._gtk_color_chooser_set_rgba(int chooser, GdkRGBA color) static final voidGTK._gtk_list_store_set(int store, int iter, int column, GdkRGBA value, int terminator) static final voidGTK._gtk_style_context_get_background_color(int context, int state, GdkRGBA color) static final voidGTK._gtk_style_context_get_color(int context, int state, GdkRGBA color) static final voidGTK._gtk_tree_store_set(int store, int iter, int column, GdkRGBA value, int terminator) static final voidGTK._gtk_widget_override_background_color(int widget, int state, GdkRGBA color) static final voidGTK._gtk_widget_override_color(int widget, int state, GdkRGBA color) static final voidOS.g_object_set(int object, byte[] first_property_name, GdkRGBA data, int terminator) static final voidGDK.gdk_cairo_set_source_rgba(int cairo, GdkRGBA rgba) static final intGDK.gdk_rgba_hash(GdkRGBA rgba) static final intGDK.gdk_rgba_parse(GdkRGBA rgba, byte[] property) static final intGDK.gdk_rgba_to_string(GdkRGBA rgba) static final voidGTK.gtk_color_chooser_get_rgba(int chooser, GdkRGBA color) static final voidGTK.gtk_color_chooser_set_rgba(int chooser, GdkRGBA color) static final voidGTK.gtk_list_store_set(int store, int iter, int column, GdkRGBA value, int terminator) static final voidGTK.gtk_style_context_get_background_color(int context, int state, GdkRGBA color) [GTK3; 3.16 deprecated]static final voidGTK.gtk_style_context_get_color(int context, int state, GdkRGBA color) static final voidGTK.gtk_tree_store_set(int store, int iter, int column, GdkRGBA value, int terminator) static final voidGTK.gtk_widget_override_background_color(int widget, int state, GdkRGBA color) [GTK3; 3.16 deprecated]static final voidGTK.gtk_widget_override_color(int widget, int state, GdkRGBA color) [GTK3; 3.16 deprecated]static final voidstatic final void