MenuBar() for TreeGadgets?

Windows specific forum
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

MenuBar() for TreeGadgets?

Post by BarryG »

Is there an easy API way (callback?) to draw a line between some items in a TreeGadget(), like MenuBar() does for menus? I don't really want to use any of the big custom treegadget modules in these forums to replace my single official TreeGadget() to do it. But if there's no way, I'll make do without.
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: MenuBar() for TreeGadgets?

Post by mk-soft »

Not supported by WC_TREEVIEW.
See msdn.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
ChrisR
Addict
Addict
Posts: 1127
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

Re: MenuBar() for TreeGadgets?

Post by ChrisR »

Probably not what you are looking for but maybe with the Alt(196) Char
AddGadgetItem(#TreeGadget0, -1, "───────────────────────")
Post Reply