Home
last modified time | relevance | path

Searched refs:m_selectedFont (Results 26 – 47 of 47) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk/
H A Dfontpicker.h55 { m_selectedFont.SetNativeFontInfo(wxString::FromUTF8(gtkdescription)); } in SetNativeFontInfo()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/gtk/
H A Dfontpicker.h61 { m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); } in SetNativeFontInfo()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/gtk/
H A Dfontpicker.h61 { m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); } in SetNativeFontInfo()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/gtk/
H A Dfontpicker.h61 { m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); } in SetNativeFontInfo()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/gtk/
H A Dfontpicker.h61 { m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); } in SetNativeFontInfo()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/gtk/
H A Dfontpicker.h55 { m_selectedFont.SetNativeFontInfo(wxString::FromUTF8(gtkdescription)); } in SetNativeFontInfo()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/aui/
H A Dtabart.h191 wxFont m_selectedFont; variable
290 wxFont m_selectedFont; variable
H A Dauibook.h427 wxFont m_selectedFont; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/aui/
H A Dtabart.h191 wxFont m_selectedFont; variable
290 wxFont m_selectedFont; variable
H A Dauibook.h427 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/aui/
H A Dtabart.h197 wxFont m_selectedFont; variable
296 wxFont m_selectedFont; variable
H A Dauibook.h429 wxFont m_selectedFont; variable
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Ddashboard_pi.h400 wxFont GetSelectedFont() const { return m_selectedFont; } in GetSelectedFont()
424 wxFont m_selectedFont; variable
H A Ddashboard_pi.cpp3961 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
3977 m_data.SetInitialFont(m_selectedFont); in OnButtonClick()
4009 m_selectedFont = m_data.GetChosenFont(); in OnButtonClick()
4012 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
4021 if ( !m_selectedFont.IsOk() ) in UpdateFont()
4030 wxButton::SetFont(m_selectedFont); in UpdateFont()
4034 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
4035 m_selectedFont.GetPointSize()); in UpdateFont()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/aui/
H A Dauibook.h804 wxFont m_selectedFont; /// The font used on the selected tab variable
907 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/aui/
H A Dauibook.h826 wxFont m_selectedFont; /// The font used on the selected tab variable
929 wxFont m_selectedFont; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/aui/
H A Dauibook.h804 wxFont m_selectedFont; /// The font used on the selected tab variable
907 wxFont m_selectedFont; variable
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dnotebookstyles.cpp47 clone->SetSelectedFont(m_selectedFont); in Clone()
170 dc.SetFont(m_selectedFont); in DrawTab()
251 clone->SetSelectedFont(m_selectedFont); in Clone()
364 dc.SetFont(m_selectedFont); in DrawTab()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Daui_notebook_ex.cpp82 art->SetSelectedFont(m_selectedFont); in Clone()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/aui/
H A Dauibook.cpp1698 m_selectedFont = *wxNORMAL_FONT; in InitNotebook()
1699 m_selectedFont.SetWeight(wxBOLD); in InitNotebook()
3235 m_selectedFont = font; in SetSelectedFont()
3440 tabctrl->SetSelectedFont(m_selectedFont); in DoModifySelection()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/aui/
H A Dauibook.cpp1698 m_selectedFont = *wxNORMAL_FONT; in InitNotebook()
1699 m_selectedFont.SetWeight(wxBOLD); in InitNotebook()
3235 m_selectedFont = font; in SetSelectedFont()
3440 tabctrl->SetSelectedFont(m_selectedFont); in DoModifySelection()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dauibook.cpp1739 m_selectedFont = *wxNORMAL_FONT; in InitNotebook()
1740 m_selectedFont.SetWeight(wxFONTWEIGHT_BOLD); in InitNotebook()
3284 m_selectedFont = font; in SetSelectedFont()
3665 tabctrl->SetSelectedFont(m_selectedFont); in DoModifySelection()

12