Exemplo n.º 1
0
/*!
 \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));
}
Exemplo n.º 2
0
static void
mask_entry_changed (GtkEditable *editable)
{
  mask_entry_set_background (MASK_ENTRY (editable));
}