Home
last modified time | relevance | path

Searched refs:cButtons (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/shells/
H A DAdvRenameWindow.java103 Composite cButtons = new Composite(shell, SWT.NONE); in openInSWT() local
107 Utils.setLayout(cButtons, rowLayout); in openInSWT()
109 Button btnReset = new Button(cButtons, SWT.PUSH); in openInSWT()
120 Button btnOk = new Button(cButtons, SWT.PUSH); in openInSWT()
152 Button btnCancel = new Button(cButtons, SWT.PUSH); in openInSWT()
212 cButtons.setLayoutData(fd); in openInSWT()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/wizard/
H A DWizard.java172 Composite cButtons = new Composite(wizardWindow, SWT.NULL); in Wizard() local
174 Utils.setLayoutData(cButtons, gridData); in Wizard()
177 cButtons.setLayout(layoutButtons); in Wizard()
179 new Label(cButtons, SWT.NULL).setLayoutData(gridData); in Wizard()
181 cancel = new Button(cButtons, SWT.PUSH); in Wizard()
188 previous = new Button(cButtons, SWT.PUSH); in Wizard()
195 next = new Button(cButtons, SWT.PUSH); in Wizard()
202 finish = new Button(cButtons, SWT.PUSH); in Wizard()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/maketorrent/
H A DWebSeedsEditor.java154 Composite cButtons = new Composite(shell, SWT.NULL); in createWindow() local
157 Utils.setLayoutData(cButtons, gridData); in createWindow()
160 cButtons.setLayout(layoutButtons); in createWindow()
161 label = new Label(cButtons,SWT.NULL); in createWindow()
165 btnSave = new Button(cButtons,SWT.PUSH); in createWindow()
178 btnCancel = new Button(cButtons,SWT.PUSH); in createWindow()
H A DBYOPanel.java118 Composite cButtons = new Composite(panel, 0); in show() local
119 Utils.setLayout(cButtons, new RowLayout()); in show()
120 cButtons.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in show()
122 Button btnAddContainer = new Button(cButtons, SWT.PUSH); in show()
140 Button btnAddFiles = new Button(cButtons, SWT.PUSH); in show()
167 Button btnAddFolder = new Button(cButtons, SWT.PUSH); in show()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Xgamma/src/
H A Dapplet-xgamma.c249 const gchar *cButtons[3] = {"ok", "cancel", NULL}; in xgamma_build_dialog() local
250 attr.cButtonsImage = cButtons; in xgamma_build_dialog()
322 const gchar *cButtons[3] = {"ok", "cancel", NULL}; in xgamma_build_dialog_simple() local
323 attr.cButtonsImage = cButtons; in xgamma_build_dialog_simple()
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DTaskbarList.cs148 void ThumbBarAddButtons(IntPtr hwnd, uint cButtons, IntPtr pButtons); in ThumbBarAddButtons() argument
149 void ThumbBarUpdateButtons(IntPtr hwnd, uint cButtons, IntPtr pButtons); in ThumbBarUpdateButtons() argument
/dports/devel/sdl20/SDL2-2.0.18/src/video/os2/
H A DSDL_os2messagebox.c50 ULONG cButtons = 0; in _wmInitDlg() local
73 if (cButtons < sizeof(aButtons) / sizeof(struct _BUTTON)) { in _wmInitDlg()
74 aButtons[cButtons].hwnd = hWndNext; in _wmInitDlg()
75 cButtons++; in _wmInitDlg()
86 for(ulIdx = 0; ulIdx < cButtons; ulIdx++) { in _wmInitDlg()
144 for (ulIdx = 0; ulIdx < cButtons; ulIdx++) { in _wmInitDlg()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/shells/opentorrent/
H A DOpenTorrentWindow.java248 Composite cButtons = new Composite(parent, SWT.NONE); in swt_addButtons() local
254 cButtons.setLayout(rLayout); in swt_addButtons()
255 cButtons.setLayoutData(Utils.getFilledFormData()); in swt_addButtons()
259 Button browseTorrent = new Button(cButtons, SWT.PUSH); in swt_addButtons()
284 Button browseFolder = new Button(cButtons, SWT.PUSH); in swt_addButtons()
299 btnPasteOpen = new Button(cButtons, SWT.PUSH); in swt_addButtons()
/dports/x11/controllermap/SDL2-2.0.18/src/video/os2/
H A DSDL_os2messagebox.c50 ULONG cButtons = 0; in _wmInitDlg() local
73 if (cButtons < sizeof(aButtons) / sizeof(struct _BUTTON)) { in _wmInitDlg()
74 aButtons[cButtons].hwnd = hWndNext; in _wmInitDlg()
75 cButtons++; in _wmInitDlg()
86 for(ulIdx = 0; ulIdx < cButtons; ulIdx++) { in _wmInitDlg()
144 for (ulIdx = 0; ulIdx < cButtons; ulIdx++) { in _wmInitDlg()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Taskbar.h94 …virtual HRESULT STDMETHODCALLTYPE ThumbBarAddButtons(HWND hwnd, UINT cButtons, THUMBBUTTON * pButt…
95 …virtual HRESULT STDMETHODCALLTYPE ThumbBarUpdateButtons(HWND hwnd, UINT cButtons, THUMBBUTTON * pB…
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_TaskbarWin32.h117 UINT cButtons,
120 UINT cButtons,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Taskbar.h94 …virtual HRESULT STDMETHODCALLTYPE ThumbBarAddButtons(HWND hwnd, UINT cButtons, THUMBBUTTON * pButt…
95 …virtual HRESULT STDMETHODCALLTYPE ThumbBarUpdateButtons(HWND hwnd, UINT cButtons, THUMBBUTTON * pB…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Taskbar.h94 …virtual HRESULT STDMETHODCALLTYPE ThumbBarAddButtons(HWND hwnd, UINT cButtons, THUMBBUTTON * pButt…
95 …virtual HRESULT STDMETHODCALLTYPE ThumbBarUpdateButtons(HWND hwnd, UINT cButtons, THUMBBUTTON * pB…

12345678910>>...18