fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package haxework.gui;
|
package haxework.gui;
|
||||||
|
|
||||||
import flash.text.TextField;
|
import flash.text.TextField;
|
||||||
import haxework.gui.IView.Content;
|
import haxework.gui.IView;
|
||||||
import flash.text.TextFormatAlign;
|
import flash.text.TextFormatAlign;
|
||||||
|
|
||||||
interface ITextView extends IView extends HasPaddings {
|
interface ITextView extends IView extends HasPaddings {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package haxework.gui.skin;
|
package haxework.gui.skin;
|
||||||
|
|
||||||
import haxework.gui.IView.Content;
|
import haxework.gui.IView;
|
||||||
|
|
||||||
interface ISkin<V:IView> {
|
interface ISkin<V:IView> {
|
||||||
public function draw(view:V):Void;
|
public function draw(view:V):Void;
|
||||||
|
|||||||
Reference in New Issue
Block a user