X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxColourSelector.cxx;h=9b03e2d85c14785143d5bba8dacf3dd0a2205bfc;hb=26550d07aa8d312e33a18a19b8844ba249202336;hp=cf6547e22681016f99d70b477e528646dbe694e8;hpb=6c157b0a50ff0852d0441e3cadc4df6342eb22ba;p=bbtk.git diff --git a/packages/wx/src/bbwxColourSelector.cxx b/packages/wx/src/bbwxColourSelector.cxx index cf6547e..9b03e2d 100644 --- a/packages/wx/src/bbwxColourSelector.cxx +++ b/packages/wx/src/bbwxColourSelector.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxColourSelector.cxx,v $ Language: C++ - Date: $Date: 2008/02/20 11:51:59 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/04/18 12:59:52 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,33 +20,28 @@ * \brief */ - #ifdef _USE_WXWIDGETS_ - #include "bbwxColourSelector.h" #include "bbwxPackage.h" #include - - namespace bbwx { BBTK_ADD_BLACK_BOX_TO_PACKAGE(wx,ColourSelector); - BBTK_USER_BLACK_BOX_IMPLEMENTATION(ColourSelector,bbtk::AtomicBlackBox); - + BBTK_BLACK_BOX_IMPLEMENTATION(ColourSelector,bbtk::AtomicBlackBox); void ColourSelector::bbUserConstructor() { } void ColourSelector::Process() - { + { bbtkDebugMessageInc("Core",9,"ColourSelector::Process() [" - <ShowModal(); if (colordialog->GetReturnCode()==wxID_OK) @@ -60,7 +55,7 @@ namespace bbwx } bbtkDebugDecTab("Core",9); } - + // void ColourSelector::CreateWidget() // { // mColorDialog = new wxColourSelector( 0 );