MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Window

Method Window

src/SFGUI/Window.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11Signal::SignalID Window::OnCloseButton = 0;
12
13Window::Window( char style ) :
14 m_style( style ),
15 m_dragging( false ),
16 m_resizing( false )
17{
18}
19
20Window::Ptr Window::Create( char style ) {
21 Window::Ptr window( new Window( style ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected