Remove the undocumented 'Container.Dirty' property.
[GB.GTK] * BUG: Remove the undocumented 'Container.Dirty' property. [GB.GTK3] * BUG: Remove the undocumented 'Container.Dirty' property. [GB.QT4] * BUG: Remove the undocumented 'Container.Dirty' property. [GB.QT5] * BUG: Remove the undocumented 'Container.Dirty' property.
This commit is contained in:
parent
4e9a508b92
commit
8b6affd289
@ -338,11 +338,11 @@ BEGIN_METHOD(Container_unknown, GB_VALUE x; GB_VALUE y)
|
||||
END_METHOD
|
||||
|
||||
|
||||
BEGIN_PROPERTY(Container_Dirty)
|
||||
/*BEGIN_PROPERTY(Container_Dirty)
|
||||
|
||||
GB.ReturnBoolean(WIDGET->isDirty());
|
||||
|
||||
END_PROPERTY
|
||||
END_PROPERTY*/
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
@ -468,7 +468,7 @@ GB_DESC ContainerDesc[] =
|
||||
|
||||
GB_PROPERTY_READ("Children", "ContainerChildren", Container_Children),
|
||||
|
||||
GB_PROPERTY_READ("Dirty", "b", Container_Dirty),
|
||||
//GB_PROPERTY_READ("Dirty", "b", Container_Dirty),
|
||||
|
||||
GB_PROPERTY_READ("ClientX", "i", Container_ClientX),
|
||||
GB_PROPERTY_READ("ClientY", "i", Container_ClientY),
|
||||
|
@ -1465,11 +1465,11 @@ BEGIN_METHOD(Container_unknown, GB_VALUE x; GB_VALUE y)
|
||||
END_METHOD
|
||||
|
||||
|
||||
BEGIN_PROPERTY(Container_Dirty)
|
||||
/*BEGIN_PROPERTY(Container_Dirty)
|
||||
|
||||
GB.ReturnBoolean(THIS_ARRANGEMENT->dirty);
|
||||
|
||||
END_PROPERTY
|
||||
END_PROPERTY*/
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
@ -1605,7 +1605,7 @@ GB_DESC ContainerDesc[] =
|
||||
GB_DECLARE("Container", sizeof(CCONTAINER)), GB_INHERITS("Control"),
|
||||
GB_NOT_CREATABLE(),
|
||||
|
||||
GB_PROPERTY_READ("Dirty", "b", Container_Dirty),
|
||||
//GB_PROPERTY_READ("Dirty", "b", Container_Dirty),
|
||||
|
||||
GB_PROPERTY_READ("Children", "ContainerChildren", Container_Children),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user