Uses of Class
org.gnu.gtk.ButtonBoxStyle

Packages that use ButtonBoxStyle
org.gnu.gtk   
 

Uses of ButtonBoxStyle in org.gnu.gtk
 

Fields in org.gnu.gtk declared as ButtonBoxStyle
static ButtonBoxStyle ButtonBoxStyle.DEFAULT_STYLE
           
static ButtonBoxStyle ButtonBoxStyle.SPREAD
           
static ButtonBoxStyle ButtonBoxStyle.EDGE
           
static ButtonBoxStyle ButtonBoxStyle.START
           
static ButtonBoxStyle ButtonBoxStyle.END
           
 

Methods in org.gnu.gtk that return ButtonBoxStyle
 ButtonBoxStyle ButtonBox.getLayout()
          Returns the layout which is used to dictate how the buttons are organised.
static ButtonBoxStyle ButtonBoxStyle.intern(int value)
           
 ButtonBoxStyle ButtonBoxStyle.or(ButtonBoxStyle other)
           
 ButtonBoxStyle ButtonBoxStyle.and(ButtonBoxStyle other)
           
 ButtonBoxStyle ButtonBoxStyle.xor(ButtonBoxStyle other)
           
 

Methods in org.gnu.gtk with parameters of type ButtonBoxStyle
 void ButtonBox.setLayout(ButtonBoxStyle layout)
          Changes the way buttons are arranged in their container.
 ButtonBoxStyle ButtonBoxStyle.or(ButtonBoxStyle other)
           
 ButtonBoxStyle ButtonBoxStyle.and(ButtonBoxStyle other)
           
 ButtonBoxStyle ButtonBoxStyle.xor(ButtonBoxStyle other)
           
 boolean ButtonBoxStyle.test(ButtonBoxStyle other)
           
 


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