Package ch.bailu.gtk.gtk
Schnittstelle CellArea.OnFocusChanged
- Umschließende Klasse:
CellArea
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onFocusChanged
(CellRenderer renderer, Str path) Indicates that focus changed on this @area.
-
Methodendetails
-
onFocusChanged
Indicates that focus changed on this @area. This signal
is emitted either as a result of focus handling or event
handling.
It's possible that the signal is emitted even if the
currently focused renderer did not change, this is
because focus may change to the same renderer in the
same cell area for a different row of data.- Parameter:
renderer
- the `GtkCellRenderer` that has focuspath
- the current `GtkTreePath` string set for @area
-