|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Boxed | +--org.gnu.gtk.IconSet
This object represents a set of Icons that are a variant of a particular icon.
Constructor Summary | |
IconSet()
Construct a new empty IconSet. |
|
IconSet(int handle)
Initialize an IconSet with a handle to a native resource. |
|
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. |
Methods inherited from class org.gnu.glib.Boxed |
equals, getHandle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IconSet(int handle)
public IconSet()
public IconSet(Pixbuf pixbuf)
Method Detail |
public void addSource(IconSource iconSource)
IconSource
which they use as base
icons for rendering icons in different states and sizes. The base
images and when to use them are described by a IconSource. This
method adds an IconSource to the IconSet.
iconSource
- The IconSource to add to this IconSet.
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |