Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 6:44:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: merged debug.h from trunk, and just some doxy-tags added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc

    r3292 r3294  
    154154   \brief Moves through all the Widgets downwards from this and executes the function on them.
    155155   \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.
    156157*/
    157158void Widget::walkThrough (void (*function)(Widget*), unsigned int depth)
     
    171172   \param function must be of type void and takes a Widget* as an Input.
    172173   \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.
    173175*/
    174176void Widget::walkThrough (void (*function)(Widget*, void*), void* data, unsigned int depth)
Note: See TracChangeset for help on using the changeset viewer.