Searched defs:gui (Results 1 - 2 of 2) sorted by relevance
/inkscape/cxxtest/ |
H A D | cxxtestgen.py | 8 --gui=CLASS Like --runner, with GUI component 36 gui = None variable 81 ['version', 'output=', 'runner=', 'gui=', 92 global outputFileName, templateFileName, runner, gui, haveStandardLibrary, factor, longlong 103 elif o == '--gui': 104 gui = a 139 if gui and not runner: 424 if gui: 425 output.write( "#include <cxxtest/%s.h>\n" % gui ) 431 if gui [all...] |
/inkscape/cxxtest/cxxtest/ |
H A D | Win32Gui.h | 143 ((Win32Gui *)parameter)->gui(); 147 void gui() function in class:CxxTest::Win32Gui
|
Completed in 20 milliseconds