diff --git a/src/gtk/toolbar.cpp b/src/gtk/toolbar.cpp index ebc50a073e..d95f4d7cb8 100644 --- a/src/gtk/toolbar.cpp +++ b/src/gtk/toolbar.cpp @@ -696,7 +696,7 @@ wxSize wxToolBar::DoGetBestSize() const wxToolBarToolBase *wxToolBar::FindToolForPosition(wxCoord WXUNUSED(x), wxCoord WXUNUSED(y)) const { - // VZ: GTK+ doesn't seem to have such thing + // TODO: implement this using gtk_toolbar_get_drop_index() wxFAIL_MSG( wxT("wxToolBar::FindToolForPosition() not implemented") ); return NULL;