Searched refs:GetLabelTop (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmenu.h38 virtual wxString GetLabelTop( size_t pos ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dmenu.h38 virtual wxString GetLabelTop( size_t pos ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmenu.h122 virtual wxString GetLabelTop( size_t pos ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dmenu.h159 virtual wxString GetLabelTop(size_t pos) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dmenu.h108 virtual wxString GetLabelTop(size_t pos) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmenu.h126 virtual wxString GetLabelTop( size_t pos ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dmenu.h134 virtual wxString GetLabelTop( size_t pos ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmenu.h167 virtual wxString GetLabelTop( size_t pos ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmenu.h232 virtual wxString GetLabelTop(size_t nPos) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmenu.h148 virtual wxString GetLabelTop( size_t pos ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmenu.cpp155 info->Create( const_cast<wxMenuBar*>(this)->GetMenu(i) , GetLabelTop(i) ) ;
390 wxString wxMenuBar::GetLabelTop(size_t pos) const
393 wxT("invalid menu index in wxMenuBar::GetLabelTop") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dframe.cpp401 SetRightMenu(wxID_ANY, menubar->GetLabelTop(0), autoMenu);
410 wxString label = menubar->GetLabelTop(n);
H A Dmenu.cpp212 info->Create( const_cast<wxMenuBar*>(this)->GetMenu(i) , GetLabelTop(i) ) ;
935 wxString label = wxStripMenuCodes(GetLabelTop(i));
1082 wxString wxMenuBar::GetLabelTop(size_t pos) const
1085 wxT("invalid menu index in wxMenuBar::GetLabelTop") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmenu.h436 virtual wxString GetLabelTop(size_t pos) const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmenucmn.cpp1004 wxString title2 = GetLabelTop(i);
1063 if ( label == wxMenuItem::GetLabelFromText(GetLabelTop(i)) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/menu/
H A Dmenu.cpp719 mbar->GetLabelTop(count - 1).c_str());
734 mbar->GetLabelTop(count - 1),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp637 wxString wxMenuBar::GetLabelTop(size_t pos) const function in class:wxMenuBar
640 wxT("invalid menu index in wxMenuBar::GetLabelTop") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmenu.cpp248 wxString wxMenuBar::GetLabelTop(size_t pos) const function in class:wxMenuBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmenu.cpp889 wxString wxMenuBar::GetLabelTop(
894 wxT("invalid menu index in wxMenuBar::GetLabelTop") );
896 } // end of wxMenuBar::GetLabelTop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp1840 wxString wxMenuBar::GetLabelTop(size_t pos) const
1842 wxCHECK_MSG( pos < GetCount(), wxEmptyString, _T("invalid index in GetLabelTop") );
1977 dc.GetTextExtent(GetLabelTop(0), &size.x, &size.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmenu.tex960 \membersection{wxMenuBar::GetLabelTop}\label{wxmenubargetlabeltop}
962 \constfunc{wxString}{GetLabelTop}{\param{int}{ pos}}
1211 \helpref{wxMenuBar::GetLabelTop}{wxmenubargetlabeltop}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmenu.cpp962 wxString wxMenuBar::GetLabelTop(size_t pos) const function in class:wxMenuBar
965 wxT("invalid menu index in wxMenuBar::GetLabelTop") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmenu.cpp547 wxString wxMenuBar::GetLabelTop( size_t pos ) const function in class:wxMenuBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmenu.cpp530 wxString wxMenuBar::GetLabelTop( size_t pos ) const function in class:wxMenuBar

Completed in 304 milliseconds