|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Bin
org.gnu.gtk.Window
org.gnu.gtk.Dialog
org.gnu.gtk.ColorSelectionDialog
The ColorSelectionDialog provides a standard dialog which allows the
user to select a color much like the FileSelection
provides a standard dialog for file selection.
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
ColorSelectionDialog(Handle handle)
Construct a ColorSelectionDialog using a handle to a native resource. |
|
ColorSelectionDialog(java.lang.String title)
Construct a new ColorSelectionDialog. |
Method Summary | |
Button |
getCancelButton()
Return the Cancel Button widget for this dialog. |
protected static Handle |
getCancelButton(Handle cptr)
|
protected static Handle |
getColorsel(Handle cptr)
|
ColorSelection |
getColorSelectionWidget()
Return the ColorSelection widget for this dialog. |
Button |
getHelpButton()
Return the Help Button widget for this dialog. |
protected static Handle |
getHelpButton(Handle cptr)
|
Button |
getOKButton()
Return the OK Button widget for this Dialog. |
protected static Handle |
getOkButton(Handle cptr)
|
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
protected static int |
gtk_color_selection_dialog_get_type()
|
protected static Handle |
gtk_color_selection_dialog_new(java.lang.String title)
|
Methods inherited from class org.gnu.gtk.Bin |
getChild, gtk_bin_get_child, gtk_bin_get_type |
Methods inherited from class org.gnu.gtk.GtkObject |
getFlags, gtk_object_destroy, gtk_object_get_type, gtk_object_sink, setFlags, sink |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColorSelectionDialog(java.lang.String title)
title
- The text to display on the title bar of the dialog.public ColorSelectionDialog(Handle handle)
Method Detail |
public Button getOKButton()
public Button getCancelButton()
public Button getHelpButton()
public ColorSelection getColorSelectionWidget()
public static Type getType()
protected static final Handle getColorsel(Handle cptr)
protected static final Handle getOkButton(Handle cptr)
protected static final Handle getCancelButton(Handle cptr)
protected static final Handle getHelpButton(Handle cptr)
protected static final int gtk_color_selection_dialog_get_type()
protected static final Handle gtk_color_selection_dialog_new(java.lang.String title)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |