ComboBox.this

Create a new combo box with the given items, providing both short and long descriptive labels for each item

  1. this(Widget parent)
  2. this(Widget parent, string[] items)
  3. this(Widget parent, string[] items, string[] itemsShort)
    class ComboBox
    this
    (,
    const string[] items
    ,
    const string[] itemsShort
    )

Meta