xa_objLst.c File Reference
GTK - MultiColumnList UI_mcl_ DO NOT USE.
More...
#include "../xa/MS_Def0.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "../gtk/ut_gtk.h"
#include "../gtk/ut_tree_it.h"
#include <gdk/gdkkeysyms.h>
#include "../ut/ut_geo.h"
#include "../ut/ut_memTab.h"
#include "../ut/ut_BitTab.h"
#include "../ut/ut_txfil.h"
#include "../ut/ut_txt.h"
#include "../ut/ut_cast.h"
#include "../ut/types_gui.h"
#include "../db/ut_DB.h"
#include "../xa/xa_mem.h"
#include "../xa/xa_uid.h"
#include "../xa/xa_ed_mem.h"
#include "../xa/xa_msg.h"
#include "../gr/ut_UI.h"
Functions |
| | typedef_MemTab (int) |
| static | MemTab (int) |
| int | UI_mcl_load (int iMod, int iTxt, int iDep, int iOp1, int iGrp) |
| int | UI_mcl_add (char *c1, char *c2, char *c3) |
| int | UI_mcl_modC (int iCol, char *ct) |
| int | UI_mcl_modNam (void *parent, void *data) |
| int | UI_mcl_CB_popup (void *parent, void **data) |
| int | UI_mcl_CBM (void *widget, void *event) |
| int | UI_mcl_CBL (GtkTreeSelection *selection, gpointer data) |
| int | UI_mcl_cbFunc (void *f_CB) |
| int | UI_mcl_CBB (void *parent, void *data) |
| int | UI_mcl_CB1 (void *parent, void *data) |
| int | UI_mcl_clear () |
| int | UI_mcl_init_selected () |
| int | UI_mcl_add__ (int typ, long dbi, int lNr, char *oSrc, char *oTxt, char *oNam, int iGrp) |
| int | UI_mcl_update () |
| int | UI_mcl__ (void *parent, void *data) |
Variables |
| int | UI_fontsizX |
| int | UI_fontsizY |
| int | UI_InpMode |
| static GtkListStore * | mcl_list |
| static void * | mcl_win = NULL |
| static GtkTreeIter | mcl_iter |
| static int(* | mcl_func )() = NULL |
| static void * | mcl_cba [12] |
| static void * | mcl_txt__ |
| static void * | mcl_dep__ |
| static int | mcl_typ = Typ_VAR |
| static char | mcl_ID [32] = "" |
| static char | mcl_nam [64] = "" |
| static int | mcl_rNr |
Detailed Description
GTK - MultiColumnList UI_mcl_ DO NOT USE.
GTK - MultiColumnList UI_mcl_ DO NOT USE
to be replaced with ../gtk/mList.c
Function Documentation
| static MemTab |
( |
int |
|
) |
[static] |
| int UI_mcl_load |
( |
int |
iMod, |
|
|
int |
iTxt, |
|
|
int |
iDep, |
|
|
int |
iOp1, |
|
|
int |
iGrp | |
|
) |
| | |
| int UI_mcl_add |
( |
char * |
c1, |
|
|
char * |
c2, |
|
|
char * |
c3 | |
|
) |
| | |
| int UI_mcl_modC |
( |
int |
iCol, |
|
|
char * |
ct | |
|
) |
| | |
| int UI_mcl_modNam |
( |
void * |
parent, |
|
|
void * |
data | |
|
) |
| | |
| int UI_mcl_CB_popup |
( |
void * |
parent, |
|
|
void ** |
data | |
|
) |
| | |
| int UI_mcl_CBM |
( |
void * |
widget, |
|
|
void * |
event | |
|
) |
| | |
| int UI_mcl_CBL |
( |
GtkTreeSelection * |
selection, |
|
|
gpointer |
data | |
|
) |
| | |
| int UI_mcl_cbFunc |
( |
void * |
f_CB |
) |
|
| int UI_mcl_CBB |
( |
void * |
parent, |
|
|
void * |
data | |
|
) |
| | |
| int UI_mcl_CB1 |
( |
void * |
parent, |
|
|
void * |
data | |
|
) |
| | |
| int UI_mcl_init_selected |
( |
|
) |
|
| int UI_mcl_add__ |
( |
int |
typ, |
|
|
long |
dbi, |
|
|
int |
lNr, |
|
|
char * |
oSrc, |
|
|
char * |
oTxt, |
|
|
char * |
oNam, |
|
|
int |
iGrp | |
|
) |
| | |
| int UI_mcl__ |
( |
void * |
parent, |
|
|
void * |
data | |
|
) |
| | |
Variable Documentation