GTK - MultiColumnList UI_mcl_ DO NOT USE to be replaced with ../gtk/mList.c
#include "../xa/MS_Def0.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "../gtk/ut_gtk.h"
#include <gdk/gdkkeysyms.h>
#include "../ut/ut_geo.h"
#include "../ut/ut_umem.h"
#include "../ut/ut_memTab.h"
#include "../ut/ut_txfil.h"
#include "../ut/ut_txt.h"
#include "../db/ut_DB.h"
#include "../xa/xa_mem.h"
#include "../xa/xa_uid.h"
#include "../xa/xa_ed_mem.h"
#include "../gr/ut_UI.h"
Functions | |
typedef_MemTab (int) | |
static | MemTab (int) |
int | UI_mcl_add (char *c1, char *c2, char *c3) |
int | UI_mcl_modC (int iCol, char *ct) |
int | UI_mcl_modNam (GtkWidget *parent, void *data) |
int | UI_mcl_CB_popup (GtkWidget *widget, GdkEventAny *event, void *data) |
int | UI_mcl_CBM (GtkWidget *widget, GdkEventButton *event) |
int | UI_mcl_CBL (GtkTreeSelection *selection, gpointer data) |
int | UI_mcl_cbFunc (void *f_CB) |
int | UI_mcl_Help () |
int | UI_mcl_CBB (GtkWidget *parent, void *data) |
int | UI_mcl_CBE (GtkWidget *parent, GdkEventAny *event) |
===================================================================== | |
int | UI_mcl_clear () |
int | UI_mcl__ (GtkWidget *parent, void *data) |
Variables | |
int | UI_fontsizX |
int | UI_fontsizY |
int | UI_InpMode |
static GtkWidget * | mcl_win = NULL |
static GtkListStore * | mcl_list |
static GtkTreeIter | mcl_iter |
static int(* | mcl_func )() = NULL |
static GtkWidget * | mcl_cba [12] |
static int | mcl_typ = Typ_VAR |
static char | mcl_ID [32] = "" |
static char | mcl_nam [64] = "" |
static char | mcl_text [64] = "" |
static int | mcl_rNr |
typedef_MemTab | ( | int | ) |
static MemTab | ( | int | ) | [static] |
int UI_mcl_add | ( | char * | c1, | |
char * | c2, | |||
char * | c3 | |||
) |
int UI_mcl_modC | ( | int | iCol, | |
char * | ct | |||
) |
int UI_mcl_modNam | ( | GtkWidget * | parent, | |
void * | data | |||
) |
int UI_mcl_CB_popup | ( | GtkWidget * | widget, | |
GdkEventAny * | event, | |||
void * | data | |||
) |
int UI_mcl_CBM | ( | GtkWidget * | widget, | |
GdkEventButton * | event | |||
) |
int UI_mcl_CBL | ( | GtkTreeSelection * | selection, | |
gpointer | data | |||
) |
int UI_mcl_cbFunc | ( | void * | f_CB | ) |
int UI_mcl_Help | ( | ) |
int UI_mcl_CBB | ( | GtkWidget * | parent, | |
void * | data | |||
) |
int UI_mcl_CBE | ( | GtkWidget * | parent, | |
GdkEventAny * | event | |||
) |
=====================================================================
===================================================================== CB von Eingabe in das Feld Filtertext. den Listeninhalt filtern und wieder ausgeben.
int UI_mcl_clear | ( | ) |
int UI_mcl__ | ( | GtkWidget * | parent, | |
void * | data | |||
) |
int UI_fontsizX |
int UI_fontsizY |
int UI_InpMode |
GtkWidget* mcl_win = NULL [static] |
GtkListStore* mcl_list [static] |
GtkTreeIter mcl_iter [static] |
int(* mcl_func)() = NULL [static] |
GtkWidget* mcl_cba[12] [static] |
int mcl_typ = Typ_VAR [static] |
char mcl_ID[32] = "" [static] |
char mcl_nam[64] = "" [static] |
char mcl_text[64] = "" [static] |
int mcl_rNr [static] |