Schnittstelle ColorDialogButton.OnActivate

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

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

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted when the color dialog button is activated.
  • Methodendetails

    • onActivate

      void onActivate()
      Emitted when the color dialog button is activated.

      The `::activate` signal on `GtkColorDialogButton` is an action signal
      and emitting it causes the button to pop up its dialog.