Put a variable list in Combobox

Carlos Romero Martin <[email protected]>
Newsgroups gmane.comp.python.wxglade
Organization PhenixCR
Message-ID <[email protected]>
Hello list,

When I use wxGlade and definie a Combobox, the result is:

self.wxSysNotMatCompEmpresa = wx.ComboBox(self.NoteBookMatrizCom, wx.ID_ANY, 
choices=[_(*"<set by wxGlade>"*)], style=wx.CB_DROPDOWN | wx.TE_PROCESS_ENTER    
)

But how I can generate "[_(*"<set by *wxGlade>”)]” by a variable name directly in wxGlade 
soft, the result must be

self.wxSysNotMatCompEmpresa = wx.ComboBox(self.NoteBookMatrizCom, wx.ID_ANY, 
choices=VariableName, style=wx.CB_DROPDOWN | wx.TE_PROCESS_ENTER    )

Best reagrds and thks

Carlos

------------------------------------------------------------------------------

_______________________________________________
wxGlade-general mailing list
wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxglade-general
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.