#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include "../ut/ut_umem.h"
#include "../gui/gui_types.h"
#include "../gui/gui_base.h"
#include "../gui_gtk2/gtk_base.h"
#include "../gui_gtk2/gtk_msgWin.h"
=====================================================
List_functions_start:
List_functions_end:
=====================================================
max linelength = 255
   
      
        
          | MemObj GUI_msgwin__  | 
          ( | 
          MemObj *  | 
          o_par,  | 
        
        
           | 
           | 
          char *  | 
          opts  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
create textwindow
  o_par      parentBox
  opts       options; (HorSiz,VertSiz)
             HorSiz,VertSiz:  size in characters; default is automatic size.
                             'e' = expand widget; default is fixed size.
                              negative values: size in pixels.
             Examples: "" or "10" or "10e,e"
               "10e,e" horiz. size 10 chars, hor. and vert. expandable.
  
 
 
      
        
          | int GUI_msgwin_prf  | 
          ( | 
          MemObj *  | 
          mo,  | 
        
        
           | 
           | 
          char *  | 
          txbuf  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | int GUI_msgwin_prt  | 
          ( | 
          MemObj *  | 
          mo,  | 
        
        
           | 
           | 
          char *  | 
          txbuf  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
write textline to textwindow
skip msg, if first 60 chars ident.
  
 
 
      
        
          | int GUI_msgwin_rmLast  | 
          ( | 
          MemObj *  | 
          mo | ) | 
           | 
        
      
 
delete last textoutputline