https://bugzilla.novell.com/show_bug.cgi?id=208505 ------- Comment #6 from sbrabec@novell.com 2006-11-10 04:52 MST ------- Oh yes. The style code is different in GTK2. If styles are not substantial for your application, you can comment out any style related code for an easy port. If you want to be precise, you have to use new style code: gtk_widget_modify_bg() etc. New gtk discloses much less internal structures and prefers changing of attributes by functions (because it allows to change internals without breaking API). You can consult your changes with devhelp+gtk2-doc and look at gtk1-compat-devel package for some easy "porting" changes. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.