set_insert_func


Description:

public void set_insert_func (FormattedEntryInsertFunc? insert_func)

Specifies that this should call insert_func when the user wants to insert a char which is anot allowed, to perform other actions

Parameters:

this

a FormattedEntry widget

insert_func

a FormattedEntryInsertFunc, or null

data

a pointer which will be passed to insert_func