IupPreviousField

IUP - Portable User Interface

IupPreviousField

Shifts the focus to the previous element in a dialog to which the specified element belongs. In does not depend on the element currently with the focus.

Parameters/Return

Ihandle* IupPreviousField(Ihandle* element); [in C]
IupPreviousField(element: iuplua_tag) -> (elem: iuplua_tag) [in IupLua3]
iup.PreviousField(element: iuplua_tag) -> (elem: iuplua_tag) [in IupLua5]

element: An element.

This function returns the element that received the focus.

See Also

IupNextField.