从源码分析DEARGUI之button

def add_button(*args, **kwargs): # real signature unknown
    """
    Adds a button.
    
    Return Type: None
    
    
    Parameters
    __________
    
    * name : str
    	
    
    * Keyword Only Arguments
    ____________________
    	
    
    * small : bool
    	Small button, useful for embedding in text.
    
    * arrow : bool
    	Arrow button.
    
    * direction : int
    	A cardinal direction
    
    * callback : str
    	Registers a callback
    
    * tip : str
    	Adds a simple tooltip
    
    * parent : str
    	Parent to add this ite

               

上一篇:Java枚举类需要注意的要点


下一篇:Appium-Touch Actions(触屏动作)