Home
last modified time | relevance | path

Searched refs:ShowTextCtrl (Results 1 – 2 of 2) sorted by relevance

/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotctrl.cpp872 ShowTextCtrl(wxPLOT_EDIT_TITLE, true); in OnMouse()
874 ShowTextCtrl(wxPLOT_EDIT_XAXIS, true); in OnMouse()
876 ShowTextCtrl(wxPLOT_EDIT_YAXIS, true); in OnMouse()
879 ShowTextCtrl(wxPLOT_EDIT_TITLE, true); in OnMouse()
881 ShowTextCtrl(wxPLOT_EDIT_XAXIS, true); in OnMouse()
883 ShowTextCtrl(wxPLOT_EDIT_YAXIS, true); in OnMouse()
888 void wxPlotCtrl::ShowTextCtrl(wxPlotCtrlTextCtrl_Type type, bool send_event) in ShowTextCtrl() function in wxPlotCtrl
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/plotctrl/
H A Dplotctrl.h672 void ShowTextCtrl(wxPlotCtrlTextCtrl_Type type, bool send_event = false);