Changeset 3294 in orxonox.OLD for orxonox/branches/updater/src/gui
- Timestamp:
- Dec 26, 2004, 6:44:44 PM (20 years ago)
- Location:
- orxonox/branches/updater/src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_exec.cc
r3292 r3294 225 225 \brief Maps Confugurations to the Options. 226 226 \param widget which widget downwards 227 \param variableName the name of the Variable that should be set up. 228 \param variableValue the Value of the Variable that should be set up 229 \param depth the depth of the local Widget 227 \param varInfo Information about the Variable to read 230 228 */ 231 229 void OrxonoxGuiExec::readFileText (Widget* widget, void* varInfo) -
orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc
r3292 r3294 154 154 \brief Moves through all the Widgets downwards from this and executes the function on them. 155 155 \param function must be of type void and takes a Widget* as an Input. 156 \param depth the current depth. if > 0 then the next Widget will also be walked through. 156 157 */ 157 158 void Widget::walkThrough (void (*function)(Widget*), unsigned int depth) … … 171 172 \param function must be of type void and takes a Widget* as an Input. 172 173 \param data Additional Data you want to pass to the function. 174 \param depth the current depth. if > 0 then the next Widget will also be walked through. 173 175 */ 174 176 void Widget::walkThrough (void (*function)(Widget*, void*), void* data, unsigned int depth)
Note: See TracChangeset
for help on using the changeset viewer.