banner

wxWidgets Builtins

 

Anbei eine Auflistung der implementierten wxWidgets Builtins. Eine Beschreibung findet ihr auf der wxWidgets Hompage.

 

wxAboutBox(wxAboutDialogInfo info)
wxBeginBusyCursor(wxCursor cursor = wxHOURGLASS_CURSOR)
wxBell()
wxConcatFiles(wxString file1, wxString file2, wxString file3)
wxConvertMB2WX(char s)
wxCopyFile(wxString file1, wxString file2, bool overwrite = TRUE)
wxCreateDynamicObject(wxString name)
wxCreateFileTipProvider(wxString FileName, int currentTip)
wxDecToHex(int dec)
wxDirExists(wxString dirname)
wxDisplaySize()
wxEnableTopLevelWindows(bool enable = TRUE)
wxEndBusyCursor()
wxExecute(wxString command, int flags = wxEXEC_ASYNC, wxProcess process = NULL)
wxExecuteDDE(wxString ddeServer, wxString ddeTopic, wxString ddeCommand)
wxExecuteProcess(wxString command, bool sync = FALSE, wxProcess callback = NULL)
wxExit()
wxFileExists(wxString filename)
wxFileModificationTime(wxString filename)
wxFileNameFromPath(wxString path)
wxFileSelector(wxString message, wxString default_path = "", wxString default_filename = "", wxString default_extension = "", wxString wildcard = ("."), int flags = 0, wxWindow parent = NULL, int x = -1, int y = -1)
wxFindFirstFile(wxString spec, int flags = 0)
wxFindFocusDescendant(wxWindow ancestor)
wxFindMenuItemId(wxFrame frame, wxString menuString, wxString itemString)
wxFindNextFile()
wxFindWindowAtPoint(wxPoint pt)
wxFindWindowAtPointer(wxPoint pt)
wxFindWindowByLabel(wxString label, wxWindow parent=NULL)
wxFindWindowByName(wxString name, wxWindow parent=NULL)
wxGetBatteryState()
wxGetColorFromUser(wxWindow parent, wxColour colInit)
wxGetCurrentId()
wxGetCwd()
wxGetDataDir()
wxGetEmailAddress()
wxGetEnv(wxString var)
wxGetFreememory()
wxGetFullHostName()
wxGetHomeDir()
wxGetHostName()
wxGetKeyState(wxKeyCode key)
wxGetMousePosition()
wxGetMouseState()
wxGetNumberFromUser(wxString message, wxString prompt, wxString caption, long value, long min = 0, long max = 100, wxWindow parent = NULL, wxPoint pos = wxDefaultPosition)
wxGetOsDescription()
wxGetOSDirectory()
wxGetOsVersion()
wxGetPasswordFromUser(wxString message, wxString Caption = _("Input text"), wxString default_value = "", wxWindow parent = NULL)
wxGetPowerType()
wxGetProcessId()
wxGetTempFileName(wxString prefix, wxString buf)
wxGetTextFromUser(wxString message, wxString caption = _("Input text"), wxString default_value = "", wxWindow parent = NULL, int x = -1, int y = -1, bool centre = TRUE)
wxGetTopLevelParent(wxWindow win)
wxGetTranslation(wxChar str, wxChar domain = NULL)
wxGetUserHome(wxString user = wxEmptyString)
wxGetUserId()
wxGetUserName()
wxHandleFatalExceptions(bool doit = true)
wxHexToDec(wxString buf)
wxIsAbsolutePath(wxString filename)
wxIsBusy()
wxIsPlatform64Bit()
wxIsPlatformLittleEndian()
wxIsWild(wxString pattern)
wxKill(pid, wxSignal sig, wxKillError rc, flags)
wxLaunchDefaultBrowser(wxString url, int flags = 0)
wxMatchWild(wxString pattern, wxString text, bool dot_special)
wxMessageBox(wxString message, wxString caption = _("Message"), int style = wxOK | wxCENTRE, wxWindow parent = NULL, int x = -1, int y = -1)
wxMicroSleep(long microseconds)
wxMilliSleep(long Milliseconds)
wxMkdir(wxString dir, int perm = 0777)
wxNewId()
wxNextMonth(wxDateTime::Month m)
wxNextWDay(wxDateTime::WeekDay wd)
wxNow()
wxPathOnly(wxString path)
wxPLURAL(wxChar sz1, wxChar sz2, int n, wxChar domain = NULL)
wxPostEvent(wxEvtHandler dest, wxEvent event)
wxPrevMonth(wxDateTime::Month m)
wxPrevWDay(wxDateTime::WeekDay wd)
wxRegisterId(long id)
wxRemoveFile(wxString file)
wxRenameFile(wxString file1, wxString file2)
wxRichTextApplyStyle(wxTextAttrEx destStyle, wxTextAttrEx style)
wxRichTextBitlistsEqPartial(int valueA, int valueB, int flags)
wxRichTextBuffer_GetExtWildcard(bool combine = false, bool save = false)
wxRichTextCombineBitlists(int valueA, int valueB, int flagsA, int flagsB)
wxRichTextDecimalToRoman(long n)
wxRichTextModuleInit()
wxRichTextRemoveStyle(wxTextAttrEx destStyle, wxRichTextAttr style)
wxRichTextSplitParaCharStyles(wxTextAttrEx style, wxTextAttrEx parStyle, wxTextAttrEx charStyle)
wxRichTextTabsEq(wxArrayInt tabs1, wxArrayInt tabs2)
wxRmdir(wxString dir, int flags=0)
wxSafeConvertMB2WX(char s)
wxSafeYield(wxWindow win = NULL, bool onlyIfNeeded = false)
wxSetDetectableAutoRepeat(bool flag)
wxSetEnv(wxString var, wxChar value)
wxSetFontPreservingStyles(wxTextAttr attr, wxFont font)
wxSetWorkingDirectory(wxString dir)
wxShell(wxString command = wxEmptyString)
wxShowTip(wxWindow parent, wxTipProvider tipProvider, bool showAtStartup = TRUE)
wxShutdown(wxShutdownFlags wFlags)
wxSleep(int nSecs)
wxSysErrorCode()
wxSysErrorMsg(long nErrCode = 0)
wxTextAttrEqPartial(wxTextAttrEx attr1, wxTextAttrEx attr2, int flags)
wxTheXmlResource()
wxTrap()
wxUnsetEnv(wxString var)
wxWakeUpIdle()
wxYield()