org.gnu.gtk
public class IconSet extends Boxed
| Constructor Summary | |
|---|---|
| IconSet(Handle handle)
Initialize an IconSet with a handle to a native resource. | |
| IconSet()
Construct a new empty IconSet. | |
| IconSet(Pixbuf pixbuf)
Construct a new IconSet from a Pixbuf. | |
| Method Summary | |
|---|---|
| void | addSource(IconSource iconSource)
Icon sets have a list of IconSource which they use as base icons
for rendering icons in different states and sizes. |
| static IconSet | getIconSet(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| int | getType() |
Parameters: iconSource The IconSource to add to this IconSet.