IsPrimary() returns true if the window is the primary application window. This is mainly used to tell if the program should exit when the App received notification that a window was destroyed. If the window was the primary window, then the app should generally exit.
Definition at line 841 of file CATWindow.cpp. References fPrimary. Referenced by CATApp::OnEvent().
|