git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34948
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
m_control = NULL ;
#if wxMAC_USE_NATIVE_TOOLBAR
{
m_control = NULL ;
#if wxMAC_USE_NATIVE_TOOLBAR
- m_toolbarItemRef = NULL ;
+ m_toolbarItemRef = NULL ;
return m_toolbarItemRef ;
}
#endif
return m_toolbarItemRef ;
}
#endif
result = noErr;
}
break ;
result = noErr;
}
break ;
#ifdef __WXMAC_OSX__
case kEventControlHitTest :
{
#ifdef __WXMAC_OSX__
case kEventControlHitTest :
{
case kEventClassControl :
result = wxMacToolBarToolControlEventHandler( handler, event, data ) ;
break ;
case kEventClassControl :
result = wxMacToolBarToolControlEventHandler( handler, event, data ) ;
break ;
case kEventClassToolbarItem :
result = wxMacToolBarCommandEventHandler( handler, event, data ) ;
break ;
case kEventClassToolbarItem :
result = wxMacToolBarCommandEventHandler( handler, event, data ) ;
break ;
result = HIToolbarItemChangeAttributes( m_toolbarItemRef, addAttrs, removeAttrs );
}
#endif
result = HIToolbarItemChangeAttributes( m_toolbarItemRef, addAttrs, removeAttrs );
}
#endif
#ifdef __WXMAC_OSX__
if ( toggle )
{
#ifdef __WXMAC_OSX__
if ( toggle )
{
//
bool wxToolBar::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size,
long style, const wxString& name)
//
bool wxToolBar::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size,
long style, const wxString& name)
if ( !wxToolBarBase::Create( parent , id , pos , size , style ) )
return FALSE ;
if ( !wxToolBarBase::Create( parent , id , pos , size , style ) )
return FALSE ;
bool wxToolBar::Show( bool show )
{
bool bResult, ownToolbarInstalled = false;
bool wxToolBar::Show( bool show )
{
bool bResult, ownToolbarInstalled = false;
void wxToolBar::DoGetSize( int *width, int *height ) const
{
#if wxMAC_USE_NATIVE_TOOLBAR
void wxToolBar::DoGetSize( int *width, int *height ) const
{
#if wxMAC_USE_NATIVE_TOOLBAR