]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIPackageBrowser2.h
#3203 BBTK Feature New Normal - vtk7itk4wx3-mingw64
[bbtk.git] / kernel / src / bbtkWxGUIPackageBrowser2.h
index c0eb0a60f5eed32e6908bd821fe311bd5bdaef76..a4b806297e14a642371f8e9ce12a25e06aaea7ed 100644 (file)
@@ -106,6 +106,7 @@ namespace bbtk
 
     void UpdateInfo(BlackBoxDescriptor* descr);
     void InsertInputOutput(wxListCtrl* l, BlackBoxInputOutputDescriptor* i);
+       void OnEraseBackGround( wxEvent& );
   private:
     BlackBoxDescriptor* mDescriptor;
     wxStaticText* mName;
@@ -168,7 +169,6 @@ namespace bbtk
     void OnActivated(wxListEvent& event);
     void OnFocused(wxListEvent& event);
     void OnCacheHint(wxListEvent& event);
-
     void OnChar(wxKeyEvent& event);
 
 #if USE_CONTEXT_MENU
@@ -214,6 +214,7 @@ private:
     bool IsVisible(BlackBoxDescriptor::Pointer d);
 
     void OnFilter(wxCommandEvent&);
+       void OnEraseBackGround( wxEvent& );
 
     // User callback when a box is selected in the list
     void WxGUIBlackBoxListUserOnSelected( BlackBoxDescriptor* );