Home
last modified time | relevance | path

Searched refs:historyDown (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11-toolkits/p5-Tk-HistEntry/Tk-HistEntry-0.45/
H A DHistEntry.pm26 $w->_entry->bind('<Down>' => sub { $w->historyDown });
27 $w->_entry->bind('<Control-n>' => sub { $w->historyDown });
138 sub historyDown { subroutine
/dports/lang/bsh/beanshell-2.1.0/src/bsh/util/
H A DAWTConsole.java159 historyDown(); in type()
244 private void historyDown() { in historyDown() method in AWTConsole
H A DJConsole.java198 historyDown(); in type()
428 private void historyDown() { in historyDown() method in JConsole
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiCommandBuffer.h66 std::string const historyDown();
H A DGuiCommandBuffer.cpp246 string const h = historyDown(); in down()
287 string const GuiCommandBuffer::historyDown() in historyDown() function in lyx::frontend::GuiCommandBuffer
/dports/x11-toolkits/p5-Tk-HistEntry/Tk-HistEntry-0.45/examples/
H A Dnewclass.pl39 -command => sub { $e->historyDown },
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DCustomElements.h71 void historyDown();
H A DCustomElements.cpp179 historyDown(); in event()
281 void ChatbarTextEdit::historyDown() { in historyDown() function in ChatbarTextEdit
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DCustomElements.h71 void historyDown();
H A DCustomElements.cpp179 historyDown(); in event()
281 void ChatbarTextEdit::historyDown() { in historyDown() function in ChatbarTextEdit
/dports/net-im/kopete/kopete-21.12.3/kopete/chatwindow/
H A Dchattexteditpart.h151 void historyDown();
H A Dkopetechatwindow.h157 QAction *historyDown; variable
H A Dkopetechatwindow.cpp457 historyDown = new QAction(i18n("Next History"), coll); in initActions()
458 coll->addAction(QStringLiteral("history_down"), historyDown); in initActions()
459 coll->setDefaultShortcut(historyDown, QKeySequence(Qt::CTRL + Qt::Key_Down)); in initActions()
460 connect(historyDown, SIGNAL(triggered(bool)), this, SLOT(slotHistoryDown())); in initActions()
607 m_activeView->editPart()->historyDown(); in slotHistoryDown()
H A Dchattexteditpart.cpp343 void ChatTextEditPart::historyDown() in historyDown() function in ChatTextEditPart
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DInputPane.java257 Action historyDown; field in InputPane
321 historyDown = new HistoryDownAction(); in InputPane()
363 historyDown); in InputPane() local
/dports/games/eboard/eboard-1.1.3/
H A Dtext.h151 void historyDown();
H A Dtext.cc342 void DetachedConsole::historyDown() { in historyDown() function in DetachedConsole
395 me->historyDown(); in dc_input_key_press()
H A Dmainwindow.h197 void historyDown();
H A Dmainwindow.cc941 void MainWindow::historyDown() { in historyDown() function in MainWindow
1461 ptr->historyDown(); in input_key_press()
/dports/graphics/dia/dia-0.97.3/plug-ins/python/
H A Dgtkcons.py231 self.historyDown()
255 def historyDown(self): member in Console
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/examples/ide/
H A Dgtkcons.py221 self.historyDown()
244 def historyDown(self): member in Console
/dports/x11-toolkits/p5-Tk-HistEntry/Tk-HistEntry-0.45/t/
H A Dnewclass.t55 -command => sub { $e->historyDown },
/dports/editors/yudit/yudit-3.0.7/swidget/
H A DSTextEdit.h194 void historyDown ();
H A DSTextEdit.cpp1457 historyDown (); in caretDown()
1480 historyDown (); in caretDown()
2286 STextEdit::historyDown () in historyDown() function in STextEdit
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowpythonscript.py299 self.historyDown()
312 def historyDown(self): member in PythonConsole

12