/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/dbdialog.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/dbdialog.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2102 by bh, Thu Mar 11 21:04:30 2004 UTC revision 2561 by bh, Tue Feb 8 20:34:29 2005 UTC
# Line 70  class ChooseDBTableDialog(wxDialog): Line 70  class ChooseDBTableDialog(wxDialog):
70          # The button box between the connections list box and the table          # The button box between the connections list box and the table
71          # list box          # list box
72          buttons = wxFlexGridSizer(3, 1, 0, 0)          buttons = wxFlexGridSizer(3, 1, 0, 0)
73          buttons.Add(20, 80, 0, wxEXPAND, 0)          buttons.Add( (20, 80), 0, wxEXPAND, 0)
74          retrieve_button = wxButton(self, ID_DBCHOOSE_RETRIEVE, _("Retrieve"))          retrieve_button = wxButton(self, ID_DBCHOOSE_RETRIEVE, _("Retrieve"))
75          EVT_BUTTON(self, ID_DBCHOOSE_RETRIEVE, self.OnRetrieve)          EVT_BUTTON(self, ID_DBCHOOSE_RETRIEVE, self.OnRetrieve)
76          buttons.Add(retrieve_button, 0, wxALL          buttons.Add(retrieve_button, 0, wxALL
77                      |wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 4)                      |wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 4)
78          buttons.Add(20, 80, 0, wxEXPAND, 0)          buttons.Add( (20, 80), 0, wxEXPAND, 0)
79          main_sizer.Add(buttons, 0, wxEXPAND, 0)          main_sizer.Add(buttons, 0, wxEXPAND, 0)
80    
81          # The list box with the tables          # The list box with the tables

Legend:
Removed from v.2102  
changed lines
  Added in v.2561

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26