예제 #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));
}
예제 #2
0
파일: combo2.c 프로젝트: AlexKordic/sandbox
static void
mask_entry_changed (GtkEditable *editable)
{
  mask_entry_set_background (MASK_ENTRY (editable));
}