[Previous] [Contents] [Index] [Next]

PtGlobalFocusPrevFrom()

Give focus to widget previous to the specified widget

Synopsis:

PtWidget_t *PtGlobalFocusPrevFrom( 
                    PtWidget_t *widget, 
                    PhEvent_t *event ); 

Description:

Unlike PtGlobalFocusPrev(), this function doesn't find the currently focused widget first. PtGlobalFocusNextFrom() will move the focus to the first focusable widget previous to widget in the same disjoint widget (window, region, menu) as widget.

The widget that's given focus receives event as the reason. If event isn't provided, a NULL event is generated for you.

Returns:

The widget that was given focus, or NULL if no focusable widgets are found.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtContainerGiveFocus(), PtContainerNullFocus(), PtContainerFocusNext(), PtContainerFocusPrev(), PtGlobalFocusNext(), PtGlobalFocusNextContainer(), PtGlobalFocusNextFrom(), PtGlobalFocusPrev(), PtGlobalFocusPrevContainer(), PtIsFocused()


[Previous] [Contents] [Index] [Next]