Searched refs:CreateSubWindow (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 666 WindowSP CreateSubWindow(const char *name, const Rect &bounds, in CreateSubWindow() function in curses::Window 821 help_window_sp = parent_window->CreateSubWindow("Help", bounds, true); in CreateHelpSubwindow() 823 help_window_sp = CreateSubWindow("Help", bounds, true); in CreateHelpSubwindow() 2558 WindowSP form_window_sp = m_main_window_sp->CreateSubWindow( in StopRunningProcess() 2985 m_menu_window_sp = window.GetParent()->CreateSubWindow( in WindowDelegateHandleChar() 4952 WindowSP form_window_sp = main_window_sp->CreateSubWindow( in MenuDelegateAction() 5098 WindowSP new_window_sp = main_window_sp->CreateSubWindow( in MenuDelegateAction() 6119 main_window_sp->CreateSubWindow("Menubar", menubar_bounds, false); in Activate() 6127 main_window_sp->CreateSubWindow("Source", source_bounds, true)); in Activate() 6131 main_window_sp->CreateSubWindow("Threads", threads_bounds, false)); in Activate() [all …]
|