Home
last modified time | relevance | path

Searched refs:CreateWindowEx (Results 1 – 25 of 1146) sorted by relevance

12345678910>>...46

/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/example/win32Player/
H A DrlottiePlayer.cpp128 mainWindow = CreateWindowEx(0, szWindowClass, szTitle, dwStyle, in InitInstance()
408 …hTextFileToBeOpened = CreateWindowEx(0, L"static", L"No file selected.", WS_CHILD | WS_VISIBLE | E… in initUIControl()
436 CreateWindowEx(0, L"static", L"Background Color", WS_CHILD | WS_VISIBLE | ES_LEFT, in initUIControl()
443 CreateWindowEx(0, L"button", L"White", WS_VISIBLE | WS_CHILD | BS_AUTORADIOBUTTON, in initUIControl()
449 CreateWindowEx(0, L"button", L"Black", WS_VISIBLE | WS_CHILD | BS_AUTORADIOBUTTON, in initUIControl()
455 CreateWindowEx(0, L"button", L"Red", WS_VISIBLE | WS_CHILD | BS_AUTORADIOBUTTON, in initUIControl()
461 CreateWindowEx(0, L"button", L"Green", WS_VISIBLE | WS_CHILD | BS_AUTORADIOBUTTON, in initUIControl()
467 CreateWindowEx(0, L"button", L"Blue", WS_VISIBLE | WS_CHILD | BS_AUTORADIOBUTTON, in initUIControl()
475 CreateWindowEx(0, L"static", L"Canvas Resize", WS_CHILD | WS_VISIBLE | ES_LEFT, in initUIControl()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/win32/
H A Dwin32_window.cpp66 m_hWnd = CreateWindowEx( WS_EX_TOOLWINDOW | WS_EX_NOPARENTNOTIFY, in Win32Window()
74 m_hWnd = CreateWindowEx( WS_EX_APPWINDOW, vlc_class, in Win32Window()
90 m_hWnd = CreateWindowEx( WS_EX_APPWINDOW, vlc_class, vlc_name, in Win32Window()
101 m_hWnd = CreateWindowEx( 0, vlc_class, vlc_name, in Win32Window()
H A Dwin32_tooltip.cpp36 m_hWnd = CreateWindowEx( WS_EX_TOOLWINDOW, in Win32Tooltip()
/dports/games/ufoai/ufoai-2.5-source/src/ports/windows/
H A Dwin_console.cpp426 …sys_console.hWnd = CreateWindowEx(0, CONSOLE_WINDOW_CLASS_NAME, CONSOLE_WINDOW_NAME, CONSOLE_WINDO… in Sys_ConsoleInit()
433 …sys_console.hWndMsg = CreateWindowEx(0, "STATIC", "", WS_CHILD | SS_SUNKEN, 5, 5, 530, 30, sys_con… in Sys_ConsoleInit()
434 …sys_console.hWndOutput = CreateWindowEx(0, "EDIT", "", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCR… in Sys_ConsoleInit()
435 …sys_console.hWndInput = CreateWindowEx(0, "EDIT", "", WS_CHILD | WS_VISIBLE | WS_BORDER | ES_AUTOH… in Sys_ConsoleInit()
436 …sys_console.hWndCopy = CreateWindowEx(0, "BUTTON", "copy", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTO… in Sys_ConsoleInit()
437 …sys_console.hWndClear = CreateWindowEx(0, "BUTTON", "clear", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUT… in Sys_ConsoleInit()
438 …sys_console.hWndQuit = CreateWindowEx(0, "BUTTON", "quit", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTO… in Sys_ConsoleInit()
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/win32/
H A Dvgui_win32_statusbar.cxx15 hwnd_ = CreateWindowEx(0L, // no extended styles in vgui_win32_statusbar()
30 hwnd_ = CreateWindowEx(0L, // no extended styles in vgui_win32_statusbar()
/dports/x11-toolkits/scintilla/scite/win32/
H A DSciTEWinBar.cxx800 wContent = ::CreateWindowEx( in Creation()
813 wEditor.SetScintilla(::CreateWindowEx( in Creation()
831 wOutput.SetScintilla(::CreateWindowEx( in Creation()
852 HWND hwndToolBar = ::CreateWindowEx( in Creation()
916 wTabBar = ::CreateWindowEx( in Creation()
940 HWND hwnd = ::CreateWindowEx( in Creation()
954 hwnd = ::CreateWindowEx( in Creation()
968 hwnd = ::CreateWindowEx( in Creation()
982 hwnd = ::CreateWindowEx( in Creation()
996 hwnd = ::CreateWindowEx( in Creation()
[all …]
H A DStrips.cxx177 w.SetID(::CreateWindowEx(0, TEXT("Static"), localised.c_str(), in CreateText()
241 w.SetID(::CreateWindowEx(0, TEXT("Button"), localised.c_str(), in CreateButton()
314 wToolTip = ::CreateWindowEx(0, in Creation()
748 wExplanation = ::CreateWindowEx(0, TEXT("Static"), TEXT(""), in Creation()
755 wProgress = ::CreateWindowEx(0, PROGRESS_CLASS, TEXT(""), in Creation()
857 wText = CreateWindowEx(WS_EX_CLIENTEDGE, TEXT("Edit"), TEXT(""), in Creation()
1033 wText = CreateWindowEx(0, TEXT("ComboBox"), TEXT(""), in Creation()
1236 wText = CreateWindowEx(0, TEXT("ComboBox"), TEXT(""), in Creation()
1248 wReplace = CreateWindowEx(0, TEXT("ComboBox"), TEXT(""), in Creation()
1728 ctl.w = ::CreateWindowEx(0, TEXT("Button"), ctl.text.c_str(), in SetDescription()
[all …]
/dports/editors/scite/scite/win32/
H A DSciTEWinBar.cxx800 wContent = ::CreateWindowEx( in Creation()
813 wEditor.SetScintilla(::CreateWindowEx( in Creation()
831 wOutput.SetScintilla(::CreateWindowEx( in Creation()
852 HWND hwndToolBar = ::CreateWindowEx( in Creation()
916 wTabBar = ::CreateWindowEx( in Creation()
940 HWND hwnd = ::CreateWindowEx( in Creation()
954 hwnd = ::CreateWindowEx( in Creation()
968 hwnd = ::CreateWindowEx( in Creation()
982 hwnd = ::CreateWindowEx( in Creation()
996 hwnd = ::CreateWindowEx( in Creation()
[all …]
H A DStrips.cxx177 w.SetID(::CreateWindowEx(0, TEXT("Static"), localised.c_str(), in CreateText()
241 w.SetID(::CreateWindowEx(0, TEXT("Button"), localised.c_str(), in CreateButton()
314 wToolTip = ::CreateWindowEx(0, in Creation()
748 wExplanation = ::CreateWindowEx(0, TEXT("Static"), TEXT(""), in Creation()
755 wProgress = ::CreateWindowEx(0, PROGRESS_CLASS, TEXT(""), in Creation()
857 wText = CreateWindowEx(WS_EX_CLIENTEDGE, TEXT("Edit"), TEXT(""), in Creation()
1033 wText = CreateWindowEx(0, TEXT("ComboBox"), TEXT(""), in Creation()
1236 wText = CreateWindowEx(0, TEXT("ComboBox"), TEXT(""), in Creation()
1248 wReplace = CreateWindowEx(0, TEXT("ComboBox"), TEXT(""), in Creation()
1728 ctl.w = ::CreateWindowEx(0, TEXT("Button"), ctl.text.c_str(), in SetDescription()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/win32/
H A Dsys_win.c422 …sys_console.hWnd = CreateWindowEx(0, CONSOLE_WINDOW_CLASS_NAME, CONSOLE_WINDOW_NAME, CONSOLE_WINDO… in Sys_InitConsole()
430 …sys_console.hWndMsg = CreateWindowEx(0, "STATIC", "", WS_CHILD | SS_SUNKEN, 5, 5, 530, 30, sys_con… in Sys_InitConsole()
431 …sys_console.hWndOutput = CreateWindowEx(0, "EDIT", "", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCR… in Sys_InitConsole()
432 …sys_console.hWndInput = CreateWindowEx(0, "EDIT", "", WS_CHILD | WS_VISIBLE | WS_BORDER | ES_AUTOH… in Sys_InitConsole()
433 …sys_console.hWndCopy = CreateWindowEx(0, "BUTTON", "copy", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTO… in Sys_InitConsole()
434 …sys_console.hWndClear = CreateWindowEx(0, "BUTTON", "clear", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUT… in Sys_InitConsole()
435 …sys_console.hWndQuit = CreateWindowEx(0, "BUTTON", "quit", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTO… in Sys_InitConsole()
/dports/games/alienarena/alienarena-7.66/source/win32/
H A Dsys_win.c422 …sys_console.hWnd = CreateWindowEx(0, CONSOLE_WINDOW_CLASS_NAME, CONSOLE_WINDOW_NAME, CONSOLE_WINDO… in Sys_InitConsole()
430 …sys_console.hWndMsg = CreateWindowEx(0, "STATIC", "", WS_CHILD | SS_SUNKEN, 5, 5, 530, 30, sys_con… in Sys_InitConsole()
431 …sys_console.hWndOutput = CreateWindowEx(0, "EDIT", "", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCR… in Sys_InitConsole()
432 …sys_console.hWndInput = CreateWindowEx(0, "EDIT", "", WS_CHILD | WS_VISIBLE | WS_BORDER | ES_AUTOH… in Sys_InitConsole()
433 …sys_console.hWndCopy = CreateWindowEx(0, "BUTTON", "copy", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTO… in Sys_InitConsole()
434 …sys_console.hWndClear = CreateWindowEx(0, "BUTTON", "clear", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUT… in Sys_InitConsole()
435 …sys_console.hWndQuit = CreateWindowEx(0, "BUTTON", "quit", WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTO… in Sys_InitConsole()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/G3DWarehouseBrowser/src/
H A DG3DBrowser.cpp103 mMainWindow = CreateWindowEx(0, CLASS_NAME, WINDOW_TITLE, in openBrowser()
133 hwndProgress = CreateWindowEx(0, PROGRESS_CLASS, in openBrowser()
141 if ((msg.hwnd = CreateWindowEx(0, BROWSER_CLASS_NAME, 0, WS_CHILD|WS_VISIBLE, in openBrowser()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Droms.c193 hgroup = CreateWindowEx( 0, WC_BUTTON, buffer, in add_rom()
206 hedit = CreateWindowEx( 0, WC_EDIT, *setting, in add_rom()
220 hbutton = CreateWindowEx( 0, WC_BUTTON, TEXT( "Select..." ), in add_rom()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/application/
H A DFloatingToolbar.cpp75 …myDockWindow = CreateWindowEx(WS_EX_TOOLWINDOW, L"FloatingToolbar", 0, WS_CAPTION | WS_SYSMENU | W… in createFloatingToolbar()
76 …myFullscreenToolbar.hwnd = CreateWindowEx(0, TOOLBARCLASSNAME, 0, WS_VISIBLE | WS_CHILD | WS_CLIPC… in createFloatingToolbar()
H A DToolbar.cpp25 …myRebar = CreateWindowEx(WS_EX_TOOLWINDOW, REBARCLASSNAME, 0, WS_VISIBLE | WS_CHILD | WS_BORDER | … in createWindowToolbar()
27 …myWindowToolbar.hwnd = CreateWindowEx(0, TOOLBARCLASSNAME, 0, WS_VISIBLE | WS_CHILD | WS_CLIPCHILD… in createWindowToolbar()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Droms.c197 hgroup = CreateWindowEx( 0, WC_BUTTON, buffer, in add_rom()
211 hedit = CreateWindowEx( 0, WC_EDIT, *setting, in add_rom()
225 hbutton = CreateWindowEx( 0, WC_BUTTON, TEXT( "Select..." ), in add_rom()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DWinCompositorWindowThread.cpp158 ::CreateWindowEx(WS_EX_TOOLWINDOW, kClassNameCompositorInitalParent, in CreateCompositorWindow()
168 compositorWnd = ::CreateWindowEx( in CreateCompositorWindow()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWinCompositorWindowThread.cpp159 ::CreateWindowEx(WS_EX_TOOLWINDOW, kClassNameCompositorInitalParent, in CreateCompositorWindow()
174 compositorWnd = ::CreateWindowEx( in CreateCompositorWindow()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinCompositorWindowThread.cpp159 ::CreateWindowEx(WS_EX_TOOLWINDOW, kClassNameCompositorInitalParent, in CreateCompositorWindow()
174 compositorWnd = ::CreateWindowEx( in CreateCompositorWindow()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DWinCompositorWindowThread.cpp159 ::CreateWindowEx(WS_EX_TOOLWINDOW, kClassNameCompositorInitalParent, in CreateCompositorWindow()
174 compositorWnd = ::CreateWindowEx( in CreateCompositorWindow()
/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dpwin.c49 hw = CreateWindowEx(xstyle, w_win_class, 0, style, in p_subwindow()
102 hw = CreateWindowEx(xstyle, w_win_class, parent? 0 : title, style, in p_window()
240 hw = CreateWindowEx(xstyle, w_menu_class, 0, style, in p_menu()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DPanel.cpp72 HWND hwnd = CreateWindowEx( in Create()
/dports/security/opensc/OpenSC-0.22.0/src/ui/
H A Dinvisible_window.h37 hWnd = CreateWindowEx(0, lpszClassName, lpszClassName, 0, 0, 0, 0, 0, in create_invisible_window()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dtooltips.c43 hwndToolTip = CreateWindowEx( in addtooltip()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dtooltips.c43 hwndToolTip = CreateWindowEx( in addtooltip()

12345678910>>...46