Program: bbtk
Module: $RCSfile: bbwxColourDialogButton.cxx,v $
Language: C++
- Date: $Date: 2008/02/13 15:09:37 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2008/02/14 08:06:19 $
+ Version: $Revision: 1.2 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
*/
void ColourDialogButton::CreateWidget()
{
- bbtkDebugMessage("Process",9,"=> ColourDialogButton::CreateWidget("
- <<parent<<")"<<std::endl);
+ bbtkDebugMessage("Process",9,"=> ColourDialogButton::CreateWidget()"<<std::endl);
float r,g,b;
sscanf( bbGetInputIn().c_str(), "%f %f %f", &r, &g ,&b);
pickerWidget = new wxColourPickerCtrlWidget(this, bbGetWxParent() , cr , cg , cb );
- bbtkDebugMessage("Process",9,"<= ColourDialogButton::CreateWidget("
- <<parent<<")"<<std::endl);
+ bbtkDebugMessage("Process",9,"<= ColourDialogButton::CreateWidget()"<<std::endl);
bbSetOutputWidget( pickerWidget );
}