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  |
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.
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 21:20:12 CEST 2025
Total time taken to generate the page: 0.00717 seconds
|