git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9981
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
break;
case wxTOOL_STYLE_SEPARATOR:
break;
case wxTOOL_STYLE_SEPARATOR:
- gtk_toolbar_append_space( m_toolbar );
+ gtk_toolbar_insert_space( m_toolbar, pos );
// skip the rest
return TRUE;
// skip the rest
return TRUE;
break;
case wxTOOL_STYLE_SEPARATOR:
break;
case wxTOOL_STYLE_SEPARATOR:
- gtk_toolbar_append_space( m_toolbar );
+ gtk_toolbar_insert_space( m_toolbar, pos );
// skip the rest
return TRUE;
// skip the rest
return TRUE;