Uses of Class
org.gnu.gtk.IconSize

Packages that use IconSize
org.gnu.gtk   
 

Uses of IconSize in org.gnu.gtk
 

Fields in org.gnu.gtk declared as IconSize
static IconSize IconSize.INVALID
           
static IconSize IconSize.MENU
           
static IconSize IconSize.SMALL_TOOLBAR
           
static IconSize IconSize.LARGE_TOOLBAR
           
static IconSize IconSize.BUTTON
           
static IconSize IconSize.DND
           
static IconSize IconSize.DIALOG
           
 

Methods in org.gnu.gtk that return IconSize
static IconSize IconSize.intern(int value)
           
 IconSize IconSize.or(IconSize other)
           
 IconSize IconSize.and(IconSize other)
           
 IconSize IconSize.xor(IconSize other)
           
 IconSize IconSource.getSize()
          Return the icon size.
 

Methods in org.gnu.gtk with parameters of type IconSize
 void Image.set(IconSet iconSet, IconSize size)
          Sets the image to displayian IconSet.
 void Image.set(GtkStockItem stockId, IconSize size)
          Set the image to a Stock icon.
 IconSize IconSize.or(IconSize other)
           
 IconSize IconSize.and(IconSize other)
           
 IconSize IconSize.xor(IconSize other)
           
 boolean IconSize.test(IconSize other)
           
 void IconSource.setSize(IconSize iconSize)
          Set the icon size.
 void ToolBar.setIconSize(IconSize iconSize)
          Sets the size of the stock icons in the ToolBar.
 

Constructors in org.gnu.gtk with parameters of type IconSize
Image(IconSet iconSet, IconSize size)
          Creates an Image displaying an IconSet.
Image(GtkStockItem stockId, IconSize size)
          Create an Image displaying a Stock icon.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net