Searched refs:Window (Results 176 - 200 of 735) sorted by path

1234567891011>>

/haiku/src/apps/switcher/
H A DPanelWindow.h9 #include <Window.h>
/haiku/src/apps/terminal/
H A DFindWindow.h12 #include <Window.h>
H A DSetTitleDialog.h10 #include <Window.h>
/haiku/src/apps/tv/
H A DMainWin.h33 #include <Window.h>
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.h10 #include <Window.h>
H A DDownloadWindow.h11 #include <Window.h>
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp14 #include <Window.h>
244 if (!Window()->Frame().Contains(ConvertToScreen(point)))
246 Window()->Quit();
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp30 #include <Window.h>
578 WorkspacesWindow* window = dynamic_cast<WorkspacesWindow*>(Window());
613 if (Window() != NULL && Window()->CurrentMessage() != NULL)
614 Window()->CurrentMessage()->FindInt32("buttons", &buttons);
634 WorkspacesWindow *window = dynamic_cast<WorkspacesWindow*>(Window());
/haiku/src/bin/
H A Dcheckitout.cpp80 panel->Window()->SetTitle("Check It Out to...");
H A Dsetdecor.cpp15 #include <Window.h>
H A Dspybmessage.cpp12 #include <Window.h>
64 "\033[31mMessage for View \"%s\" of Window \"%s\":\033[0m\n",
/haiku/src/bin/desklink/
H A DVolumeControl.cpp313 Window()->MessageReceived(msg);
442 return dynamic_cast<VolumeWindow*>(Window()) == NULL;
H A DVolumeWindow.h14 #include <Window.h>
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp19 #include <Window.h>
130 Window()->SetDefaultButton(fConnectButton);
244 Window()->Quit();
293 && Window()->IsHidden())
294 Window()->Show();
313 Window()->Quit();
H A DConnectionWindow.h9 #include <Window.h>
H A DPPPStatusView.cpp11 #include <Window.h>
114 Window()->SetTitle(fInterface.Name());
124 Window()->Hide();
H A DPPPStatusWindow.h9 #include <Window.h>
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.h14 #include <Window.h>
/haiku/src/kits/app/
H A DApplication.cpp36 #include <Window.h>
79 "Window",
88 "Window",
133 "Window",
1229 } else if (strcmp("Window", property) == 0) {
1329 else if (strcmp("Window", property) == 0)
/haiku/src/kits/interface/
H A DChannelSlider.cpp19 #include <Window.h>
324 BMessage* currentMessage = Window()->CurrentMessage();
347 if (Window()->Flags() & B_ASYNCHRONOUS_CONTROLS) {
H A DCheckBox.cpp22 #include <Window.h>
212 if (Window()->Flags() & B_ASYNCHRONOUS_CONTROLS) {
221 Window()->UpdateIfNeeded();
232 Window()->UpdateIfNeeded();
242 Window()->UpdateIfNeeded();
H A DControl.cpp19 #include <Window.h>
173 SetTarget(Window());
272 if (Window() != NULL) {
383 if (Window()) {
H A DPopUpMenu.cpp15 #include <Window.h>
H A DPrivateScreen.cpp27 #include <Window.h>
H A DRadioButton.cpp19 #include <Window.h>
126 if ((Window()->Flags() & B_ASYNCHRONOUS_CONTROLS) != 0) {
219 child = Window()->ChildAt(0);
220 } else if (Window() != NULL)
221 child = Window()->ChildAt(0);

Completed in 138 milliseconds

1234567891011>>