]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIPackageBrowser2.h
#3212 BBTK Feature New Normal - vtk8itk4wx3-mingw64 MACOS
[bbtk.git] / kernel / src / bbtkWxGUIPackageBrowser2.h
index c0eb0a60f5eed32e6908bd821fe311bd5bdaef76..762f78bb2c317d3612fb13547d6bfaef519d8a95 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
@@ -193,6 +193,7 @@ private:
 
     wxListItemAttr m_attr;
 
+
     //    DECLARE_NO_COPY_CLASS(WxGUIBlackBoxListCtrl)
     DECLARE_EVENT_TABLE()
 };
@@ -214,6 +215,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* );
@@ -242,6 +244,7 @@ private:
     wxCheckBox                                 *mShowWidgetsFilter;
     wxCheckBox                                 *mShowAdaptorsFilter;
     wxCheckBox                                 *mShowGUIsFilter;
+     
 
        //RaC
        BlackBoxDescriptor          *_actualSelected;