- Timestamp:
- May 14, 2004, 2:35:27 PM (21 years ago)
- Location:
- orxonox/branches/gui
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/console/orxonox_console.cc
r1890 r1893 31 31 void OrxonoxConsole::createWindow () 32 32 { 33 //entry = new OrxonoxConsoleEntry(*log, entry);34 33 35 34 window = gtk_window_new (GTK_WINDOW_TOPLEVEL); -
orxonox/branches/gui/console/orxonox_console_entry.cc
r1891 r1893 29 29 30 30 31 /* 32 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log, 33 OrxonoxConsoleEntry* test) 31 OrxonoxConsoleEntry::OrxonoxConsoleEntry() 32 {} 33 34 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log) 34 35 { 35 consoleLog = log; 36 consoleLog = log; 37 } 36 38 37 }38 */39 39 40 40 GtkWidget* OrxonoxConsoleEntry::createEntry() -
orxonox/branches/gui/console/orxonox_console_entry.h
r1890 r1893 25 25 26 26 public: 27 //OrxonoxConsoleEntry(OrxonoxConsoleLog* log, OrxonoxConsoleEntry* test); 27 OrxonoxConsoleEntry(void); 28 OrxonoxConsoleEntry(OrxonoxConsoleLog* log); 28 29 29 30 GtkWidget* createEntry(void);
Note: See TracChangeset
for help on using the changeset viewer.