Created
          March 18, 2014 23:28 
        
      - 
      
- 
        Save theodox/9632179 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class FloatSlider(Control): | |
| '''sample output from mGui.helpers.tools.generate_commands()''' | |
| CMD = cmds.floatSlider | |
| _ATTRIBS = ['horizontal','step','maxValue','value','minValue'] | |
| _CALLBACKS = ['changeCommand','dragCommand'] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment