Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. self.m_textCtrl_nacim = wx.GenericDatePickerCtrl(self.panel, size=(120,-1),
  2. style = wx.DP_DROPDOWN
  3. | wx.DP_SHOWCENTURY
  4. | wx.DP_ALLOWNONE )
  5. self.Bind(wx.EVT_DATE_CHANGED, self.OnDateChanged, self.m_textCtrl_nacim)
  6. sizer.Add(self.m_textCtrl_nacim, 0, wx.LEFT, 50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement