![](https://secure.gravatar.com/avatar/516640127f084752aaf5f23c7119f1be.jpg?s=120&d=mm&r=g)
16 May
2013
16 May
'13
2:39 p.m.
That makes sense Alex, thanks for your help!
Martin,
On Thu, 2013-05-16 at 15:30 +0100, Alex Valavanis wrote:
I'm a bit rusty on C++ namespaces but I think that Gtk::manage and manage are the same here...
DocumentProperties inherits from UI::Widget::Panel, which inherits Gtk::VBox. As such, you can access stuff in the Gtk (or UI::Widget) namespace without using the prefix.