update GUI codes.(WIP)

This commit is contained in:
2020-11-03 22:29:32 +08:00
parent fd49c76b53
commit f6cf9dc1b8
8 changed files with 41 additions and 11 deletions

View File

@@ -37,6 +37,11 @@ namespace hgl
RectScope2f position; ///<所在位置
public:
Widget * GetParent (){return parent_widget;}
ThemeEngine * GetThemeEngine (){return theme_engine;}
public:
const bool IsVisible ()const{return visible;}