HomeSort by relevance Sort by last modified time
    Searched full:mainwindow (Results 1 - 25 of 33) sorted by null

1 2

  /external/quake/quake/src/QW/client/
notes.txt 30 SetTimer (mainwindow, 1, 50, NULL);
33 WSAAsyncSelect ( net_socket, mainwindow, WM_USER, FD_READ );
cd_win.c 26 extern HWND mainwindow;
161 mciPlayParms.dwCallback = (DWORD)mainwindow;
207 mciGenericParms.dwCallback = (DWORD)mainwindow;
232 mciPlayParms.dwCallback = (DWORD)mainwindow;
vid_win.c 36 HWND mainwindow; variable
162 if (GetWindowRect (mainwindow, &rect))
1318 mainwindow = CreateWindowEx (
1331 if (!mainwindow)
1335 MGL_registerFullScreenWindow (mainwindow);
1341 SetWindowLong(mainwindow, GWL_STYLE, WindowStyle | WS_VISIBLE);
1342 SetWindowLong(mainwindow, GWL_EXSTYLE, ExWindowStyle);
1345 if (!SetWindowPos (mainwindow,
1361 SetWindowPos (mainwindow, NULL, (int)vid_window_x.value,
1366 ShowWindow (mainwindow, SW_MINIMIZE);
    [all...]
gl_vidnt.c 90 HWND mainwindow, dibwindow; variable
275 mainwindow = dibwindow;
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
364 mainwindow = dibwindow;
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
443 SetForegroundWindow (mainwindow);
456 SetWindowPos (mainwindow, HWND_TOP, 0, 0, 0, 0,
460 SetForegroundWindow (mainwindow);
    [all...]
winquake.h 62 extern HWND mainwindow;
snd_win.c 131 pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_NORMAL);
263 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_EXCLUSIVE))
338 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_WRITEPRIMARY))
cl_pred.c 151 SetWindowText (mainwindow, text);
cl_main.c 413 SetWindowText (mainwindow, "QuakeWorld: disconnected");
842 ShowWindow (mainwindow, SW_RESTORE);
843 SetForegroundWindow (mainwindow);
1039 // ShowWindow(mainwindow, SW_MINIMIZE);
1041 SendMessage(mainwindow, WM_SYSKEYUP, VK_TAB, 1 | (0x0F << 16) | (1<<29));
in_win.c 248 SetCapture (mainwindow);
393 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow,
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 33 #include "mainwindow.h"
38 MainWindow::MainWindow()
50 void MainWindow::buildUI()
113 void MainWindow::setPage(WebPage* page)
124 WebPage* MainWindow::page() const
129 void MainWindow::setAddressUrl(const QUrl& url)
134 void MainWindow::setAddressUrl(const QString& url)
142 void MainWindow::addCompleterEntry(const QUrl& url)
158 void MainWindow::load(const QString& url
    [all...]
QtTestBrowser.pro 7 mainwindow.cpp \
17 mainwindow.h \
mainwindow.h 41 class MainWindow : public QMainWindow {
45 MainWindow();
launcherwindow.h 65 #include "mainwindow.h"
140 class LauncherWindow : public MainWindow {
  /external/webkit/Source/WebKit/mac/Misc/
WebNSWindowExtras.m 36 if ([NSApp mainWindow]) {
37 frameToCenterOver = [[NSApp mainWindow] frame];
  /external/webkit/Source/WebCore/inspector/front-end/
HelpScreen.js 37 var mainWindow = this._element.createChild("div", "help-window-main");
38 var captionWindow = mainWindow.createChild("div", "help-window-caption");
40 this.contentElement = mainWindow.createChild("div", "help-content");
  /development/ide/xcode/ports/
skia_mac.cp 66 // Then create a window. "MainWindow" is the name of the window object. This name is set in
68 err = CreateWindowFromNib(nibRef, CFSTR("MainWindow"), &window);
  /external/webkit/Tools/MiniBrowser/gtk/
main.c 127 GtkWidget *mainWindow = createWindow(webView);
134 gtk_widget_show_all(mainWindow);
  /external/quake/quake/src/WinQuake/
cd_win.cpp 26 extern HWND mainwindow;
161 mciPlayParms.dwCallback = (DWORD)mainwindow;
207 mciGenericParms.dwCallback = (DWORD)mainwindow;
232 mciPlayParms.dwCallback = (DWORD)mainwindow;
vid_win.cpp 34 HWND mainwindow; variable
158 if (GetWindowRect (mainwindow, &rect))
1277 mainwindow = CreateWindowEx (
1290 if (!mainwindow)
1294 MGL_registerFullScreenWindow (mainwindow);
1300 SetWindowLong(mainwindow, GWL_STYLE, WindowStyle | WS_VISIBLE);
1301 SetWindowLong(mainwindow, GWL_EXSTYLE, ExWindowStyle);
1304 if (!SetWindowPos (mainwindow,
1320 SetWindowPos (mainwindow, NULL, (int)vid_window_x.value,
1325 ShowWindow (mainwindow, SW_MINIMIZE);
    [all...]
gl_vidnt.cpp 90 HWND mainwindow, dibwindow; variable
275 mainwindow = dibwindow;
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
364 mainwindow = dibwindow;
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
443 SetForegroundWindow (mainwindow);
456 SetWindowPos (mainwindow, HWND_TOP, 0, 0, 0, 0,
460 SetForegroundWindow (mainwindow);
    [all...]
winquake.h 61 extern HWND mainwindow;
snd_win.cpp 133 pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_NORMAL);
265 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_EXCLUSIVE))
340 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_WRITEPRIMARY))
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 262 <string>MainWindow</string>
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 263 <string>MainWindow</string>
  /external/libvorbis/examples/
frameview.pl 24 my $toplevel=new MainWindow(-class=>'AnalyzerGraph');
114 my $panel=new MainWindow(-class=>'AnalyzerPanel');
267 $toplevel->bind('MainWindow','<Configure>',[sub{$toplevel->update();

Completed in 576 milliseconds

1 2