Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.gnu.gtk.Dialog
org.gnu.gnome.About
public class About
extends org.gnu.gtk.Dialog
org.gnu.gtk.AboutDialog
Constructor Summary | |
| |
|
Method Summary | |
static Type |
|
public About(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Construct an About box using a handle to a native resource.
public About(String title, String version, String license, String comments, authors[] , documenters[] , String translator, Pixbuf pixbuf)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Constructor to create a new About dialog.
- Parameters:
title
- The title of the application.version
- The version of the application.license
- The license.comments
- Miscellaneous comments about the application.translator
- The translator.pixbuf
- A pixmap to display on the about dialiag.
public static Type getType()
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Retrieve the runtime type used by the GLib library.