===================================================== 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: =====================================================
#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"
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 | |
static GtkTextBuffer * | TxBuf |
static GtkWidget * | TxView = NULL |
static int | oldPos |
GtkWidget* GUI_Tx_Win | ( | void ** | wtext | ) |
Create ein Editfenster
int GUI_Tx_fwri | ( | char * | txbuf | ) |
Datei txbuf ausgeben ...
int GUI_Tx_wri | ( | char * | txbuf | ) |
Schreibt an das zuletzt mit GUI_Tx_Win generierte Window
int GUI_Tx_add | ( | GtkTextBuffer * | wTx, | |
char * | txbuf | |||
) |
eine Line im Textwin hintanfuegen
int GUI_Tx_rmLast | ( | ) |
letzte Ausgabezeile loschen !
GtkTextBuffer* TxBuf [static] |
GtkWidget* TxView = NULL [static] |
int oldPos [static] |