Seite 1 von 1

Textfeld in Toolbar

Verfasst: Sonntag 7. Oktober 2007, 11:47
von tomate
Kann mir jemand sagen wie ich Checkboxen, Textfelder in einer Toolbar anordnen kann, so dass sie nicht übereinander liegen?

Danke

Verfasst: Sonntag 7. Oktober 2007, 13:09
von tomate
Mit dem Code von Gerold konnte ich jetzt Textfelder in dieToolbar einfügen.

Code: Alles auswählen

txt_directinput = wx.TextCtrl(toolbar2)
txt_directinput.SetValue("Seavas") # :-)
toolbar2.AddControl(txt_directinput)
Wie ordne ich die einzelnen Widgets nebeneinander an?

Verfasst: Montag 8. Oktober 2007, 08:57
von tomate
Hat jemand nen kleinen Tipp für mich?