Home | History | Annotate | Download | only in samples

Lines Matching refs:location

70         txt = wx.StaticText(self, -1, "Location:")
73 self.location = wx.ComboBox(
77 self.Bind(wx.EVT_COMBOBOX, self.OnLocationSelect, self.location)
78 self.location.Bind(wx.EVT_KEY_UP, self.OnLocationKey)
79 self.location.Bind(wx.EVT_CHAR, self.IgnoreReturn)
80 btnSizer.Add(self.location, 1, wx.EXPAND|wx.ALL, 2)
86 self.location.Append(self.current)
101 self.location.SetValue(event.GetURL())
106 URL = self.location.GetValue()
107 self.location.Append(URL)
117 url = self.location.GetStringSelection()
121 dlg = wx.TextEntryDialog(self, "Open Location",