Searched refs:SetTitle (Results 26 - 50 of 119) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmdi.cpp397 SetTitle(title);
548 void wxMDIChildFrame::SetTitle(const wxString& title) function in class:wxMDIChildFrame
550 wxTopLevelWindow::SetTitle( title );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcolordlg.cpp168 void wxColourDialog::SetTitle(const wxString& title) function in class:wxColourDialog
H A Dfdrepdlg.cpp418 SetTitle(title);
504 void wxFindReplaceDialog::SetTitle( const wxString& title) function in class:wxFindReplaceDialog
H A Ddialog.cpp98 wxPROPERTY( Title, wxString, SetTitle, GetTitle, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddialog.cpp119 SetTitle(rsTitle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dframe.cpp126 wxPROPERTY( Title,wxString, SetTitle, GetTitle, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dmenu.cpp90 wxPROPERTY( Title, wxString , SetTitle, GetTitle, wxString(), 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
291 void wxMenu::SetTitle(const wxString& label) function in class:wxMenu
H A Dtoplevel.cpp228 void wxTopLevelWindowPalm::SetTitle( const wxString& WXUNUSED(title))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddlguser.cpp119 SetTitle(Temp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmdi.h142 virtual void SetTitle( const wxString &title );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdata.h57 void SetTitle(const wxString& title) { m_Title = title; } function in class:wxHtmlBookRecord
H A Dwebkit.h68 void SetTitle(const wxString& title) { SetPageTitle(title); } function in class:wxWebKitCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmenu.h38 virtual void SetTitle(const wxString& title);
H A Dtoplevel.h95 virtual void SetTitle( const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtoplevel.h91 virtual void SetTitle( const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dmenu.h43 virtual void SetTitle(const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmenu.h61 virtual void SetTitle(const wxString& title);
H A Dtoplevel.h49 virtual void SetTitle( const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmenu.h64 virtual void SetTitle(const wxString& rTitle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmenu.h52 virtual void SetTitle(const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dminifram.cpp370 void wxMiniFrame::SetTitle( const wxString &title ) function in class:wxMiniFrame
372 wxFrame::SetTitle( title );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dminifram.cpp398 void wxMiniFrame::SetTitle( const wxString &title ) function in class:wxMiniFrame
400 wxFrame::SetTitle( title );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp349 frame->SetTitle(title);
756 frame->SetTitle(buf);
769 frame->SetTitle(buf);
903 frame->SetTitle((wxChar *)buf.c_str());
975 frame->SetTitle(buf);
1305 frame->SetTitle(buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.cpp239 SetTitle(windowTitle);
422 SetTitle(windowTitle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.cpp229 subframe->SetTitle(title);
458 SetTitle(s_title);

Completed in 147 milliseconds

12345