编程语言
首页 > 编程语言> > 从源码分析DEARGUI之collapsing_header

从源码分析DEARGUI之collapsing_header

作者:互联网

def add_collapsing_header(*args, **kwargs): # real signature unknown
    """
    Adds a collapsing header to add items to. Must be closed with the end_collapsing_header command.
    
    Return Type: None
    
    
    Parameters
    __________
    
    * name : str
    	
    
    * Keyword Only Arguments
    ____________________
    	
    
    * default_open : bool
    	
    
    * closable : bool
    	
    
    * tip : str
    	Adds a simple tooltip
    
    * parent : str
    	Parent to add this item to. (runtime adding)
    
    * before : str
    	This i

               

标签:Adds,DEARGUI,header,add,源码,bool,str,collapsing
来源: https://blog.51cto.com/u_15177056/2725538