Searched refs:Window (Results 401 - 425 of 735) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h19 #include <Window.h>
/haiku/src/apps/webpositive/
H A DSettingsWindow.h9 #include <Window.h>
/haiku/src/apps/cortex/InfoView/
H A DLiveNodeInfoView.cpp53 #include <Window.h>
/haiku/headers/libs/print/libprint/
H A DBlockingWindow.h35 #include <Window.h>
/haiku/src/tools/translation/inspector/
H A DInspectorApp.cpp41 #include <Window.h>
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.h14 #include <Window.h>
/haiku/src/apps/deskbar/
H A DSwitcher.h43 #include <Window.h>
/haiku/src/apps/bootmanager/
H A DWizardView.cpp58 Window()->ResizeToPreferred();
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp11 #include <Window.h>
159 delete view->Window();
200 delete view->Window();
254 delete view->Window();
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp106 if (!fPreviewText->Window())
108 if (!fSizesMenuField->Window())
110 if (fStylesMenuField && !fStylesMenuField->Window())
112 if (!fFontsMenuField->Window())
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp14 #include <Window.h>
70 change_title = fWebDirFilePanel->Window();
77 change_title = fLogFilePanel->Window();
109 PRINT(("Pref Window: sendDir CheckBox: %d\n",
113 PRINT(("Pref Window: indexFileName TextControl: %s\n",
117 PRINT(("Pref Window: webDir: %s\n", fSiteView->WebDir()));
123 PRINT(("Pref Window: logConsole CheckBox: %d\n",
126 PRINT(("Pref Window: logFile CheckBox: %d\n",
129 PRINT(("Pref Window: logFileName: %s\n",
133 PRINT(("Pref Window
[all...]
/haiku/src/apps/switcher/
H A DGroupListView.cpp11 #include <Window.h>
187 if (Window()->CurrentMessage() != NULL)
188 buttons = Window()->CurrentMessage()->FindInt32("buttons");
/haiku/src/kits/tracker/
H A DAutoMounterSettings.cpp49 #include <Window.h>
229 Window()->Quit();
275 Window()->PostMessage(kSettingsContentsModified);
H A DDialogPane.cpp42 #include "Window.h"
120 if (!IsFocus() || !Window()->IsActive())
150 BMessage* currentMessage = Window()->CurrentMessage();
264 float tint = IsEnabled() && Window()->IsActive() ? B_DARKEN_3_TINT
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp18 #include <Window.h>
98 if (IsFocus() && Window()->IsActive())
122 if (IsFocus() && Window()->IsActive())
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp11 #include <Window.h>
114 Window()->SetTitle(fInterface.Name());
124 Window()->Hide();
/haiku/src/apps/soundrecorder/
H A DVUView.cpp15 #include <Window.h>
170 if (Window()->LockWithTimeout(5000) == B_OK) {
172 Window()->Unlock();
H A DScopeView.cpp14 #include <Window.h>
209 if (Window()->LockWithTimeout(5000) == B_OK) {
212 Window()->Unlock();
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp91 BMessenger messenger(this, Window());
105 BMessenger messenger(this, Window());
172 BMessage* message = Window()->CurrentMessage();
/haiku/src/apps/installer/
H A DPackageViews.cpp25 #include <Window.h>
175 BMessenger(NULL, Window()).SendMessage(&msg);
178 BMessenger(NULL, Window()).SendMessage(&msg);
/haiku/src/preferences/appearance/
H A DAntialiasingSettingsView.cpp159 Window()->PostMessage(kMsgUpdate);
172 Window()->PostMessage(kMsgUpdate);
185 Window()->PostMessage(kMsgUpdate);
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp11 #include <Window.h>
147 BMessage* message = Window()->CurrentMessage();
161 BMessage* message = Window()->CurrentMessage();
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp170 if (Parent() == NULL && Window()->GetLayout() == NULL) {
171 Window()->SetLayout(new BGroupLayout(B_VERTICAL));
172 Window()->ResizeTo(PreferredSize().Width(), PreferredSize().Height());
/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp193 if (Parent() == NULL && Window()->GetLayout() == NULL) {
194 Window()->SetLayout(new BGroupLayout(B_VERTICAL));
195 Window()->ResizeTo(PreferredSize().Width(),
/haiku/src/apps/stylededit/
H A DStatusView.cpp27 #include <Window.h>
175 BMessage* message = Window()->CurrentMessage();
294 menu->Populate(&entry, Window(), false, false, true, false, true);

Completed in 253 milliseconds

<<11121314151617181920>>