Community
Participate
Working Groups
}
boolean set = false;
if (OS.GTK3) {
set = !getBackground().equals(color);
set = true;//!getBackground().equals(color);
} else {
if (gdkColor == null) {
long /*int*/ style = OS.gtk_widget_get_modifier_style (handle);