Home
last modified time | relevance | path

Searched refs:GUI_ERROR (Results 1 – 7 of 7) sorted by relevance

/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Deditor.py23 GUI_ERROR = None variable
25 GUI_ERROR = e variable
112 if GUI_ERROR:
118 'on your platform.'.format(GUI_ERROR)) + '\n')
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Dmafft.h2 #define GUI_ERROR 1 macro
/dports/games/crimson/crimson-0.5.3/src/common/
H A Dview.cpp257 if ( (rc != GUI_ERROR) && (rc != GUI_QUIT) && (rc != GUI_NONE) ) { in HandleEvents()
311 } else rc = GUI_ERROR; in FetchEvent()
H A Dwidget.h36 enum GUI_Status { GUI_ERROR = -6, GUI_RESTART, GUI_QUIT, GUI_CLOSE, GUI_NONE, GUI_OK }; enumerator
H A Dwindow.cpp288 if ( (rc != GUI_QUIT) && (rc != GUI_ERROR) ) in EventLoop()
H A Dtextbox.cpp492 if ( (rc == GUI_QUIT) || (rc == GUI_ERROR) ) quit = true; in InputLoop()
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dgame.cpp823 return GUI_ERROR; in EndTurn()