What format do the icon images need to be in for the TreeGadget on OSX? I have tried 16x16 files in bmp and ico format but neither show up. I do not get an error or anything, just no image. Currently, I use 8x8 bmp files for the TreeGadget on Linux and it works fine.
-Beach
TreeGadget images?
TreeGadget images?
-Beach
Sweet! Thanks Fred. This must be why
isn't working for me.
On GTK2, Disclosure Triangles are is just an extension of the GtkTreeView and are called Expander Columns, but on the Mac, it seems to be part of their ListView control (although the behavior is identical to TreeView).
So Fred, are you saying that V4 Linux and Mac will be able to use Disclosure Triangles (Mac) and Expander Columns (GTK)?
Code: Select all
gtk_tree_view_set_expander_column_(GadgetID(#MyTree),1)
On GTK2, Disclosure Triangles are is just an extension of the GtkTreeView and are called Expander Columns, but on the Mac, it seems to be part of their ListView control (although the behavior is identical to TreeView).
So Fred, are you saying that V4 Linux and Mac will be able to use Disclosure Triangles (Mac) and Expander Columns (GTK)?