org.gnu.gnome
Class About
public class About
extends org.gnu.gtk.Dialog
The About widget dialog window is designed to pop up from the
About button on an application menu. Its purpose is to standardize
the form and content.
About(Handle handle) - Construct an About box using a handle to a native resource.
|
About(String title, String version, String license, String comments, authors[] , documenters[] , String translator, Pixbuf pixbuf) - Constructor to create a new About dialog.
|
static Type | getType() - Retrieve the runtime type used by the GLib library.
|
protected static int | gnome_about_get_type()
|
protected static Handle | gnome_about_new(String title, String version, String copyright, String comments, String[] authors, String[] documenters, String translatorCredits, Handle logo)
|
About
public About(Handle handle)
Construct an About box using a handle to a native resource.
About
public About(String title,
String version,
String license,
String comments,
authors[] ,
documenters[] ,
String translator,
Pixbuf pixbuf)
Constructor to create a new About dialog.
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.
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
gnome_about_get_type
protected static final int gnome_about_get_type()
gnome_about_new
protected static final Handle gnome_about_new(String title,
String version,
String copyright,
String comments,
String[] authors,
String[] documenters,
String translatorCredits,
Handle logo)