Symbol: window_type
headers/libs/print/libprint/BlockingWindow.h
59
window_type type, uint32 flags,
headers/libs/print/libprint/BlockingWindow.h
82
window_type type, uint32 flags,
headers/libs/print/libprint/DialogWindow.h
16
window_type type,
headers/os/game/DirectWindow.h
56
window_type type, uint32 flags,
headers/os/interface/Window.h
238
status_t SetType(window_type type);
headers/os/interface/Window.h
239
window_type Type() const;
headers/os/interface/Window.h
336
window_type _ComposeType(window_look look,
headers/os/interface/Window.h
338
void _DecomposeType(window_type type,
headers/os/interface/Window.h
96
window_type type, uint32 flags,
headers/private/interface/WindowPrivate.h
27
const window_type kWindowScreenWindow = window_type(1026);
src/add-ons/kernel/file_systems/netfs/authentication_server/Panel.cpp
47
window_type type, uint32 flags,
src/add-ons/kernel/file_systems/netfs/authentication_server/Panel.h
12
window_type type,
src/apps/codycam/CodyCam.cpp
410
VideoWindow::VideoWindow(const char* title, window_type type,
src/apps/codycam/CodyCam.h
123
window_type type, uint32 flags,
src/apps/debuganalyzer/gui/SubWindow.cpp
54
window_type type, uint32 flags, uint32 workspace)
src/apps/debuganalyzer/gui/SubWindow.h
41
window_type type, uint32 flags,
src/apps/glteapot/TeapotWindow.cpp
19
TeapotWindow::TeapotWindow(BRect rect, const char* name, window_type wt,
src/apps/glteapot/TeapotWindow.h
17
TeapotWindow(BRect r, const char* name, window_type wt,
src/apps/icon-o-matic/generic/gui/panel/Panel.cpp
53
window_type type, uint32 flags,
src/apps/icon-o-matic/generic/gui/panel/Panel.h
18
window_type type,
src/apps/launchbox/Panel.cpp
53
window_type type, uint32 flags,
src/apps/launchbox/Panel.h
18
window_type type,
src/kits/game/DirectWindow.cpp
168
BDirectWindow::BDirectWindow(BRect frame, const char* title, window_type type,
src/kits/interface/Window.cpp
2168
BWindow::SetType(window_type type)
src/kits/interface/Window.cpp
2182
window_type
src/kits/interface/Window.cpp
3078
window_type
src/kits/interface/Window.cpp
3117
BWindow::_DecomposeType(window_type type, window_look* _look,
src/kits/interface/Window.cpp
320
BWindow::BWindow(BRect frame, const char* title, window_type type,
src/kits/interface/Window.cpp
365
_DecomposeType((window_type)type, &fLook, &fFeel);
src/libs/print/libprint/BlockingWindow.cpp
142
BlockingWindow::BlockingWindow(BRect frame, const char *title, window_type type,
src/libs/print/libprint/BlockingWindow.cpp
69
HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags,
src/libs/print/libprint/DialogWindow.cpp
14
window_type type,
src/servers/mail/ErrorLogWindow.cpp
58
ErrorLogWindow::ErrorLogWindow(BRect rect, const char *name, window_type type)
src/servers/mail/ErrorLogWindow.h
9
ErrorLogWindow(BRect rect, const char *name, window_type type);
src/tests/kits/interface/look/Look.cpp
203
Window(BRect frame, const char* title, window_type type, uint32 flags)