Stock items are combinations of icons and text which are used in various
widgets, such as gtk.Button. They have been created as a standard part of gtk
so that gtk themes have even more control over the display of applications,
by allowing them to change standard icons. The use of stock items is highly
recommended.
In these Java bindings for Gtk, we have created a GtkStockItem object which
should be passed to widget methods, rather than the stock id string as is
done in gtk. This should help prevent errors due to typing, and also allows
stronger typing of many methods.
TODO: give a link to details of all the stock items.
ABOUT
public static final GtkStockItem ABOUT
BEGINNING OF GENERATED CODE
DIALOG_AUTHENTICATION
public static final GtkStockItem DIALOG_AUTHENTICATION
DIALOG_QUESTION
public static final GtkStockItem DIALOG_QUESTION
DIALOG_WARNING
public static final GtkStockItem DIALOG_WARNING
FIND_AND_REPLACE
public static final GtkStockItem FIND_AND_REPLACE
JUSTIFY_CENTER
public static final GtkStockItem JUSTIFY_CENTER
MEDIA_PREVIOUS
public static final GtkStockItem MEDIA_PREVIOUS
REVERT_TO_SAVED
public static final GtkStockItem REVERT_TO_SAVED
SORT_ASCENDING
public static final GtkStockItem SORT_ASCENDING
SORT_DESCENDING
public static final GtkStockItem SORT_DESCENDING