Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for athlon32

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 …

Member Avatar for Stefan_4
0
3K

The End.