Changeset 1880 in orxonox.OLD for orxonox/branches/gui/console/orxonox_console_entry.h
- Timestamp:
- May 8, 2004, 1:56:59 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/console/orxonox_console_entry.h
r1877 r1880 8 8 #include <gtk/gtk.h> 9 9 10 #include "orxonox_console_log.h" 11 10 12 class OrxonoxConsoleEntry { 11 13 … … 16 18 GtkWidget *button; 17 19 GtkWidget *entry; 20 OrxonoxConsoleLog* consoleLog; 18 21 19 22 20 23 21 24 public: 25 OrxonoxConsoleEntry(OrxonoxConsoleLog* log); 26 22 27 GtkWidget* createEntry(void); 23 24 28 static void submit(GtkWidget *widget, GtkWidget* data); 29 void sendtoLog(char* submitText); 25 30 26 31 }; 32 27 33 28 34 #endif
Note: See TracChangeset
for help on using the changeset viewer.