===================================================== Liste_Funktionen_Beginn: UI_Tex__ window Texture UI_Tex_Load textureFile selected .. UI_Tex_CB1 callback from keyin in texture-InputFileds .. UI_Tex_Key modify Scale/Offset/Ang-entries from cursor-keys UI_Tex_EntUpd update the entry-fields UI_Tex_EntIni init texure-userparameters Liste_Funktionen_Ende: =====================================================
#include "MS_Def0.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <gdk/gdkkeysyms.h>
#include "../ut/ut_geo.h"
#include "../ut/ut_txt.h"
#include "../gtk/ut_gtk.h"
#include "../gr/ut_UI.h"
#include "../xa/xa.h"
Functions | |
int | UI_Tex_Key (int iKey) |
int | UI_Tex_EntUpd (int mode, TexRef *tr) |
int | UI_Tex_EntIni () |
int | UI_Tex_Load (char *fnam, char *dirNam) |
int | UI_Tex_CB1 (GtkWidget *parent, GdkEventAny *event) |
int | UI_Tex__ (GtkWidget *parent, void *data) |
Variables | |
AP_STAT | AP_stat |
progress of Start | |
char | AP_dir_open [128] |
directory for OPEN | |
char | AP_sym_open [64] |
symbolic directory for OPEN | |
static GtkWidget * | Tex_ent_sc |
static GtkWidget * | Tex_ent_off |
static GtkWidget * | Tex_ent_ang |
static int | Tex_actEnt = 0 |
int UI_Tex_Key | ( | int | iKey | ) |
int UI_Tex_EntUpd | ( | int | mode, | |
TexRef * | tr | |||
) |
int UI_Tex_EntIni | ( | ) |
int UI_Tex_Load | ( | char * | fnam, | |
char * | dirNam | |||
) |
int UI_Tex_CB1 | ( | GtkWidget * | parent, | |
GdkEventAny * | event | |||
) |
int UI_Tex__ | ( | GtkWidget * | parent, | |
void * | data | |||
) |
char AP_dir_open[128] |
directory for OPEN
char AP_sym_open[64] |
symbolic directory for OPEN
GtkWidget* Tex_ent_sc [static] |
GtkWidget * Tex_ent_off [static] |
GtkWidget * Tex_ent_ang [static] |
int Tex_actEnt = 0 [static] |