Home
last modified time | relevance | path

Searched refs:m_NormalFonts (Results 1 – 15 of 15) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/html/
H A Dhelpwnd.cpp284 m_NormalFonts = m_FixedFonts = NULL; in Init()
620 if (m_NormalFonts) delete m_NormalFonts; in ~wxHtmlHelpWindow()
1313 if (m_NormalFonts == NULL) in BEGIN_EVENT_TABLE()
1315 m_NormalFonts = new wxArrayString(wxFontEnumerator::GetFacenames()); in BEGIN_EVENT_TABLE()
1316 m_NormalFonts->Sort(); // ascending sort in BEGIN_EVENT_TABLE()
1341 for (i = 0; i < m_NormalFonts->GetCount(); i++) in BEGIN_EVENT_TABLE()
1342 dlg.NormalFont->Append((*m_NormalFonts)[i]); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/html/
H A Dhelpwnd.cpp284 m_NormalFonts = m_FixedFonts = NULL; in Init()
620 if (m_NormalFonts) delete m_NormalFonts; in ~wxHtmlHelpWindow()
1313 if (m_NormalFonts == NULL) in BEGIN_EVENT_TABLE()
1315 m_NormalFonts = new wxArrayString(wxFontEnumerator::GetFacenames()); in BEGIN_EVENT_TABLE()
1316 m_NormalFonts->Sort(); // ascending sort in BEGIN_EVENT_TABLE()
1341 for (i = 0; i < m_NormalFonts->GetCount(); i++) in BEGIN_EVENT_TABLE()
1342 dlg.NormalFont->Append((*m_NormalFonts)[i]); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/html/
H A Dhelpwnd.cpp285 m_NormalFonts = m_FixedFonts = NULL; in Init()
611 if (m_NormalFonts) delete m_NormalFonts; in ~wxHtmlHelpWindow()
1324 if (m_NormalFonts == NULL) in BEGIN_EVENT_TABLE()
1326 m_NormalFonts = new wxArrayString(wxFontEnumerator::GetFacenames()); in BEGIN_EVENT_TABLE()
1327 m_NormalFonts->Sort(); // ascending sort in BEGIN_EVENT_TABLE()
1352 for (i = 0; i < m_NormalFonts->GetCount(); i++) in BEGIN_EVENT_TABLE()
1353 dlg.NormalFont->Append((*m_NormalFonts)[i]); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/html/
H A Dhelpwnd.cpp285 m_NormalFonts = m_FixedFonts = NULL; in Init()
611 if (m_NormalFonts) delete m_NormalFonts; in ~wxHtmlHelpWindow()
1324 if (m_NormalFonts == NULL) in BEGIN_EVENT_TABLE()
1326 m_NormalFonts = new wxArrayString(wxFontEnumerator::GetFacenames()); in BEGIN_EVENT_TABLE()
1327 m_NormalFonts->Sort(); // ascending sort in BEGIN_EVENT_TABLE()
1352 for (i = 0; i < m_NormalFonts->GetCount(); i++) in BEGIN_EVENT_TABLE()
1353 dlg.NormalFont->Append((*m_NormalFonts)[i]); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/html/
H A Dhelpwnd.cpp285 m_NormalFonts = m_FixedFonts = NULL; in Init()
611 if (m_NormalFonts) delete m_NormalFonts; in ~wxHtmlHelpWindow()
1324 if (m_NormalFonts == NULL) in BEGIN_EVENT_TABLE()
1326 m_NormalFonts = new wxArrayString(wxFontEnumerator::GetFacenames()); in BEGIN_EVENT_TABLE()
1327 m_NormalFonts->Sort(); // ascending sort in BEGIN_EVENT_TABLE()
1352 for (i = 0; i < m_NormalFonts->GetCount(); i++) in BEGIN_EVENT_TABLE()
1353 dlg.NormalFont->Append((*m_NormalFonts)[i]); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/html/
H A Dhelpwnd.cpp285 m_NormalFonts = m_FixedFonts = NULL; in Init()
611 if (m_NormalFonts) delete m_NormalFonts; in ~wxHtmlHelpWindow()
1324 if (m_NormalFonts == NULL) in BEGIN_EVENT_TABLE()
1326 m_NormalFonts = new wxArrayString(wxFontEnumerator::GetFacenames()); in BEGIN_EVENT_TABLE()
1327 m_NormalFonts->Sort(); // ascending sort in BEGIN_EVENT_TABLE()
1352 for (i = 0; i < m_NormalFonts->GetCount(); i++) in BEGIN_EVENT_TABLE()
1353 dlg.NormalFont->Append((*m_NormalFonts)[i]); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/html/
H A Dhelpwnd.cpp277 m_NormalFonts = m_FixedFonts = NULL; in Init()
605 delete m_NormalFonts; in ~wxHtmlHelpWindow()
1297 if (m_NormalFonts == NULL) in wxBEGIN_EVENT_TABLE()
1299 m_NormalFonts = new wxArrayString(wxFontEnumerator::GetFacenames()); in wxBEGIN_EVENT_TABLE()
1300 m_NormalFonts->Sort(); // ascending sort in wxBEGIN_EVENT_TABLE()
1334 for (i = 0; i < m_NormalFonts->GetCount(); i++) in wxBEGIN_EVENT_TABLE()
1335 dlg.NormalFont->Append((*m_NormalFonts)[i]); in wxBEGIN_EVENT_TABLE()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/html/
H A Dhelpfrm.h214 wxArrayString *m_NormalFonts, *m_FixedFonts; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/html/
H A Dhelpwnd.h240 wxArrayString *m_NormalFonts, *m_FixedFonts; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/html/
H A Dhelpwnd.h244 wxArrayString *m_NormalFonts, *m_FixedFonts; variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/html/
H A Dhelpwnd.h240 wxArrayString *m_NormalFonts, *m_FixedFonts; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/html/
H A Dhelpwnd.h240 wxArrayString *m_NormalFonts, *m_FixedFonts; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/html/
H A Dhelpwnd.h240 wxArrayString *m_NormalFonts, *m_FixedFonts; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/html/
H A Dhelpwnd.h244 wxArrayString *m_NormalFonts, *m_FixedFonts; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/html/
H A Dhelpwnd.h244 wxArrayString *m_NormalFonts, *m_FixedFonts; variable