Uses of Class
org.gnu.gtk.ButtonsType

Packages that use ButtonsType
org.gnu.gtk   
 

Uses of ButtonsType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as ButtonsType
static ButtonsType ButtonsType.NONE
           
static ButtonsType ButtonsType.OK
           
static ButtonsType ButtonsType.CLOSE
           
static ButtonsType ButtonsType.CANCEL
           
static ButtonsType ButtonsType.YES_NO
           
static ButtonsType ButtonsType.OK_CANCEL
           
 

Methods in org.gnu.gtk that return ButtonsType
static ButtonsType ButtonsType.intern(int value)
           
 ButtonsType ButtonsType.or(ButtonsType other)
           
 ButtonsType ButtonsType.and(ButtonsType other)
           
 ButtonsType ButtonsType.xor(ButtonsType other)
           
 

Methods in org.gnu.gtk with parameters of type ButtonsType
 ButtonsType ButtonsType.or(ButtonsType other)
           
 ButtonsType ButtonsType.and(ButtonsType other)
           
 ButtonsType ButtonsType.xor(ButtonsType other)
           
 boolean ButtonsType.test(ButtonsType other)
           
 

Constructors in org.gnu.gtk with parameters of type ButtonsType
MessageDialog(Window parent, DialogFlags flags, MessageType type, ButtonsType buttons, java.lang.String message)
          Construct a new MessageDialog.
 


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