GTK message window GUI_Tx_. More...
#include "../xa/MS_Def0.h"#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../gtk/ut_gtk.h"#include "../ut/ut_geo.h"#include "../ut/ut_txt.h"#include "../ut/ut_TX.h"#include "../xa/xa.h"Functions | |
| GtkWidget * | GUI_Tx_Win (void **wtext) |
| int | GUI_Tx_fwri (char *txbuf) |
| int | GUI_Tx_wri (char *txbuf) |
| int | GUI_Tx_add (GtkTextBuffer *wTx, char *txbuf) |
| int | GUI_Tx_rmLast () |
Variables | |
| AP_STAT | AP_stat |
| progress of Start | |
| static GtkTextBuffer * | TxBuf |
| static GtkWidget * | TxView = NULL |
| static int | oldPos |
GTK message window GUI_Tx_.
===================================================== Liste_Funktionen_Beginn: GUI_Tx_Win Create messagewindow GUI_Tx_fwri wr file -> messagewindow GUI_Tx_wri wr string -> messagewindow GUI_Tx_add wr string intern GUI_Tx_rmLast remove last line Liste_Funktionen_Ende: ===================================================== max linelength = 255
| GtkWidget* GUI_Tx_Win | ( | void ** | wtext | ) |
create textwindow
| int GUI_Tx_fwri | ( | char * | txbuf | ) |
write file to textwindow
| int GUI_Tx_wri | ( | char * | txbuf | ) |
write textline to textwindow
| int GUI_Tx_add | ( | GtkTextBuffer * | wTx, | |
| char * | txbuf | |||
| ) |
add textline to textwindow
| int GUI_Tx_rmLast | ( | ) |
delete last textoutputline
progress of Start
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1 starting
2 initialyze done
65 Batch, else interactive.
GtkTextBuffer* TxBuf [static] |
GtkWidget* TxView = NULL [static] |
int oldPos [static] |
1.6.3