Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Error in ChGtk.cpp - Doesn't build on Linux
Error in ChGtk.cpp - Doesn't build on Linux [message #13204] Thu, 20 December 2007 19:06 Go to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
In ChGtk line 548 :

GtkChButton(ts.look);
ts.look[CTRL_NORMAL] = Null;
ts.look[CTRL_DISABLED] = Null;
GtkCh(ts.look[4], 1, 1);
GtkCh(ts.look[5], 1, 1);


Should be :

GtkChButton(ts.buttonstyle.look);
ts.buttonstyle.look[CTRL_NORMAL] = Null;
ts.buttonstyle.look[CTRL_DISABLED] = Null;
GtkCh(ts.buttonstyle.look[4], 1, 1);
GtkCh(ts.buttonstyle.look[5], 1, 1);


I'll update svn accordingly, please feedback if it's not correct.

Ciao

Max

[Updated on: Thu, 20 December 2007 19:50]

Report message to a moderator

Re: Error in ChGtk.cpp - Doesn't build on Linux [message #13209 is a reply to message #13204] Fri, 21 December 2007 11:51 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Fixed. (will be synced in a couple of hours).

Mirek
Previous Topic: EditDate bug ( possible)
Next Topic: Drawing without calling Refresh()
Goto Forum:
  


Current Time: Fri Mar 29 15:22:20 CET 2024

Total time taken to generate the page: 0.01226 seconds