Python Reference Guide
FBButtonStyle Class Reference

Style of buttons. More...

Inheritance diagram for FBButtonStyle:

Public Attributes

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

Detailed Description

Style of buttons.


Not all button styles are completely functional.

See samples: Button.py, RadioButton.py.

Member Data Documentation

◆ kFB2States

kFB2States

2 state button (2 colors).

◆ kFBBitmap2States

kFBBitmap2States

2 state button with 2 bitmaps.

◆ kFBBitmapButton

kFBBitmapButton

Button with bitmap on it.

◆ kFBCheckbox

kFBCheckbox

Check box.

◆ kFBPushButton

kFBPushButton

Normal button.

◆ kFBRadioButton

kFBRadioButton

Radio button.