org.purejava.appindicator.GtkRcStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libayatana-appindicator-java-full Show documentation
Show all versions of libayatana-appindicator-java-full Show documentation
Java bindings for libayatana-appindicator in 100% pure Java
// Generated by jextract
package org.purejava.appindicator;
/**
* {@snippet lang=c :
* typedef struct _GtkRcStyle GtkRcStyle
* }
*/
public class GtkRcStyle extends _GtkRcStyle {
GtkRcStyle() {
// Should not be called directly
}
}