About Store Forum Documentation Contact



Post Reply 
operator -= for GUI objects
Author Message
Gajet Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: operator -= for GUI objects
Agreed. I've wondered the same thing.
06-26-2011 07:24 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: operator -= for GUI objects
Makes sense. I'll add this
06-26-2011 08:04 PM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #4
RE: operator -= for GUI objects
Cool, thanks! smile
06-26-2011 08:30 PM
Find all posts by this user Quote this message in a reply
Post Reply