add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red...

This commit is contained in:
Charles Kerr
2007-06-22 20:59:23 +00:00
parent 5401979ffa
commit ab85deaf51
7 changed files with 258 additions and 185 deletions

View File

@@ -25,11 +25,13 @@
#ifndef TG_MSGWIN_H
#define TG_MSGWIN_H
#include "tr_core.h"
void
msgwin_init( void );
GtkWidget *
msgwin_create( void );
msgwin_create( TrCore* core );
void
msgwin_update( void );