Home
last modified time | relevance | path

Searched refs:ID_AllowActivePane (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DAUI_DockingWindowMgr.py31 ID_AllowActivePane = wx.NewIdRef() variable
119 options_menu.AppendCheckItem(ID_AllowActivePane, "Allow Active Pane")
391 self.Bind(wx.EVT_MENU, self.OnManagerFlag, id=ID_AllowActivePane)
413 self.Bind(wx.EVT_UPDATE_UI, self.OnUpdateUI, id=ID_AllowActivePane)
523 elif eid == ID_AllowActivePane:
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/aui/
H A Dauidemo.cpp75 ID_AllowActivePane, enumerator
597 EVT_MENU(ID_AllowActivePane, MyFrame::OnManagerFlag) in wxBEGIN_EVENT_TABLE()
708 options_menu->AppendCheckItem(ID_AllowActivePane, _("Allow Active Pane")); in wxBEGIN_EVENT_TABLE()
1118 case ID_AllowActivePane: flag = wxAUI_MGR_ALLOW_ACTIVE_PANE; break; in OnManagerFlag()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp76 ID_AllowActivePane, enumerator
593 EVT_MENU(ID_AllowActivePane, MyFrame::OnManagerFlag) in BEGIN_EVENT_TABLE()
701 options_menu->AppendCheckItem(ID_AllowActivePane, _("Allow Active Pane")); in BEGIN_EVENT_TABLE()
1083 case ID_AllowActivePane: flag = wxAUI_MGR_ALLOW_ACTIVE_PANE; break; in OnManagerFlag()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp76 ID_AllowActivePane, enumerator
593 EVT_MENU(ID_AllowActivePane, MyFrame::OnManagerFlag) in BEGIN_EVENT_TABLE()
701 options_menu->AppendCheckItem(ID_AllowActivePane, _("Allow Active Pane")); in BEGIN_EVENT_TABLE()
1083 case ID_AllowActivePane: flag = wxAUI_MGR_ALLOW_ACTIVE_PANE; break; in OnManagerFlag()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/aui/
H A Dauidemo.cpp72 ID_AllowActivePane, enumerator
594 EVT_MENU(ID_AllowActivePane, MyFrame::OnManagerFlag) in wxBEGIN_EVENT_TABLE()
706 options_menu->AppendCheckItem(ID_AllowActivePane, _("Allow Active Pane")); in wxBEGIN_EVENT_TABLE()
1115 case ID_AllowActivePane: flag = wxAUI_MGR_ALLOW_ACTIVE_PANE; break; in OnManagerFlag()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp76 ID_AllowActivePane, enumerator
593 EVT_MENU(ID_AllowActivePane, MyFrame::OnManagerFlag) in BEGIN_EVENT_TABLE()
701 options_menu->AppendCheckItem(ID_AllowActivePane, _("Allow Active Pane")); in BEGIN_EVENT_TABLE()
1083 case ID_AllowActivePane: flag = wxAUI_MGR_ALLOW_ACTIVE_PANE; break; in OnManagerFlag()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp76 ID_AllowActivePane, enumerator
593 EVT_MENU(ID_AllowActivePane, MyFrame::OnManagerFlag) in BEGIN_EVENT_TABLE()
701 options_menu->AppendCheckItem(ID_AllowActivePane, _("Allow Active Pane")); in BEGIN_EVENT_TABLE()
1083 case ID_AllowActivePane: flag = wxAUI_MGR_ALLOW_ACTIVE_PANE; break; in OnManagerFlag()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/aui/
H A Dauidemo.cpp75 ID_AllowActivePane, enumerator
597 EVT_MENU(ID_AllowActivePane, MyFrame::OnManagerFlag) in wxBEGIN_EVENT_TABLE()
708 options_menu->AppendCheckItem(ID_AllowActivePane, _("Allow Active Pane")); in wxBEGIN_EVENT_TABLE()
1118 case ID_AllowActivePane: flag = wxAUI_MGR_ALLOW_ACTIVE_PANE; break; in OnManagerFlag()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DAUI.py271 ID_AllowActivePane = ID_CreateTree + 18 variable
958 options_menu.AppendCheckItem(ID_AllowActivePane, "Allow Active Pane")
1408 self.Bind(wx.EVT_MENU, self.OnManagerFlag, id=ID_AllowActivePane)
1792 elif evId == ID_AllowActivePane: