Home
last modified time | relevance | path

Searched refs:GET_EDITABLE_POS (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk1/
H A Dprivate.h44 #define GET_EDITABLE_POS(w) GTK_EDITABLE((w))->current_pos macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/gtk1/
H A Dprivate.h44 #define GET_EDITABLE_POS(w) GTK_EDITABLE((w))->current_pos macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/gtk1/
H A Dprivate.h44 #define GET_EDITABLE_POS(w) GTK_EDITABLE((w))->current_pos macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/gtk1/
H A Dprivate.h45 #define GET_EDITABLE_POS(w) GTK_EDITABLE((w))->current_pos macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/gtk1/
H A Dprivate.h45 #define GET_EDITABLE_POS(w) GTK_EDITABLE((w))->current_pos macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/gtk1/
H A Dprivate.h45 #define GET_EDITABLE_POS(w) GTK_EDITABLE((w))->current_pos macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/gtk1/
H A Dprivate.h45 #define GET_EDITABLE_POS(w) GTK_EDITABLE((w))->current_pos macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dtextctrl.cpp471 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
495 gint len = GET_EDITABLE_POS(m_text); in WriteText()
827 return (long) GET_EDITABLE_POS(m_text); in GetInsertionPoint()
H A Dcombobox.cpp730 return (long) GET_EDITABLE_POS( GTK_COMBO(m_widget)->entry ); in GetInsertionPoint()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
484 gint len = GET_EDITABLE_POS(m_text); in WriteText()
845 return (long) GET_EDITABLE_POS(m_text); in GetInsertionPoint()
H A Dcombobox.cpp778 return (long) GET_EDITABLE_POS( GTK_COMBO(m_widget)->entry ); in GetInsertionPoint()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
484 gint len = GET_EDITABLE_POS(m_text); in WriteText()
845 return (long) GET_EDITABLE_POS(m_text); in GetInsertionPoint()
H A Dcombobox.cpp778 return (long) GET_EDITABLE_POS( GTK_COMBO(m_widget)->entry ); in GetInsertionPoint()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
484 gint len = GET_EDITABLE_POS(m_text); in WriteText()
845 return (long) GET_EDITABLE_POS(m_text); in GetInsertionPoint()
H A Dcombobox.cpp778 return (long) GET_EDITABLE_POS( GTK_COMBO(m_widget)->entry ); in GetInsertionPoint()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
484 gint len = GET_EDITABLE_POS(m_text); in WriteText()
845 return (long) GET_EDITABLE_POS(m_text); in GetInsertionPoint()
H A Dcombobox.cpp778 return (long) GET_EDITABLE_POS( GTK_COMBO(m_widget)->entry ); in GetInsertionPoint()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dtextctrl.cpp471 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
495 gint len = GET_EDITABLE_POS(m_text); in WriteText()
827 return (long) GET_EDITABLE_POS(m_text); in GetInsertionPoint()
H A Dcombobox.cpp730 return (long) GET_EDITABLE_POS( GTK_COMBO(m_widget)->entry ); in GetInsertionPoint()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dtextctrl.cpp471 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
495 gint len = GET_EDITABLE_POS(m_text); in WriteText()
827 return (long) GET_EDITABLE_POS(m_text); in GetInsertionPoint()
H A Dcombobox.cpp730 return (long) GET_EDITABLE_POS( GTK_COMBO(m_widget)->entry ); in GetInsertionPoint()