tag1.connect_signal("property::selected", function(_)
mytextbox:set_text("Good") end)
tag2.connect_signal("property::selected", function(_)
mytextbox:set_text("Bad") end)Le Wed Jan 28 2015 at 16:59:04, mongoose <[email protected]> a écrit : > > Forgot to add in examples text values. > Text in the widget to be on first tag "Good", and on the second tag "Bad". > For exmaple ofcourse > > > > > -- > To unsubscribe, send mail to [email protected]. >
