FBButtonGroup Class Reference
 
 
 
FBButtonGroup Class Reference

#include <mobu-python-api.h>


Class Description

Python Docstring:

Button group class used to manage multiple radio buttons. 
This class ensure that only one radio button is enabled (it does all the ClickState management)

- Use the Add method to Add new radio button to the group.        
- Use AddCallback method to register a UNIQUE callback that will be called when ANY
  of the registered radio buttons is clicked. 

Public Member Functions

def  __init__ ()
def  Add ()
def  AddCallback ()
def  _MultiCallback ()

Member Function Documentation

def __init__ ( )
def Add ( )

Python Docstring:

Add a radio button to group. 
def AddCallback ( )

Python Docstring:

Add a callback that will be call when a radiobutton in the group is clicked. 
def _MultiCallback ( )