TextCharPredicate


Description:


public delegate bool TextCharPredicate (unichar ch)

The predicate function used by forward_find_char and backward_find_char.

Parameters:

ch

a Unicode code point

user_data

data passed to the callback

Returns:

true if the predicate is satisfied, and the iteration should stop, and false otherwise


Namespace: Gtk
Package: gtk+-2.0