
com.github.axet.desktop.os.linux.handle.GtkMenuItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of desktop Show documentation
Show all versions of desktop Show documentation
java desktop class extender. has all user specific folders
The newest version!
package com.github.axet.desktop.os.linux.handle;
import com.github.axet.desktop.os.linux.libs.LibGtk;
import com.sun.jna.Pointer;
public class GtkMenuItem extends GObject {
public SignalCallback activate;
public GtkMenuItem() {
}
public GtkMenuItem(Pointer p) {
super(p);
}
public void destory() {
LibGtk.INSTANCE.gtk_widget_destroy(getPointer());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy