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++ Core » storing my struct in a Value
storing my struct in a Value [message #807] Fri, 03 February 2006 10:13 Go to previous message
hojtsy is currently offline  hojtsy
Messages: 241
Registered: January 2006
Location: Budapest, Hungary
Experienced Member
How do I pass this struct inside a Value? Are there some preprocessor macros or inheritance needed for a type to storable inside a Value? How do I "cast" a Value back to my type?
struct MyType
{
  String s;
  Color bg, fg;
};
I am trying to use this type as the cell data in ArrayCtrl.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: multithread access to the same control
Next Topic: substring find
Goto Forum:
  


Current Time: Thu May 16 02:52:10 CEST 2024

Total time taken to generate the page: 0.02251 seconds