Searched refs:window (Results 126 - 150 of 413) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/processcontroller/
H A DPreferences.cpp139 Preferences::SaveWindowPosition(BWindow* window, const char* name) argument
143 BRect rect = window->Frame();
154 Preferences::LoadWindowPosition(BWindow* window, const char* name) argument
160 window->MoveTo(p);
161 make_window_visible(window);
169 Preferences::SaveWindowFrame(BWindow* window, const char* name) argument
173 BRect rect = window->Frame();
184 Preferences::LoadWindowFrame(BWindow* window, const char* name) argument
190 window->MoveTo(frame.LeftTop());
191 window
[all...]
H A DUtilities.h44 void make_window_visible(BWindow* window, bool mayResize = false);
H A DUtilities.cpp164 make_window_visible(BWindow* window, bool mayResize) argument
166 uint32 flags = window->Flags();
167 BRect screen = BScreen(window).Frame();
168 BRect frame = window->Frame();
180 window->ResizeTo(width, height);
186 window->MoveBy(screen.right-frame.right, 0);
188 window->MoveBy(0, screen.bottom-frame.bottom);
190 window->MoveTo(screen.left, frame.top);
192 window->MoveBy(0, screen.top-frame.top);
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DxbDOM.js45 windowRef = window;
66 windowRef = window;
83 windowRef = window;
215 windowRef = window;
223 windowRef = window;
240 windowRef = window;
253 windowRef = window;
284 windowRef = window;
294 windowRef = window;
318 windowRef = window;
[all...]
H A Doverlay.js53 overlayLy = window.innerHeight;
54 overlayLx = window.innerWidth;
61 overlayLy = window.innerHeight;
62 overlayLx = window.innerWidth;
103 document.overlayDiv.pageY=overlayY+window.pageYOffset;
112 var toppx = overlayY+window.pageYOffset;
H A DxbLibrary.js36 window.onerror = defaultOnError;
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATGroup.h151 bool MoveWindowToPosition(SATWindow* window,
178 bool MoveToTopLayer(SATWindow* window);
186 bool _AddWindow(SATWindow* window,
188 /*! After the last window has been removed the WindowArea delete
190 bool _RemoveWindow(SATWindow* window);
248 /*! Create a new WindowArea from the crossing and add the window. */
249 bool AddWindow(SATWindow* window, Tab* left, Tab* top,
251 /*! Add a window to an existing window area. */
252 bool AddWindow(SATWindow* window, WindowAre
[all...]
H A DSATGroup.cpp115 // adjust window size soft constraints
170 // adjust window size soft constraints
177 WindowArea::MoveWindowToPosition(SATWindow* window, int32 index) argument
179 int32 oldIndex = fWindowList.IndexOf(window);
201 SATWindow* window = fWindowList.ItemAt(0); local
202 window->GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
204 window = fWindowList.ItemAt(i);
208 window->GetSizeLimits(&minW, &maxW, &minH, &maxH);
243 WindowArea::_AddWindow(SATWindow* window, SATWindow* after) argument
247 if (!fWindowList.AddItem(window, indexAfte
265 _RemoveWindow(SATWindow* window) argument
352 SATWindow* window = fWindowList.ItemAt(i); local
368 MoveToTopLayer(SATWindow* window) argument
805 AddWindow(SATWindow* window, Tab* left, Tab* top, Tab* right, Tab* bottom) argument
880 AddWindow(SATWindow* window, WindowArea* area, SATWindow* after) argument
901 RemoveWindow(SATWindow* window, bool stayBelowMouse) argument
1037 SATWindow* window = sat->FindSATWindow(windowId); local
1178 SATWindow* window = newGroup.ItemAt(0)->WindowList().ItemAt(0); local
1401 SATWindow* window = group->WindowAt(i); local
[all...]
/haiku-fatelf/src/tests/libs/alm/
H A DFriendLayout.cpp104 BWindow* window = new BWindow(BRect(30, 30, 400, 400), local
107 window->SetLayout(new BGroupLayout(B_VERTICAL));
112 window->AddChild(new BStringView("", "An error occurred!"));
114 window->AddChild(clone);
116 window->Show();
160 FriendWindow* window = new FriendWindow(frameRect); local
161 window->Show();
/haiku-fatelf/src/kits/interface/
H A DPopUpMenu.cpp24 BWindow *window; member in struct:popup_menu_data
332 sem_id sem = create_sem(0, "window close lock");
338 // Get a pointer to the window from which Go() was called
339 BWindow *window = dynamic_cast<BWindow *>(BLooper::LooperForThread(find_thread(NULL))); local
340 data->window = window;
344 if (async && window != NULL) {
345 _set_menu_sem_(window, sem);
364 if (async && window != NULL)
365 _set_menu_sem_(window, B_BAD_SEM_I
450 BWindow *window = data->window; local
[all...]
/haiku-fatelf/src/servers/app/
H A DWorkspacesView.cpp45 WorkspacesView::AttachedToWindow(::Window* window) argument
47 View::AttachedToWindow(window);
49 window->AddWorkspacesView();
50 window->Desktop()->AddWorkspacesView(this);
169 const BRect& workspaceFrame, const BRect& screenFrame, ::Window* window,
172 if (window->Feel() == kDesktopWindowFeel || window->IsHidden())
175 BPoint offset = window->Frame().LeftTop() - windowPosition;
176 BRect frame = _WindowFrame(workspaceFrame, screenFrame, window->Frame(),
178 Decorator *decorator = window
168 _DrawWindow(DrawingEngine* drawingEngine, const BRect& workspaceFrame, const BRect& screenFrame, ::Window* window, BPoint windowPosition, BRegion& backgroundRegion, bool workspaceActive) argument
334 ::Window* window; local
447 ::Window* window; local
599 WindowChanged(::Window* window) argument
607 WindowRemoved(::Window* window) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/vesa/
H A Dhooks.cpp109 constraints->window.h_alignment = 0;
110 constraints->window.v_alignment = 0;
111 constraints->window.width_alignment = 0;
112 constraints->window.height_alignment = 0;
113 constraints->window.width.min = 2;
114 constraints->window.width.max = mode->virtual_width;
115 constraints->window.height.min = 2;
116 constraints->window.height.max = mode->virtual_height;
156 const overlay_window* window, const overlay_view* view)
158 debug_printf("configure_overlay: buffer %p, window
155 vesa_configure_overlay(overlay_token overlayToken, const overlay_buffer* buffer, const overlay_window* window, const overlay_view* view) argument
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp60 BLooper* window = fTable->Looper();
61 if (window == NULL)
64 BMessage* message = window->CurrentMessage();
86 BLooper* window = fTable->Looper();
87 if (window == NULL)
90 BMessage* message = window->CurrentMessage();
/haiku-fatelf/src/tests/servers/app/archived_view/
H A Dmain.cpp146 BWindow* window = new BWindow(frame, name, local
165 view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL, B_WILL_DRAW);
167 window->Show();
169 window->Lock();
170 window->AddChild(view);
171 window->Unlock();
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp27 PenInputInkView(BRect frame, PenInputInkWindow *window);
34 PenInputInkView::PenInputInkView(BRect frame, PenInputInkWindow *window) argument
36 fWindow(window)
/haiku-fatelf/src/apps/people/
H A DPeopleApp.cpp270 PersonWindow* window = _FindWindow(ref); local
271 if (window != NULL)
272 window->Activate(true);
296 PersonWindow* window = new PersonWindow(fPosition, local
300 _AddAttributes(window);
302 window->Show();
306 // Offset the position for the next window which will be opened and
309 BScreen screen(window);
315 return window;
320 TPeopleApp::_AddAttributes(PersonWindow* window) cons
[all...]
/haiku-fatelf/headers/private/screen_saver/
H A DScreenSaverRunner.h24 ScreenSaverRunner(BWindow* window, BView* view,
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h22 BWindow* window = NULL,
/haiku-fatelf/src/apps/launchbox/
H A Dsupport.h30 bool make_sure_frame_is_on_screen(BRect& frame, BWindow* window = NULL);
/haiku-fatelf/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.h25 WindowListItem(const char* text, BWindow* window);
/haiku-fatelf/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp102 ::Window* window = new ::Window(100); local
103 window->Show();
196 Window* window = new Window(); local
197 window->Show();
/haiku-fatelf/src/tests/servers/app/scrolling/
H A Dmain.cpp112 BWindow* window = new BWindow(frame, name, local
116 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL,
119 window->AddChild(view);
126 window->Show();
/haiku-fatelf/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp115 // resize window
130 // move window
181 BWindow* window = new ChangingWindow(); local
182 window->Show();
184 window = new ShowingWindow();
185 window->Show();
/haiku-fatelf/src/kits/app/
H A DApplication.cpp678 BWindow *window = WindowAt(index); local
679 if (window != NULL) {
681 BMessenger(window).SendMessage(message);
695 BWindow *window = WindowAt(i); local
696 if (window == NULL) {
700 if (window->Title() != NULL && !strcmp(window->Title(), name)) {
702 BMessenger(window).SendMessage(message);
1110 BWindow* window = WindowAt(i); local
1111 if (window
1322 BWindow* window = dynamic_cast<BWindow*>(gLooperList.LooperAt(i)); local
1363 BWindow *window = WindowAt(index); local
1481 BWindow* window = dynamic_cast<BWindow*>(gLooperList.LooperAt(i)); local
1501 BWindow* window = dynamic_cast<BWindow*>(gLooperList.LooperAt(i)); local
[all...]
/haiku-fatelf/src/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp255 BWindow* window; local
258 // window = new BWindow(frame, "Test1", B_TITLED_WINDOW,
261 // view = new TestView1(window->Bounds(), "test1", B_FOLLOW_ALL,
263 // window->AddChild(view);
264 // window->Show();
267 // window = new BWindow(frame, "Test2", B_TITLED_WINDOW,
270 // view = new TestView2(window->Bounds(), "test2", B_FOLLOW_ALL,
272 // window->AddChild(view);
273 // window->Show();
276 // window
[all...]

Completed in 199 milliseconds

1234567891011>>