Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
Soory but your code dosn't work for me. you have missed some casts I think. #include <gtk/gtk.h> int main (int argc, char *argv[]) { /*** The Widgets we'll be using ***/ GtkWidget *win = NULL; GtkWidget *close = NULL; /*** Initialize GTK+ ***/ g_log_set_handler ("Gtk", G_LOG_LEVEL_WARNING, (GLogFunc) gtk_false, NULL); gtk_init …
The End.
Stefan_4