Re: OpenEuphoria All-in-One archives fro beginners
- Posted by ghaberek (admin) May 22, 2015
- 3322 views
I have started writing something but it can't be done as long as libwxeu*.dll does not wrap the wxClassInfo class which provides the function GetClassName().
These types of multi-class functions are implemented within the library itself, where wxClassInfo is used to do such things.
Matt, Greg, could this function be included in libwxeu? It would help simplifying wxEuphoria usage for beginners as in this example.
I'm not sure what Matt's response will be, but I'm going to say no. The names used in wxEuphoria come from wxWidgets and we try to follow suit as closely as possible.
Plus I don't even like the idea of lumping all labels and values as "text" like Win32Lib does. Not everything is "text" anyways.
If there's any question as to the purpose of a function, or as to which function does which thing, one should consult the documentation.
-Greg