Style of buttons. More...
#include <pyfbsdk.h>

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. | |
Style of buttons.
Not all button styles are completely functional.
| kFB2States |
2 state button (2 colors).
| kFBBitmap2States |
2 state button with 2 bitmaps.
| kFBBitmapButton |
Button with bitmap on it.
| kFBCheckbox |
Check box.
| kFBPushButton |
Normal button.
| kFBRadioButton |
Radio button.