Gajet
Member
|
operator -= for GUI objects
all GUI bjectes have operator += implemented, it's easy to concolude there should be an -= operator implemented as well, which isn't. one should just search to find removeChild. and for the GUI class it get's worse since there is no removeChild method to begin with (if i'm not wrong I have to call Gui->desktop()->removeChild(X) to remove some object from GUI)
|
|
06-26-2011 02:21 PM |
|
Driklyn
Member
|
RE: operator -= for GUI objects
Agreed. I've wondered the same thing.
|
|
06-26-2011 07:24 PM |
|
Esenthel
Administrator
|
RE: operator -= for GUI objects
Makes sense. I'll add this
|
|
06-26-2011 08:04 PM |
|
Driklyn
Member
|
RE: operator -= for GUI objects
Cool, thanks!
|
|
06-26-2011 08:30 PM |
|