-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Window
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
3 revisions
namespace: Crow
-
Window
public class Window : TemplatedContainer
⬜ | prototype | description |
---|---|---|
Window (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|---|---|
AllowedStates |
__ | |
AlwaysOnTop |
__ | |
Commands |
__ | |
CurrentState |
__ | |
Icon |
__ | |
Modal |
__ | |
Movable |
__ | |
Resizable |
__ |
⬜ | prototype | description |
---|---|---|
bool MouseIsIn(Point m) |
__ | |
void onMouseLeave(object sender, MouseMoveEventArgs e) |
__ | |
void onMouseMove(object sender, MouseMoveEventArgs e) |
__ | |
void onQuitPress(object sender, MouseButtonEventArgs e) |
__ | |
Window Show(Interface iface, string imlPath, bool modal=false) |
__ |
⬜ | name | description |
---|---|---|
Closing |
__ | |
Maximized |
__ | |
Minimize |
__ | |
Unmaximized |
__ |