Home
last modified time | relevance | path

Searched refs:GetXmanagerActiveCommand (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidget.hpp643 bool GetXmanagerActiveCommand();
922 bool GetXmanagerActiveCommand() const { in GetXmanagerActiveCommand() function in GDLWidgetTopBase
H A Dgdlwidget.cpp762 if (!this->GetXmanagerActiveCommand()) eventQueue.Purge(this->GetWidgetID()); in ClearEvents()
804 bool xmanActCom = baseWidget->GetXmanagerActiveCommand( ); in PushEvent()
847 xmanActCom = (*it).second->GetXmanagerActiveCommand( ); in GetXmanagerBlock()
1111 bool GDLWidget::GetXmanagerActiveCommand() { in GetXmanagerActiveCommand() function in GDLWidget
1113 return w->GetXmanagerActiveCommand(); in GetXmanagerActiveCommand()
2019 if (this->GetXmanagerActiveCommand() || !this->GetManaged()) { in ~GDLWidgetTopBase()