Searched defs:keep (Results 1 - 2 of 2) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DQtGui.h10 // -keep Don't close the window at the end
13 // If both are -minimized and -keep specified, GUI will only keep the
79 if ( keep() ) {
108 else if ( arg == "-keep" )
245 bool keep() function in class:CxxTest::QtGui
H A DWin32Gui.h9 // -keep Don't close the window at the end
12 // If both -minimized and -keep are specified, GUI will only keep the
76 if ( keep() )
115 else if ( !lstrcmpA( argv[i], "-keep" ) )
472 bool keep() function in class:CxxTest::Win32Gui

Completed in 16 milliseconds