Home
last modified time | relevance | path

Searched refs:gs_nFrames (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/mdi/
H A Dmdi.cpp64 static int gs_nFrames = 0; variable
193 if ( event.CanVeto() && (gs_nFrames > 0) ) in OnClose()
196 msg.Printf(_T("%d windows still open, close anyhow?"), gs_nFrames); in OnClose()
227 title.Printf(_T("Canvas Frame %d"), ++gs_nFrames); in OnNewWindow()
508 gs_nFrames--; in OnClose()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/mdi/
H A Dmdi.cpp64 static int gs_nFrames = 0; variable
193 if ( event.CanVeto() && (gs_nFrames > 0) ) in OnClose()
196 msg.Printf(_T("%d windows still open, close anyhow?"), gs_nFrames); in OnClose()
227 title.Printf(_T("Canvas Frame %d"), ++gs_nFrames); in OnNewWindow()
508 gs_nFrames--; in OnClose()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/mdi/
H A Dmdi.cpp64 static int gs_nFrames = 0; variable
193 if ( event.CanVeto() && (gs_nFrames > 0) ) in OnClose()
196 msg.Printf(_T("%d windows still open, close anyhow?"), gs_nFrames); in OnClose()
227 title.Printf(_T("Canvas Frame %d"), ++gs_nFrames); in OnNewWindow()
508 gs_nFrames--; in OnClose()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/mdi/
H A Dmdi.cpp64 static int gs_nFrames = 0; variable
193 if ( event.CanVeto() && (gs_nFrames > 0) ) in OnClose()
196 msg.Printf(_T("%d windows still open, close anyhow?"), gs_nFrames); in OnClose()
227 title.Printf(_T("Canvas Frame %d"), ++gs_nFrames); in OnNewWindow()
508 gs_nFrames--; in OnClose()