Home
last modified time | relevance | path

Searched refs:wxGTK_CONV_FONT (Results 1 – 24 of 24) sorted by relevance

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/gtk/
H A Dprivate.h29 #define wxGTK_CONV_FONT(s, font) wxGTK_CONV((s)) macro
48 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font)) macro
49 #define wxGTK_CONV(s) wxGTK_CONV_FONT((s), m_font)
54 #define wxGTK_CONV_FONT(s, font) (s) macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/gtk/
H A Dprivate.h29 #define wxGTK_CONV_FONT(s, font) wxGTK_CONV((s)) macro
48 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font)) macro
49 #define wxGTK_CONV(s) wxGTK_CONV_FONT((s), m_font)
54 #define wxGTK_CONV_FONT(s, font) (s) macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/gtk/
H A Dprivate.h29 #define wxGTK_CONV_FONT(s, font) wxGTK_CONV((s)) macro
48 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font)) macro
49 #define wxGTK_CONV(s) wxGTK_CONV_FONT((s), m_font)
54 #define wxGTK_CONV_FONT(s, font) (s) macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/gtk/
H A Dprivate.h29 #define wxGTK_CONV_FONT(s, font) wxGTK_CONV((s)) macro
48 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font)) macro
49 #define wxGTK_CONV(s) wxGTK_CONV_FONT((s), m_font)
54 #define wxGTK_CONV_FONT(s, font) (s) macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk/
H A Dprivate.h37 #define wxGTK_CONV_FONT(s, font) wxGTK_CONV((s)) macro
83 #define wxGTK_CONV(s) wxGTK_CONV_FONT((s), m_font)
85 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font)) macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/gtk/
H A Dprivate.h36 #define wxGTK_CONV_FONT(s, font) wxGTK_CONV((s)) macro
82 #define wxGTK_CONV(s) wxGTK_CONV_FONT((s), m_font)
84 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font)) macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/gtk/
H A Dprivate.h37 #define wxGTK_CONV_FONT(s, font) wxGTK_CONV((s)) macro
83 #define wxGTK_CONV(s) wxGTK_CONV_FONT((s), m_font)
85 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font)) macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dtextmeasure.cpp127 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(string, GetFont()); in DoGetTextExtent()
173 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(text, GetFont()); in DoGetPartialTextExtents()
H A Dtextentry.cpp163 wxGTK_CONV_FONT(value, GetEditableWindow()->GetFont()), in WriteText()
H A Ddataview.cpp2206 g_value_set_string( &gvalue, wxGTK_CONV_FONT( str, GetOwner()->GetOwner()->GetFont() ) ); in SetTextValue()
2497 g_value_set_string( &gvalue, wxGTK_CONV_FONT( text, GetOwner()->GetOwner()->GetFont() ) ); in RenderText()
2615 buf = wxGTK_CONV_FONT(m_label, GetOwner()->GetOwner()->GetFont()); in GTKSetLabel()
2719 wxGTK_CONV_FONT(value.GetString(), in SetValue()
3087 gtk_tree_view_column_set_title( column, wxGTK_CONV_FONT(GetTitle(), GetOwner()->GetFont() ) ); in SetOwner()
3093 gtk_label_set_text( GTK_LABEL(m_label), ctrl ? wxGTK_CONV_FONT(title, ctrl->GetFont()) in SetTitle()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dtextmeasure.cpp127 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(string, GetFont()); in DoGetTextExtent()
173 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(text, GetFont()); in DoGetPartialTextExtents()
H A Dtextentry.cpp637 wxGTK_CONV_FONT(value, GetEditableWindow()->GetFont()), in WriteText()
1121 wxGTK_CONV_FONT(hint, GetEditableWindow()->GetFont()) in SetHint()
H A Ddataview.cpp2378 g_value_set_string( gvalue, wxGTK_CONV_FONT( str, GetOwner()->GetOwner()->GetFont() ) ); in SetTextValue()
2767 g_value_set_string( gvalue, wxGTK_CONV_FONT( text, GetOwner()->GetOwner()->GetFont() ) ); in RenderText()
2885 buf = wxGTK_CONV_FONT(m_label, GetOwner()->GetOwner()->GetFont()); in GTKSetLabel()
2985 wxGTK_CONV_FONT(value.GetString(), in SetValue()
3291 gtk_tree_view_column_set_title( column, wxGTK_CONV_FONT(GetTitle(), GetOwner()->GetFont() ) ); in SetOwner()
3297 gtk_label_set_text( GTK_LABEL(m_label), ctrl ? wxGTK_CONV_FONT(title, ctrl->GetFont()) in SetTitle()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dtextmeasure.cpp127 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(string, GetFont()); in DoGetTextExtent()
173 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(text, GetFont()); in DoGetPartialTextExtents()
H A Dtextentry.cpp163 wxGTK_CONV_FONT(value, GetEditableWindow()->GetFont()), in WriteText()
H A Ddataview.cpp2239 g_value_set_string( &gvalue, wxGTK_CONV_FONT( str, GetOwner()->GetOwner()->GetFont() ) ); in SetTextValue()
2530 g_value_set_string( &gvalue, wxGTK_CONV_FONT( text, GetOwner()->GetOwner()->GetFont() ) ); in RenderText()
2648 buf = wxGTK_CONV_FONT(m_label, GetOwner()->GetOwner()->GetFont()); in GTKSetLabel()
2752 wxGTK_CONV_FONT(value.GetString(), in SetValue()
3120 gtk_tree_view_column_set_title( column, wxGTK_CONV_FONT(GetTitle(), GetOwner()->GetFont() ) ); in SetOwner()
3126 gtk_label_set_text( GTK_LABEL(m_label), ctrl ? wxGTK_CONV_FONT(title, ctrl->GetFont()) in SetTitle()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Ddataview.cpp939 g_value_set_string( &gvalue, wxGTK_CONV_FONT( tmp, GetOwner()->GetOwner()->GetFont() ) ); in SetValue()
1532 gtk_tree_view_column_set_title( column, wxGTK_CONV_FONT(GetTitle(), GetOwner()->GetFont() ) ); in SetOwner()
1552 gtk_tree_view_column_set_title( column, ctrl ? wxGTK_CONV_FONT(title, ctrl->GetFont()) in SetTitle()
H A Ddcclient.cpp1747 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(string, *theFont); in DoGetTextExtent()
1790 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(text, m_font); in DoGetPartialTextExtents()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Ddataview.cpp939 g_value_set_string( &gvalue, wxGTK_CONV_FONT( tmp, GetOwner()->GetOwner()->GetFont() ) ); in SetValue()
1532 gtk_tree_view_column_set_title( column, wxGTK_CONV_FONT(GetTitle(), GetOwner()->GetFont() ) ); in SetOwner()
1552 gtk_tree_view_column_set_title( column, ctrl ? wxGTK_CONV_FONT(title, ctrl->GetFont()) in SetTitle()
H A Ddcclient.cpp1747 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(string, *theFont); in DoGetTextExtent()
1790 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(text, m_font); in DoGetPartialTextExtents()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Ddataview.cpp939 g_value_set_string( &gvalue, wxGTK_CONV_FONT( tmp, GetOwner()->GetOwner()->GetFont() ) ); in SetValue()
1532 gtk_tree_view_column_set_title( column, wxGTK_CONV_FONT(GetTitle(), GetOwner()->GetFont() ) ); in SetOwner()
1552 gtk_tree_view_column_set_title( column, ctrl ? wxGTK_CONV_FONT(title, ctrl->GetFont()) in SetTitle()
H A Ddcclient.cpp1747 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(string, *theFont); in DoGetTextExtent()
1790 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(text, m_font); in DoGetPartialTextExtents()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Ddataview.cpp939 g_value_set_string( &gvalue, wxGTK_CONV_FONT( tmp, GetOwner()->GetOwner()->GetFont() ) ); in SetValue()
1532 gtk_tree_view_column_set_title( column, wxGTK_CONV_FONT(GetTitle(), GetOwner()->GetFont() ) ); in SetOwner()
1552 gtk_tree_view_column_set_title( column, ctrl ? wxGTK_CONV_FONT(title, ctrl->GetFont()) in SetTitle()
H A Ddcclient.cpp1747 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(string, *theFont); in DoGetTextExtent()
1790 const wxCharBuffer dataUTF8 = wxGTK_CONV_FONT(text, m_font); in DoGetPartialTextExtents()