git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6836
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*be = new wxBitmapButton(panel, ID_EAST , bmpe),
*bs = new wxBitmapButton(panel, ID_SOUTH, bmps);
*be = new wxBitmapButton(panel, ID_EAST , bmpe),
*bs = new wxBitmapButton(panel, ID_SOUTH, bmps);
bn->SetToolTip(_("Find northernmost cell"));
bw->SetToolTip(_("Find westernmost cell"));
bc->SetToolTip(_("Find center of mass"));
be->SetToolTip(_("Find easternmost cell"));
bs->SetToolTip(_("Find southernmost cell"));
bn->SetToolTip(_("Find northernmost cell"));
bw->SetToolTip(_("Find westernmost cell"));
bc->SetToolTip(_("Find center of mass"));
be->SetToolTip(_("Find easternmost cell"));
bs->SetToolTip(_("Find southernmost cell"));
// add buttons to sizers
sizer2->Add( bw, 0, wxCENTRE | wxWEST, 4 );
// add buttons to sizers
sizer2->Add( bw, 0, wxCENTRE | wxWEST, 4 );