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