Constructor

HeTextFieldfrom_regex

Declaration

HeTextField*
he_text_field_new_from_regex (
  GRegex* regex_arg
)

Description [src]

Creates a TextField that uses regular expression provided to check validity..

Parameters

regex_arg

Type: GRegex

The regular expression to use. .

The data is owned by the caller of the function.

Return value

Type: HeTextField

No description available.

The data is owned by the called function.