Searched refs:window (Results 151 - 175 of 388) sorted by relevance

1234567891011>>

/haiku/src/tests/libs/alm/
H A DOperatorLayout.cpp35 // create a new BALMLayout and use it for this window
60 OperatorWindow* window = new OperatorWindow(BRect(100, 100, 300, 300)); local
61 window->Show();
H A DTableDemo.cpp25 // create a new BALMLayout and use it for this window
62 TableDemoWindow* window = new TableDemoWindow(frameRect); local
63 window->Show();
H A DThreeButtons.cpp67 ThreeButtonsWindow* window = new ThreeButtonsWindow(frameRect); local
68 window->Show();
/haiku/src/tests/servers/app/desktop_window/
H A DDesktopWindow.cpp105 Window *window = new Window(); local
106 window->Show();
/haiku/src/tests/servers/app/menu_crash/
H A DMenuCrash.cpp114 Window *window = new Window(); local
115 window->Show();
/haiku/src/tests/servers/app/resize_limits/
H A DResizeLimits.cpp100 Window *window = new Window(); local
101 window->Show();
/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp133 Window* window = new Window(); local
134 window->Show();
/haiku/src/tests/servers/app/workspace_activated/
H A DWorkspaceActivated.cpp118 Window *window = new Window(); local
119 window->Show();
/haiku/src/tests/kits/interface/
H A DListViewTest.cpp98 BWindow *window = new Window(); local
99 window->Show();
/haiku/src/tests/kits/shared/
H A DCalendarViewTest.cpp36 BWindow window(BRect(50,50,550,550),
40 window.AddChild(view);
/haiku/src/tests/apps/installer/
H A DCopyEngine.cpp27 CopyEngine::CopyEngine(InstallerWindow *window) argument
29 fWindow(window),
/haiku/src/tests/servers/app/cursor_test/
H A DCursorBitmapTest.cpp110 Window *window = new Window(); local
111 window->Show();
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp104 // so if it was loaded to DataTranslations resize window if needed
105 BWindow *window = Window(); local
106 if (!strcmp(window->Name(), "DataTranslations")) {
119 // change it's resizing mode so it will always resize with window
121 view = window->FindView("Background");
128 view = window->FindView("Info" B_UTF8_ELLIPSIS);
132 window->ResizeBy( x, y);
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp40 printf("\nIf no width and height are specified, the window is opened with"
199 BWindow *window = new(std::nothrow) BWindow(windowFrame, "RemoteDesktop", local
202 if (window == NULL) {
203 printf("no memory to allocate window\n");
207 RemoteView *view = new(std::nothrow) RemoteView(window->Bounds(), host,
221 window->AddChild(view);
223 window->Show();
/haiku/src/add-ons/accelerants/via/
H A DOverlay.c395 oc->window.h_alignment = 0;
396 oc->window.v_alignment = 0;
397 oc->window.width_alignment = 0;
398 oc->window.height_alignment = 0;
399 oc->window.width.min = 2;
404 oc->window.width.max = 2046;
408 oc->window.width.max = dm->virtual_width;
410 oc->window.height.min = 2;
415 oc->window.height.max = 2046;
419 oc->window
[all...]
/haiku/src/add-ons/accelerants/neomagic/
H A DOverlay.c398 oc->window.h_alignment = 0;
399 oc->window.v_alignment = 0;
400 oc->window.width_alignment = 0;
401 oc->window.height_alignment = 0;
402 oc->window.width.min = 2;
407 oc->window.width.max = 2048;
411 oc->window.width.max = dm->virtual_width;
413 oc->window.height.min = 2;
418 oc->window.height.max = 2048;
422 oc->window
[all...]
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp90 for (int32 i = 0; BWindow* window = WindowAt(i); i++) {
91 MainWin* playerWindow = dynamic_cast<MainWin*>(window);
146 // make sure we have at least one window open
148 MainWin* window = NewWindow(); local
149 if (window == NULL) {
156 window->PostMessage(&lastPlaylistArchive);
158 window->Show();
161 // setup the settings window now, we need to have it
179 // combine them into a single window/playlist. Tracker
189 // Find the last opened window
256 MainWin* window = NewWindow(); local
264 MainWin* window = NULL; local
[all...]
/haiku/src/servers/app/
H A DWindow.h52 bool AddWindow(Window* window,
54 bool RemoveWindow(Window* window);
56 bool MoveToTopLayer(Window* window);
90 ::ServerWindow* window,
202 // some hooks to inform the client window
262 // window manager stuff
281 bool AddToSubset(Window* window);
282 void RemoveFromSubset(Window* window);
283 bool HasInSubset(const Window* window) const;
284 bool SameSubset(Window* window);
[all...]
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp152 BWindow* window = new BWindow(frame, "Window", local
157 window->AddChild(view);
169 window->Show();
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp146 // check if the window frame is on screen at all
278 /*! Opens a window containing the file pointed to by the entry_ref.
281 It will check if there already is a window that probes the
295 // Do we already have that window open?
297 ProbeWindow* window = dynamic_cast<ProbeWindow*>(WindowAt(i)); local
298 if (window == NULL)
301 if (window->Contains(ref, attribute)) {
302 window->Activate(true);
306 lastWindow = window;
315 // cascade window
324 BWindow* window; local
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp377 // be attached to the target window)
379 // - the given view is NOT attached to the target window, or
450 // against tips in this window's views.
463 "!!! _WindowEntry::match(): unexpected window for target view (%p)\n",
510 // clean up the tip-display window
555 // If it idles long enough, the tip window is displayed.
642 BWindow* window = view->Window(); local
643 if(!window)
652 if((*it)->target() == window)
656 // create new window entr
673 BWindow* window = view->Window(); local
717 removeAll( BWindow* window) argument
901 BWindow* window = (*it)->target(); local
[all...]
/haiku/src/servers/app/decorator/
H A DWindowBehaviour.h40 /*! The window is going to be moved by delta. This hook should be used to
43 virtual bool AlterDeltaForSnap(Window* window, BPoint& delta,
/haiku/src/tests/servers/app/following/
H A Dmain.cpp126 BWindow* window = new BWindow(frame, name, local
130 BView* view = new TestView(window->Bounds(), "test 1", B_FOLLOW_ALL,
133 window->AddChild(view);
148 window->Show();
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp169 BWindow* window = new BWindow(BRect(50.0, 50.0, 300.0, 250.0), local
173 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL,
175 window->AddChild(view);
177 window->Show();
/haiku/src/apps/drivesetup/
H A DCreateParametersPanel.h22 CreateParametersPanel(BWindow* window,

Completed in 120 milliseconds

1234567891011>>