added popupmanager & animates
This commit is contained in:
8
haxework/gui/frame/IFrameSwitcher.hx
Executable file
8
haxework/gui/frame/IFrameSwitcher.hx
Executable file
@@ -0,0 +1,8 @@
|
||||
package haxework.gui.frame;
|
||||
|
||||
import haxework.gui.IView;
|
||||
|
||||
interface IFrameSwitcher<C:Content> extends IView<C> {
|
||||
public var current(default, null):Null<IView<Dynamic>>;
|
||||
public function change(id:String):IView<Dynamic>;
|
||||
}
|
||||
Reference in New Issue
Block a user