Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2004, 1:56:59 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/console: made a little reaction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/orxonox_console_entry.h

    r1877 r1880  
    88#include <gtk/gtk.h>
    99
     10#include "orxonox_console_log.h"
     11
    1012class OrxonoxConsoleEntry {
    1113 
     
    1618  GtkWidget *button;
    1719  GtkWidget *entry;
     20  OrxonoxConsoleLog* consoleLog;
    1821 
    1922
    2023
    2124 public:
     25  OrxonoxConsoleEntry(OrxonoxConsoleLog* log);
     26 
    2227  GtkWidget* createEntry(void);
    23 
    24    
     28  static void submit(GtkWidget *widget, GtkWidget* data);
     29  void sendtoLog(char* submitText);
    2530
    2631};
     32 
    2733
    2834#endif
Note: See TracChangeset for help on using the changeset viewer.