Searched refs:window (Results 251 - 275 of 413) sorted by relevance

<<11121314151617

/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Daccelerant_protos.h89 const overlay_buffer* buffer, const overlay_window* window,
92 const overlay_buffer* buffer, const overlay_window* window,
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp43 BWindow* window,
49 fWindow(window),
41 ColorPickerPanel(BRect frame, rgb_color color, selected_color_mode mode, BWindow* window, BMessage* message, BHandler* target) argument
/haiku-fatelf/src/kits/screensaver/
H A DScreenSaverRunner.cpp22 ScreenSaverRunner::ScreenSaverRunner(BWindow* window, BView* view, argument
26 fWindow(window),
/haiku-fatelf/src/libs/print/libprint/
H A DBlockingWindow.cpp45 EscapeMessageFilter::EscapeMessageFilter(BWindow *window, int32 what) argument
47 , fWindow(window),
180 // user requested to quit the window
190 fReadyToQuit = false; // finally allow window to quit
219 // here the window still exists, because QuitRequested returns false if
220 // fReadyToQuit is false, now we can quit the window and am sure that the
221 // window thread dies before this thread
227 // here the window does not exist, good to have the result in a local variable
/haiku-fatelf/src/libs/zlib/
H A Dinfback.c25 windowBits is in the range 8..15, and window is a user-supplied
26 window and output buffer that is 2**windowBits bytes.
28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
31 unsigned char FAR *window;
40 if (strm == Z_NULL || window == Z_NULL ||
57 state->window = window;
198 /* Assure that some output space is available, by writing out the window
204 put = state->window; \
215 strm provides the memory allocation functions and window buffe
[all...]
/haiku-fatelf/src/servers/app/
H A DServerApp.h76 bool AddWindow(ServerWindow* window);
77 void RemoveWindow(ServerWindow* window);
/haiku-fatelf/src/servers/app/stackandtile/
H A DTiling.cpp29 SATTiling::SATTiling(SATWindow* window) argument
31 fSATWindow(window),
97 SATTiling::_IsTileableWindow(Window* window) argument
99 if (window->Look() == B_DOCUMENT_WINDOW_LOOK)
101 if (window->Look() == B_TITLED_WINDOW_LOOK)
103 if (window->Look() == B_FLOATING_WINDOW_LOOK)
105 if (window->Look() == B_MODAL_WINDOW_LOOK)
107 if (window->Look() == B_BORDERED_WINDOW_LOOK)
H A DSATWindow.h28 SATWindow(StackAndTile* sat, Window* window);
68 // hook called when window has been resized form the outside
73 //! \return the complete window frame including the Decorator
76 //! \return true if window is in a group with a least another window
/haiku-fatelf/src/tests/kits/interface/
H A DCheckBoxTest.cpp188 BWindow *window = new Window(); local
189 window->Show();
H A DSliderTest.cpp177 BWindow *window = new Window(); local
178 window->Show();
H A DToolTipTest.cpp317 BWindow *window = new Window(); local
318 window->Show();
/haiku-fatelf/src/tests/servers/app/event_mask/
H A DEventMask.cpp265 Window *window = new Window(); local
266 window->Show();
/haiku-fatelf/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp76 AbstractParametersPanel::AbstractParametersPanel(BWindow* window) argument
86 fWindow(window)
148 // run the window thread, to get an initial layout of the controls
154 // center the panel above the parent window
160 // block this thread now, but keep the window repainting
H A DCreateParametersPanel.cpp41 CreateParametersPanel::CreateParametersPanel(BWindow* window, argument
44 AbstractParametersPanel(window)
/haiku-fatelf/headers/libs/print/libprint/
H A DBlockingWindow.h45 EscapeMessageFilter(BWindow *window, int32 what);
94 // Show window and wait for it to quit, returns result code
96 // Or quit window e.g. something went wrong in constructor
98 // Sets the result that is returned when the user closes the window.
/haiku-fatelf/headers/private/graphics/
H A Dvideo_overlay.h63 int16 h_start; /* Top left un-clipped corner of the window in the virtual display */
65 uint16 width; /* un-clipped width of the overlay window */
66 uint16 height; /* un-clipped height of the overlay window */
101 overlay_limits window; member in struct:__anon984
/haiku-fatelf/headers/private/interface/
H A DDecorInfo.h119 status_t Preview(DecorInfo* decor, BWindow* window);
/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipManager.h47 // e.moon 17oct99: reworked the tip window: now exposed via the
100 // offset determines left/top point of tip window
104 // offset determines right/top point of tip window
165 BWindow* window);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp46 if (BWindow* window = fSlider->Window()) {
47 window->Lock();
48 window->RemoveChild(fSlider);
49 window->Unlock();
/haiku-fatelf/src/libs/alm/
H A DALMLayoutBuilder.cpp33 BALMLayoutBuilder::BALMLayoutBuilder(BWindow* window, float hSpacing, argument
37 window->SetLayout(fLayout);
44 BALMLayoutBuilder::BALMLayoutBuilder(BWindow* window, BALMLayout* layout) argument
47 window->SetLayout(fLayout);
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypes.cpp200 // if not, open the FileTypes window
249 // There are some refs left that want to be handled by the type window
253 BWindow* window = new ApplicationTypeWindow(point, entry); local
254 window->Show();
263 // There are some refs left that want to be handled by the type window
267 BWindow* window = new FileTypeWindow(point, *message); local
268 window->Show();
328 // Set the window to the type that was requested on the
399 // window yet.
H A DFileTypesWindow.h44 void PlaceSubWindow(BWindow* window);
/haiku-fatelf/src/preferences/printers/
H A DPrinterListView.h71 PrinterItem(PrintersWindow* window,
/haiku-fatelf/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp150 BWindow* window = view->Window(); local
151 if (window) window->AddHandler(this);
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp136 make_sure_frame_is_on_screen(BRect& frame, BWindow* window) argument
142 if (window) {
143 BScreen screen(window);

Completed in 223 milliseconds

<<11121314151617