Home
last modified time | relevance | path

Searched refs:pszButtonText (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_windowstaskdialog.h87 PCWSTR pszButtonText; member
H A DSDL_windowsmessagebox.c870 SDL_free((wchar_t *) pButtons[j].pszButtonText); in WIN_ShowMessageBox()
875 pButton->pszButtonText = WIN_UTF8ToStringW(buttontext); in WIN_ShowMessageBox()
891 SDL_free((wchar_t *) pButtons[i].pszButtonText); in WIN_ShowMessageBox()
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_windowstaskdialog.h87 PCWSTR pszButtonText; member
H A DSDL_windowsmessagebox.c870 SDL_free((wchar_t *) pButtons[j].pszButtonText); in WIN_ShowMessageBox()
875 pButton->pszButtonText = WIN_UTF8ToStringW(buttontext); in WIN_ShowMessageBox()
891 SDL_free((wchar_t *) pButtons[i].pszButtonText); in WIN_ShowMessageBox()
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnlclintf_win.inc188 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
206 FreeMem(DialogButtons[i].pszButtonText);
H A Dcustomdrawn_winextra.pas145 pszButtonText: PCWSTR;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnlclintf_win.inc188 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
206 FreeMem(DialogButtons[i].pszButtonText);
H A Dcustomdrawn_winextra.pas145 pszButtonText: PCWSTR;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnlclintf_win.inc188 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
206 FreeMem(DialogButtons[i].pszButtonText);
H A Dcustomdrawn_winextra.pas145 pszButtonText: PCWSTR;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnlclintf_win.inc188 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
206 FreeMem(DialogButtons[i].pszButtonText);
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32lclintf.inc433 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(Buttons[i].Caption);
453 FreeMem(DialogButtons[i].pszButtonText);
761 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
779 FreeMem(DialogButtons[i].pszButtonText);
H A Dwin32extra.pas130 pszButtonText: PCWSTR;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32lclintf.inc423 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(Buttons[i].Caption);
443 FreeMem(DialogButtons[i].pszButtonText);
751 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
769 FreeMem(DialogButtons[i].pszButtonText);
H A Dwin32extra.pas130 pszButtonText: PCWSTR;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32lclintf.inc433 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(Buttons[i].Caption);
453 FreeMem(DialogButtons[i].pszButtonText);
761 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
779 FreeMem(DialogButtons[i].pszButtonText);
H A Dwin32extra.pas130 pszButtonText: PCWSTR;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32lclintf.inc423 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(Buttons[i].Caption);
443 FreeMem(DialogButtons[i].pszButtonText);
751 DialogButtons[i].pszButtonText := UTF8StringToPWideChar(GetButtonCaption(Buttons[i]));
769 FreeMem(DialogButtons[i].pszButtonText);
/dports/editors/lazarus/lazarus/lcl/
H A Dlcltaskdialog.pas579 pszButtonText: PWideChar;
691 pszButtonText := PWideChar(RU[RUCount]);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dlcltaskdialog.pas579 pszButtonText: PWideChar;
691 pszButtonText := PWideChar(RU[RUCount]);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlcltaskdialog.pas576 pszButtonText: PWideChar;
683 pszButtonText := PWideChar(RU[RUCount]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlcltaskdialog.pas576 pszButtonText: PWideChar;
683 pszButtonText := PWideChar(RU[RUCount]);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmsgdlg.cpp769 tdBtn.pszButtonText = customLabel.t_str(); in AddTaskDialogButton()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmsgdlg.cpp810 tdBtn.pszButtonText = customLabel.t_str(); in AddTaskDialogButton()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmsgdlg.cpp810 tdBtn.pszButtonText = customLabel.t_str(); in AddTaskDialogButton()

123456789