Changeset 3258 in orxonox.OLD for orxonox/branches/updater
- Timestamp:
- Dec 23, 2004, 2:26:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.cc
r3257 r3258 81 81 #endif /* HAVE_GTK2 */ 82 82 updateWindowBox->fill(updateWindowClose); 83 84 83 updateWindow->fill (updateWindowBox); 85 84 … … 96 95 } 97 96 97 /** 98 \returns A Pointer to the Button of the UpdaterWindow 99 */ 98 100 Button* OrxonoxGuiUpdate::updateWindowGetButton(void) 99 101 { … … 103 105 104 106 #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 */ 105 113 gint OrxonoxGuiUpdate::updateDataFunc(GtkWidget* w, GdkEventKey* event, void* button) 106 114 { … … 108 116 } 109 117 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 */ 111 124 gint OrxonoxGuiUpdate::updateSourceFunc(GtkWidget* w, GdkEventKey* event, void* button) 112 125 {
Note: See TracChangeset
for help on using the changeset viewer.