Schnittstelle ComboBox.OnActivate

Umschließende Klasse:
ComboBox
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface ComboBox.OnActivate
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted to when the combo box is activated.
  • Methodendetails

    • onActivate

      void onActivate()
      Emitted to when the combo box is activated.

      The `::activate` signal on `GtkComboBox` is an action signal and
      emitting it causes the combo box to pop up its dropdown.