org.gnu.gtk
public class GtkStockItem extends Object
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.
Constructor Summary | |
---|---|
GtkStockItem(String id)
Creates a new StockItem object, based on the id string for that object.
|
Method Summary | |
---|---|
String | getString() |
Deprecated: