Changeset 266 for trunk/nv/gui/gui_element.hh
- Timestamp:
- 06/19/14 03:49:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/gui/gui_element.hh
r257 r266 186 186 */ 187 187 virtual void recalculate_absolute_children(); 188 189 /** 190 * Moves element to back of child list (top of stack) 191 * 192 * @returns true if object found, false otherwise 193 */ 194 bool move_to_top( element* child ); 195 196 /** 197 * Moves element to front of child list (bottom of stack) 198 * 199 * @returns true if object found, false otherwise 200 */ 201 bool move_to_bottom( element* child ); 188 202 189 203 protected:
Note: See TracChangeset
for help on using the changeset viewer.