m_widget = gtk_notebook_new();
-#ifdef __WXDEBUG__
- debug_focus_in( m_widget, "wxNotebook::m_widget", name );
-#endif
-
gtk_notebook_set_scrollable( GTK_NOTEBOOK(m_widget), 1 );
m_idHandler = gtk_signal_connect (
wxFAIL_MSG( "wxNotebook::SetPadding not implemented" );
}
+void wxNotebook::SetTabSize(const wxSize& sz)
+{
+ wxFAIL_MSG( "wxNotebook::SetTabSize not implemented" );
+}
+
bool wxNotebook::DeleteAllPages()
{
wxCHECK_MSG( m_widget != NULL, FALSE, "invalid notebook" );