On Sun, 2007-03-25 at 02:42 +1200, Dwayne Carter wrote: > I am developing a cross platform gui using gtkmm, and I'm having > problems under both windows and linux with look and feel. Specifically > under linux, the menu bar and toolbar are raised, not flat like I see in > other (GTK+ based) apps, and when I use buttons they are raised and > squared off, rather than the nice rounded off buttons native in gnome. > I have similar problems in windows, but would like to solve these > first. > > I am running debian etch with a gnome desktop, and I have installed > gtkmm 2.10.8 and all its dependencies from the source tar.bz's.
Was one of those dependencies gtk+-2.0? If so, you're probably running your gtkmm stuff compiled against a gtk+-2.0 in /usr/local, while your nice theme is living in /usr/ and thus not being found. John _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
