Home
last modified time | relevance | path

Searched refs:OnUnderline (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/font/
H A Dfont.cpp104 void OnUnderline(wxCommandEvent& event);
199 EVT_MENU(Font_Underlined, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
607 void MyFrame::OnUnderline(wxCommandEvent& event) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/font/
H A Dfont.cpp104 void OnUnderline(wxCommandEvent& event);
199 EVT_MENU(Font_Underlined, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
607 void MyFrame::OnUnderline(wxCommandEvent& event) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/font/
H A Dfont.cpp104 void OnUnderline(wxCommandEvent& event);
199 EVT_MENU(Font_Underlined, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
607 void MyFrame::OnUnderline(wxCommandEvent& event) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/font/
H A Dfont.cpp104 void OnUnderline(wxCommandEvent& event);
199 EVT_MENU(Font_Underlined, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
607 void MyFrame::OnUnderline(wxCommandEvent& event) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/font/
H A Dfont.cpp108 void OnUnderline(wxCommandEvent& event);
236 EVT_MENU(Font_Underlined, MyFrame::OnUnderline) in wxBEGIN_EVENT_TABLE()
736 void MyFrame::OnUnderline(wxCommandEvent& event) in OnUnderline() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/font/
H A Dfont.cpp108 void OnUnderline(wxCommandEvent& event);
236 EVT_MENU(Font_Underlined, MyFrame::OnUnderline) in wxBEGIN_EVENT_TABLE()
736 void MyFrame::OnUnderline(wxCommandEvent& event) in OnUnderline() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DRichTextCtrl.py350 def OnUnderline(self, evt): member in RichTextFrame
582 self.OnUnderline, self.OnUpdateUnderline)
639 shortHelp="Underline"), self.OnUnderline, self.OnUpdateUnderline)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/font/
H A Dfont.cpp207 void OnUnderline(wxCommandEvent& event);
342 EVT_MENU(Font_Underlined, MyFrame::OnUnderline)
885 void MyFrame::OnUnderline(wxCommandEvent& event) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/richtext/
H A Drichtext.cpp130 void OnUnderline(wxCommandEvent& event);
272 EVT_MENU(ID_FORMAT_UNDERLINE, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
1061 void MyFrame::OnUnderline(wxCommandEvent& WXUNUSED(event)) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/richtext/
H A Drichtext.cpp130 void OnUnderline(wxCommandEvent& event);
272 EVT_MENU(ID_FORMAT_UNDERLINE, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
1061 void MyFrame::OnUnderline(wxCommandEvent& WXUNUSED(event)) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/richtext/
H A Drichtext.cpp130 void OnUnderline(wxCommandEvent& event);
272 EVT_MENU(ID_FORMAT_UNDERLINE, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
1061 void MyFrame::OnUnderline(wxCommandEvent& WXUNUSED(event)) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/richtext/
H A Drichtext.cpp130 void OnUnderline(wxCommandEvent& event);
272 EVT_MENU(ID_FORMAT_UNDERLINE, MyFrame::OnUnderline) in BEGIN_EVENT_TABLE()
1061 void MyFrame::OnUnderline(wxCommandEvent& WXUNUSED(event)) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/richtext/
H A Drichtext.cpp239 void OnUnderline(wxCommandEvent& event);
418 EVT_MENU(ID_FORMAT_UNDERLINE, MyFrame::OnUnderline)
1446 void MyFrame::OnUnderline(wxCommandEvent& WXUNUSED(event)) in OnUnderline() function in MyFrame
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/richtext/
H A Drichtext.cpp242 void OnUnderline(wxCommandEvent& event);
421 EVT_MENU(ID_FORMAT_UNDERLINE, MyFrame::OnUnderline) in wxBEGIN_EVENT_TABLE()
1453 void MyFrame::OnUnderline(wxCommandEvent& WXUNUSED(event)) in OnUnderline() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/richtext/
H A Drichtext.cpp242 void OnUnderline(wxCommandEvent& event);
421 EVT_MENU(ID_FORMAT_UNDERLINE, MyFrame::OnUnderline) in wxBEGIN_EVENT_TABLE()
1453 void MyFrame::OnUnderline(wxCommandEvent& WXUNUSED(event)) in OnUnderline() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/overviews/
H A Drichtextctrl_overview.rst404 def OnUnderline(self, evt):
663 self.OnUnderline, self.OnUpdateUnderline)
722 … shortHelpString="Underline"), self.OnUnderline, self.OnUpdateUnderline)