Python Reference Guide
 
Loading...
Searching...
No Matches
FBButtonStyle Class Reference

Style of buttons. More...

#include <pyfbsdk.h>

Inheritance diagram for FBButtonStyle:

Public Attributes

 kFBPushButton
 Normal button.

 
 kFBBitmapButton
 Button with bitmap on it.

 
 kFBRadioButton
 Radio button.

 
 kFB2States
 2 state button (2 colors).

 
 kFBCheckbox
 Check box.

 
 kFBBitmap2States
 2 state button with 2 bitmaps.

 

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.