FBButtonStyle Class Reference

FBButtonStyle Class Reference

#include <mobu-python-api.h>

Class Description

Style of buttons.

Warning
Not all button styles are completely functional.
+ Inheritance diagram for FBButtonStyle:

Public Attributes

object kFBPushButton
 Normal button. More...
 
object kFBBitmapButton
 Button with bitmap on it. More...
 
object kFBRadioButton
 Radio button. More...
 
object kFBCheckbox
 Check box. More...
 
object kFB2States
 2 state button (2 colors). More...
 
object kFBBitmap2States
 2 state button with 2 bitmaps. More...
 

Member Data Documentation

object kFB2States

2 state button (2 colors).

object kFBBitmap2States

2 state button with 2 bitmaps.

object kFBBitmapButton

Button with bitmap on it.

object kFBCheckbox
object kFBPushButton

Normal button.

object kFBRadioButton

Radio button.