Search found 4 matches
- Wed Oct 08, 2008 03:42
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Requesting TreeItem::removeItem
- Replies: 9
- Views: 10340
- Fri Jul 25, 2008 22:45
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Requesting TreeItem::removeItem
- Replies: 9
- Views: 10340
- Thu Jul 24, 2008 21:45
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Requesting TreeItem::removeItem
- Replies: 9
- Views: 10340
Like dewyatt pointed out, the code was very easy to read and I managed to add the functionality with the following patches (they seem to run fine in my cases (removing children with open child items, etc) but of course I may have missed some test cases). The removing-all-items function (called reset...
- Sun Jun 15, 2008 13:38
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Requesting TreeItem::removeItem
- Replies: 9
- Views: 10340
Requesting TreeItem::removeItem
I took notice of this project a short while ago (starting with 0.6.0 ^.^), and I am really impressed so far. But just now I wanted to implement a nice hierarchy browser using the CEGUI::Tree widget, and I hit a limitation: it seems TreeItem has currently no means of removing child items! Lamentably,...