Home
last modified time | relevance | path

Searched refs:menuAnnotations (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/stc/
H A Dstctest.cpp537 wxMenu* menuAnnotations = new wxMenu; in CreateMenu() local
538 menuAnnotations->Append(myID_ANNOTATION_ADD, _("&Add or edit an annotation..."), in CreateMenu()
540 menuAnnotations->Append(myID_ANNOTATION_REMOVE, _("&Remove annotation"), in CreateMenu()
542 menuAnnotations->Append(myID_ANNOTATION_CLEAR, _("&Clear all annotations")); in CreateMenu()
548 menuAnnotations->AppendSubMenu(menuAnnotationsStyle, "&Style"); in CreateMenu()
593 m_menuBar->Append (menuAnnotations, _("&Annotations")); in CreateMenu()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/stc/
H A Dstctest.cpp518 wxMenu* menuAnnotations = new wxMenu; in CreateMenu() local
519 menuAnnotations->Append(myID_ANNOTATION_ADD, _("&Add or edit an annotation..."), in CreateMenu()
521 menuAnnotations->Append(myID_ANNOTATION_REMOVE, _("&Remove annotation"), in CreateMenu()
523 menuAnnotations->Append(myID_ANNOTATION_CLEAR, _("&Clear all annotations")); in CreateMenu()
529 menuAnnotations->AppendSubMenu(menuAnnotationsStyle, "&Style"); in CreateMenu()
564 m_menuBar->Append (menuAnnotations, _("&Annotations")); in CreateMenu()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/stc/
H A Dstctest.cpp518 wxMenu* menuAnnotations = new wxMenu; in CreateMenu() local
519 menuAnnotations->Append(myID_ANNOTATION_ADD, _("&Add or edit an annotation..."), in CreateMenu()
521 menuAnnotations->Append(myID_ANNOTATION_REMOVE, _("&Remove annotation"), in CreateMenu()
523 menuAnnotations->Append(myID_ANNOTATION_CLEAR, _("&Clear all annotations")); in CreateMenu()
529 menuAnnotations->AppendSubMenu(menuAnnotationsStyle, "&Style"); in CreateMenu()
564 m_menuBar->Append (menuAnnotations, _("&Annotations")); in CreateMenu()