/*! \brief gets called when the mask entry is changed \param editable is a pointer to the GtkEditable structure */ G_MODULE_EXPORT void mask_entry_changed (GtkEditable *editable) { mask_entry_set_background (MASK_ENTRY (editable)); }
static void mask_entry_changed (GtkEditable *editable) { mask_entry_set_background (MASK_ENTRY (editable)); }