From: jean-pierre roux Date: Fri, 21 Mar 2008 10:09:11 +0000 (+0000) Subject: tab char X-Git-Tag: r0.6.1~102 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3ebc59b5e665805d936f11f6e525b3dcde0b8884;p=bbtk.git tab char --- diff --git a/packages/wx/src/bbwxColourSelector.cxx b/packages/wx/src/bbwxColourSelector.cxx index cf6547e..341c6e4 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/03/21 10:09:11 $ + 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 @@ -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); - 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 );