From 8a98c321318291829ba28163e876ebb3c154de7a Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Fri, 12 Dec 2025 14:43:44 +0100 Subject: [PATCH] #3541 Tool tip layout widgets --- .../bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx | 9 ++------- packages/wx/src/bbwxLayoutLine.cxx | 3 ++- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index 4b91682..44ad8e2 100644 --- a/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -95,8 +95,7 @@ namespace bbtk SetAutoLayout(true); Layout(); - m_mgr.Update(); - + m_mgr.Update(); } //========================================================================= @@ -105,11 +104,7 @@ namespace bbtk delete editorgraphiccontainer; m_mgr.UnInit(); } - //========================================================================= - - - + } // EO namespace bbtk - // EOF diff --git a/packages/wx/src/bbwxLayoutLine.cxx b/packages/wx/src/bbwxLayoutLine.cxx index face218..e12add1 100644 --- a/packages/wx/src/bbwxLayoutLine.cxx +++ b/packages/wx/src/bbwxLayoutLine.cxx @@ -96,7 +96,8 @@ void LayoutLine::Process() wxBoxSizer *sizer; wxPanel *w = new wxPanel(parent, -1, wxDefaultPosition, wxSize(40,40) ); w->SetName( bbtk::std2wx( bbGetInputWinTitle() ) ); - + w->SetToolTip( bbtk::std2wx( bbGetFullName().c_str() ) ); + int style=0; if (bbtk::Utilities::loosematch(bbGetInputOrientation(), "0|H|HORIZONTAL")==true) { -- 2.52.0