The model list GUI element.
    |  | border = 10The border width, in pixels.
 | 
    |  | desc = NoneThe short description for the GUI element.
 | 
    |  | model_desc = []The short description for each model.
 | 
    |  | models = []The list of names of the model.
 | 
    |  | params = []The list of parameters of each model in string form.
 | 
    |  | warning = NoneA warning string which if set will present a warning message to the 
      user prior to allowing them to modify the list of models.
 | 
    |  | red_flag = FalseA flag which if True will cause the flag icon to turn red if the 
      model list has been modified.
 | 
    |  | size = wx.Size(1024, 750)The initial size of the window.
 | 
    |  | tooltip = NoneThe tooltip string to add to the text and field wx GUI elements.
 | 
    |  | tooltip_button = NoneThe separate tooltip string to add to the button wx GUI element.
 |