Re: pixmap doesn?t show in drawing_area



From: <hunchback netcabo pt>
>
> And when you include C librarys in C++ do it in this way:
>
> extern "C"{
> #include <gtk/gtk.h>
> #include <gdk/gdk.h>
> }

This shouldn't be necesarry with gtk, because the headers
include the 'extern "C"' stuff, wrapped in '#ifdef __cplusplus'.

Ron Steinke



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]