Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

test002guiprototyp.c File Reference

Prototype to explore the programming of gtk (graphical interface). More...

#include <time.h>
#include <math.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <glib.h>

Defines

#define CENTER   150
#define LENGTH   100

Functions

void my_callback (GtkWidget *widget, gpointer data)
void drawrobot (GtkWidget *widget, int x, int y, int ox, int oy)
void my_redraw (GtkWidget *widget, gpointer data)
void check_button_press_cb (GtkWidget *widget, gpointer data)
int main (int argc, char *argv[])
 test0001sockts: see test0001sockts.c. More...


Variables

GtkWidget * spinner_app


Detailed Description

Prototype to explore the programming of gtk (graphical interface).

Compused of various online-stuff.


Define Documentation

#define CENTER   150
 

#define LENGTH   100
 


Function Documentation

void check_button_press_cb GtkWidget *    widget,
gpointer    data
 

void drawrobot GtkWidget *    widget,
int    x,
int    y,
int    ox,
int    oy
 

int main int    argc,
char *    argv[]
 

test0001sockts: see test0001sockts.c.

void my_callback GtkWidget *    widget,
gpointer    data
 

void my_redraw GtkWidget *    widget,
gpointer    data
 


Variable Documentation

GtkWidget* spinner_app
 


Generated on Mon Apr 25 10:53:26 2005 for Hofmeier_FYP:libcomm by doxygen1.2.15