从源码分析DEARGUI之checkbox

def add_checkbox(*args, **kwargs): # real signature unknown
    """
    Adds a checkbox widget.
    
    Return Type: None
    
    
    Parameters
    __________
    
    * name : str
    	
    
    * Keyword Only Arguments
    ____________________
    	
    
    * default_value : int
    	
    
    * callback : str
    	Registers a callback
    
    * tip : str
    	Adds a simple tooltip
    
    * parent : str
    	Parent to add this item to. (runtime adding)
    
    * before : str
    	This item will be displayed before the specified item in the parent.

               

上一篇:个人所得税


下一篇::before和::before