X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkWxGUIPackageBrowser2.h;h=a4b806297e14a642371f8e9ce12a25e06aaea7ed;hb=4a7c20686ae0480a3c522db62ac9b01fdff030a5;hp=c0eb0a60f5eed32e6908bd821fe311bd5bdaef76;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIPackageBrowser2.h b/kernel/src/bbtkWxGUIPackageBrowser2.h index c0eb0a6..a4b8062 100644 --- a/kernel/src/bbtkWxGUIPackageBrowser2.h +++ b/kernel/src/bbtkWxGUIPackageBrowser2.h @@ -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* );