npcole / npyscreen

Automatically exported from code.google.com/p/npyscreen
Other
479 stars 109 forks source link

TitleSelectOne #86

Open emper0r opened 5 years ago

emper0r commented 5 years ago

Hi @npcole ,

I'm using TitleSelectOne and it's ok by default.....

Title: OptionA ( X ) 
       OptionB ( )

in some case would be fine but exist any option to put this options in horizontal ? like

Title:    OptionA ( X )      OptionB ( )

I can't see in the doc something like

F.add(npyscreen.TitleSelectOne, max_height=3, value = [0,], name="True or False", values = ["Yes","No"], horizontal=True)