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:
Benoît Minisini 2023-03-30 23:46:58 +02:00
parent 4e9a508b92
commit 8b6affd289
2 changed files with 6 additions and 6 deletions

View File

@ -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),

View File

@ -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),