wxCLOSE_BOX |
wxMAXIMIZE_BOX |
wxMINIMIZE_BOX |
- wxCAPTION
- ),
+ wxCAPTION
+ ),
mBox(b)
{
bbtkDebugMessage("widget",9,"["<<b->bbGetName()<<"] WxFrame()"
std2wx( ConstructWinTitle() ),
wxSize( bbGetInputWinWidth() ,
bbGetInputWinHeight() ) );
- w->Show();
-
-
+ w->SetFocus(); // focus on my window
+ w->Raise(); // bring window to front
+ w->Show(true);
}
//==================================================================
BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReplaceCleanString,bbtk::AtomicBlackBox);
BBTK_NAME("ReplaceCleanString");
BBTK_AUTHOR("InfoDev");
- BBTK_DESCRIPTION("No Description.");
+ BBTK_DESCRIPTION("(C++,Python) No Description.");
BBTK_CATEGORY("empty");
BBTK_INPUT(ReplaceCleanString,In,"Input string",std::string,"");
BBTK_INPUT(ReplaceCleanString,Replace,"New string to be put",std::string,"");
bbSetOutputClippedPolyData(outPolydata);
// std::cout << "RaC PlaneClipPolyData::Process END "<<polydataCopy<< std::endl;
-
}
-//=====
+
+//=====
// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
//=====
void PlaneClipPolyData::bbUserSetDefaultValues()
{
-
-
}
-//=====
+
+//=====
// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
//=====
void PlaneClipPolyData::bbUserInitializeProcessing()
{
-
-
}
-//=====
+
+//=====
// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
//=====
void PlaneClipPolyData::bbUserFinalizeProcessing()
{
-
}
-}
-// EO namespace bbvtk
+
+}// EO namespace bbvtk