[DEV] remove deprecated API
This commit is contained in:
parent
36495518ac
commit
d8d02254ca
@ -28,7 +28,6 @@ ewol::widget::Windows::Windows() :
|
|||||||
m_colorBg(-1) {
|
m_colorBg(-1) {
|
||||||
addObjectType("ewol::widget::Windows");
|
addObjectType("ewol::widget::Windows");
|
||||||
setCanHaveFocus(true);
|
setCanHaveFocus(true);
|
||||||
setDecorationDisable();
|
|
||||||
m_colorProperty = ewol::resource::ColorFile::create("THEME:COLOR:Windows.json");
|
m_colorProperty = ewol::resource::ColorFile::create("THEME:COLOR:Windows.json");
|
||||||
if (m_colorProperty != nullptr) {
|
if (m_colorProperty != nullptr) {
|
||||||
m_colorBg = m_colorProperty->request("background");
|
m_colorBg = m_colorProperty->request("background");
|
||||||
|
@ -49,17 +49,6 @@ namespace ewol {
|
|||||||
virtual void onStateForeground() {};
|
virtual void onStateForeground() {};
|
||||||
virtual void onStateSuspend() {};
|
virtual void onStateSuspend() {};
|
||||||
virtual void onStateResume() {};
|
virtual void onStateResume() {};
|
||||||
virtual void on() { };
|
|
||||||
private:
|
|
||||||
bool m_hasDecoration;
|
|
||||||
public:
|
|
||||||
void setDecorationDisable() {
|
|
||||||
m_hasDecoration = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
void setDecorationEnable() {
|
|
||||||
m_hasDecoration = true;
|
|
||||||
}
|
|
||||||
private:
|
private:
|
||||||
std::shared_ptr<ewol::Widget> m_subWidget;
|
std::shared_ptr<ewol::Widget> m_subWidget;
|
||||||
std::list<std::shared_ptr<ewol::Widget>> m_popUpWidgetList;
|
std::list<std::shared_ptr<ewol::Widget>> m_popUpWidgetList;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user