Home
last modified time | relevance | path

Searched defs:PrevTab (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dsymtab.h57 SymTable* PrevTab; /* Pointer to higher level symbol table */ member
/dports/x11-toolkits/vdk/vdk-2.5.1/testvdk/
H A Dbookcompo.cc170 bool NotebookComponent::PrevTab(VDKObject* ) in PrevTab() function in NotebookComponent
/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/avida-viewer/
H A DcTabBox.h86 void PrevTab() { if (--active_tab < 0) active_tab = GetNumTabs()-1; } in PrevTab() function
/dports/games/warmux/warmux-11.04/src/gui/
H A Dtabs.cpp110 void MultiTabs::PrevTab() in PrevTab() function in MultiTabs
/dports/mail/aerc/aerc-0.4.0/lib/ui/
H A Dtab.go242 func (tabs *Tabs) PrevTab() { func
/dports/mail/aerc/aerc-0.4.0/widgets/
H A Daerc.go344 func (aerc *Aerc) PrevTab() { func
/dports/devel/lazygit/lazygit-0.31.4/pkg/config/
H A Duser_config.go165 PrevTab string `yaml:"prevTab"` member