Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3258 in orxonox.OLD


Ignore:
Timestamp:
Dec 23, 2004, 2:26:59 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: doxygen-comments

File:
1 edited

Legend:

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

    r3257 r3258  
    8181#endif /* HAVE_GTK2 */
    8282  updateWindowBox->fill(updateWindowClose);
    83 
    8483  updateWindow->fill (updateWindowBox);
    8584
     
    9695}
    9796
     97/**
     98   \returns A Pointer to the Button of the UpdaterWindow
     99*/
    98100Button* OrxonoxGuiUpdate::updateWindowGetButton(void)
    99101{
     
    103105
    104106#ifdef HAVE_GTK2
     107/**
     108   \brief updates the Data of orxonox.
     109   \param w The widget, that executed this Function.
     110   \param event The event that trigered this Function.
     111   \param button The Button, that triggered this event.
     112*/
    105113gint OrxonoxGuiUpdate::updateDataFunc(GtkWidget* w, GdkEventKey* event, void* button)
    106114{
     
    108116}
    109117
    110 
     118/**
     119   \brief updates the source of orxonox.
     120   \param w The widget, that executed this Function.
     121   \param event The event that trigered this Function.
     122   \param button The Button, that triggered this event.
     123*/
    111124gint OrxonoxGuiUpdate::updateSourceFunc(GtkWidget* w, GdkEventKey* event, void* button)
    112125{
Note: See TracChangeset for help on using the changeset viewer.