Skip to content
Snippets Groups Projects
Commit 6317041a authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add shown method

parent 8cdc253b
No related branches found
No related tags found
No related merge requests found
......@@ -157,4 +157,11 @@ PackedWidgetManager
m_PackedWidget->m_ZoomGroup->label(label);
}
int
PackedWidgetManager
::Shown()
{
m_PackedWidget->m_Window->shown();
}
}
......@@ -63,6 +63,7 @@ public:
virtual void SetLabelScrollWidget(const char * label);
virtual void SetLabelFullWidget(const char * label);
virtual void SetLabelZoomWidget(const char * label);
virtual int Shown();
protected:
/** Constructor */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment