Within this file, you ??™ ll find a single table called ??? functions ??? containing four columns. These
Figure 17-7
500
Part III: Extending the Possibilities
columns detail the row identity, the name of the function, the number of parameters accepted by the
function, and the type of its return value, in that order. Start your journey into using hxGtk by
instantiating a control using the data stored in this table. This way, you will see that pretty much every
control within the hxGtk library can be treated in the same fashion, and therefore, there is little of the
library that should be overwhelming, despite its astronomical size.
The function names stored in the neko_name column are named after the GTK library equivalents.
For the most part, the differences between the function names in hxGtk and those of GTK are that
the hxGtk function names have had any underscores ( _ ) removed, and have been prepended with the
characters hx_ . Knowing this should greatly aid function usage.
Looking at the records stored in the SQLite file, locate the one with the name hx_gtkwindownew .
Pages:
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928