Home
last modified time | relevance | path

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

/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.h214 void changeEditorFont();//!<Changes the Editor font via an font dialog.
H A Dwindow.cpp811 dialogMenu->addAction(tr("Change editor font"), this, SLOT(changeEditorFont())); in Window()
5200 void Window::changeEditorFont(){ in changeEditorFont() function in Window
/dports/textproc/retext/retext-7.2.2/ReText/
H A Dwindow.py129 trig=self.changeEditorFont)
613 def changeEditorFont(self): member in ReTextWindow