AddTBbreak

Syntax:

AddTBbreak()

Description:

Add a LineBreak after a Button to the Toolbar,

so the next added Button begins on a new line.


Example:

  ; Make 4 TextButtons, each on a new line
  AddTBtextButton(100,"Button 01",#TBpro_BUTTON)
  AddTBbreak()
  AddTBtextButton(101,"Button 02",#TBpro_BUTTON)
  AddTBbreak()
  AddTBtextButton(102,"Button 03",#TBpro_BUTTON)
  AddTBbreak()
  AddTBtextButton(103,"Button 04",#TBpro_BUTTON)

Remarks:

You can add a LineBreak only after a real Button.

( AddTBbutton() and AddTBtextButton() )

Separators are not real Buttons, so a LineBreak

after a Separator isnt possible.



Supported OS:   Windows