Package ch.bailu.gtk.pango
Schnittstelle AttrList.OnAttrFilterFunc
- Umschließende Klasse:
AttrList
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanonAttrFilterFunc(CallbackHandler __self, Attribute attribute, Pointer user_data) Type of a function filtering a list of attributes.
-
Methodendetails
-
onAttrFilterFunc
boolean onAttrFilterFunc(CallbackHandler __self, @Nonnull Attribute attribute, @Nullable Pointer user_data) Type of a function filtering a list of attributes.- Parameter:
attribute- a Pango attributeuser_data- user data passed to the function- Gibt zurück:
- %TRUE if the attribute should be selected for filtering, %FALSE otherwise.
-