gtk_toolbar_set_tooltips( GTK_TOOLBAR(m_toolbar), TRUE );
+ gtk_toolbar_append_space( m_toolbar );
+
m_parent->AddChild( this );
(m_parent->m_insertCallback)( m_parent, this );
node = node->Next();
}
- m_height += 10;
+ m_height += 12;
}
void wxToolBar::EnableTool(int toolIndex, bool enable)
void wxToolBar::SetMargins( int WXUNUSED(x), int WXUNUSED(y) )
{
- wxFAIL_MSG( "wxToolBar::SetMargins not implemented" );
+// wxFAIL_MSG( "wxToolBar::SetMargins not implemented" );
}
void wxToolBar::SetToolPacking( int WXUNUSED(packing) )