Searched refs:previous (Results 1 – 15 of 15) sorted by relevance
42 widget_info *previous = NULL; in ReadChildWidgets() local50 if (previous) in ReadChildWidgets()52 previous->SetNextWidgetInfo(widget); in ReadChildWidgets()59 previous = widget; in ReadChildWidgets()71 widget_info *previous = NULL; in ReadWidgets() local79 if (previous) in ReadWidgets()81 previous->SetNextWidgetInfo(widget); in ReadWidgets()88 previous = widget; in ReadWidgets()114 folder_info *previous = NULL; in ReadWidgetFolders() local123 if (previous) in ReadWidgetFolders()[all …]
709 res_info *previous; in Detach() local720 previous = parent->child; in Detach()721 while (previous->next != this) in Detach()723 previous = previous->next; in Detach()725 previous->next = next; in Detach()2238 res_info *previous; in DeleteResource() local2252 previous = which->parent->child; in DeleteResource()2253 while(previous->next != which) in DeleteResource()2255 previous = previous->next; in DeleteResource()2257 previous->next = which->next; in DeleteResource()[all …]
173 resource_item *previous; in Detach() local184 previous = m_parent->m_first; in Detach()185 while(previous->m_next != this) in Detach()187 previous = previous->m_next; in Detach()189 previous->m_next = m_next; in Detach()255 resource_item* previous = NULL; in Previous() local259 previous = m_parent->m_first; in Previous()260 while (previous->m_next != this) in Previous()262 previous = previous->m_next; in Previous()266 return previous; in Previous()
3795 resource_item *previous = mpTree->FindItem(mpTree->GetRoot(), cp); in SelectPreviousItem() local3797 if (previous) in SelectPreviousItem()3799 SetCurrentItem(previous); in SelectPreviousItem()3995 resource_item* previous = mpTree->FindItem(mpTree->GetRoot(), cp); in OnPageUp() local3999 if (previous) in OnPageUp()4001 SetCurrentItem(previous); in OnPageUp()
1865 ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"1901 AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
75 GX_WINDOW_ROOT *previous; in _gx_window_root_delete() local85 previous = _gx_system_root_window_created_list; in _gx_window_root_delete()87 while (previous) in _gx_window_root_delete()89 if ((GX_WINDOW_ROOT *)previous -> gx_widget_next == root_window) in _gx_window_root_delete()91 previous -> gx_widget_next = root_window -> gx_widget_next; in _gx_window_root_delete()95 previous = (GX_WINDOW_ROOT *)previous -> gx_widget_next; in _gx_window_root_delete()
82 GX_ANIMATION *previous; in _gx_animation_stop() local112 previous = _gx_system_animation_list; in _gx_animation_stop()113 while (previous) in _gx_animation_stop()115 if (previous -> gx_animation_next == animation) in _gx_animation_stop()117 previous -> gx_animation_next = animation -> gx_animation_next; in _gx_animation_stop()120 previous = previous -> gx_animation_next; in _gx_animation_stop()
73 GX_WIDGET *previous; in _gx_widget_focus_previous() local77 previous = start -> gx_widget_nav_previous; in _gx_widget_focus_previous()79 if (previous) in _gx_widget_focus_previous()81 _gx_system_focus_claim(previous); in _gx_widget_focus_previous()
113 SCREEN_INFO *previous; in control_thread_entry() local119 ToggleScreen(next->window, previous->window); in control_thread_entry()127 previous = next; in control_thread_entry()
19 5. Keyboard up/down arrows can be used to move between current frame and previous/next frame.
143 You can also check [previous questions](https://stackoverflow.com/questions/tagged/azure-rtos+guix)…
106 1. Build the test using the instructions provided in the previous section.
556 Added gx_widget_nav_order_initialize() to set default next/previous focus navigation order.
1224 Added gx_widget_nav_order_initialize() to set default next/previous focus navigation order.