HomeSort by relevance Sort by last modified time
    Searched refs:buttonid (Results 1 - 6 of 6) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_messagebox.h 59 int buttonid; /**< User defined button id (value returned via SDL_ShowMessageBox) */ member in struct:__anon44480
109 * \param buttonid The pointer to which user id of hit button should be copied.
111 * \return -1 on error, otherwise 0 and buttonid contains user id of button
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_messagebox.h 59 int buttonid; /**< User defined button id (value returned via SDL_ShowMessageBox) */ member in struct:__anon44589
109 * \param buttonid The pointer to which user id of hit button should be copied.
111 * \return -1 on error, otherwise 0 and buttonid contains user id of button
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /prebuilts/misc/windows/sdl2/include/
SDL_messagebox.h 59 int buttonid; /**< User defined button id (value returned via SDL_ShowMessageBox) */ member in struct:__anon44668
109 * \param buttonid The pointer to which user id of hit button should be copied.
111 * \return -1 on error, otherwise 0 and buttonid contains user id of button
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_messagebox.h 59 int buttonid; /**< User defined button id (value returned via SDL_ShowMessageBox) */ member in struct:__anon44762
109 * \param buttonid The pointer to which user id of hit button should be copied.
111 * \return -1 on error, otherwise 0 and buttonid contains user id of button
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /external/chromium-trace/catapult/third_party/webtest/webtest/
response.py 166 def clickbutton(self, description=None, buttonid=None, href=None,
178 id=buttonid,
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 679 def clickbutton(self, description=None, buttonid=None, href=None,
691 id=buttonid,
    [all...]

Completed in 2293 milliseconds