C-KIT-GUI-GTK 0.62
|
image, button with image, tutorial More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include "../ut/ut_umem.h"
#include "../ut/ut_os.h"
#include "../gui/gui_types.h"
#include "../gui/gui_base.h"
#include "../gui_gtk3/gtk_image.h"
Functions | |
int | GUI_TUT_m_CB (GtkWidget *widget, GdkEventExpose *event, gpointer userdata) |
int | GUI_TUT_CB_tmr (void *data) |
int | GUI_TUT_m__ (int ii) |
int | GUI_TUT_t__ (char *ltxt) |
MemObj | GUI_img__ (MemObj *o_par, char *filnam, char *opts) |
int | GUI_Ico_init (char *icoNam[]) |
Variables | |
static int | icoNr |
GdkPixbuf ** | IcoTab |
static GtkWidget * | TUT_win |
GtkWidget * | UI_act_wi |
image, button with image, tutorial
int GUI_TUT_m_CB | ( | GtkWidget * | widget, |
GdkEventExpose * | event, | ||
gpointer | userdata | ||
) |
draw transp. window-backgnd
int GUI_TUT_CB_tmr | ( | void * | data | ) |
timer-callback: destroy.
int GUI_TUT_m__ | ( | int | ii | ) |
int GUI_TUT_t__ | ( | char * | ltxt | ) |
display text without decoration for 0.8 secs
int GUI_Ico_init | ( | char * | icoNam[] | ) |
|
static |
GdkPixbuf** IcoTab |
|
static |
GtkWidget* UI_act_wi |