[Implemented] UpdateToolbar()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

[Implemented] UpdateToolbar()

Post by Flype »

I'd like to see this function : UpdateToolbar()

for the moment we have to do it like this :
SendMessage_( AddressOfToolbar, #TB_AUTOSIZE, #NULL, #NULL )

:wink:

(A toolbar is automatically sized now)
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

As WindowID(), GadgetID()... what about a ToolbarID() function :idea:
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

Just use Danilos excellent PureTools. It contains everything you asked for and much, much more.
Post Reply