Home
last modified time | relevance | path

Searched refs:wmActionListener (Results 1 – 16 of 16) sorted by relevance

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmprog.cc200 YActionListener *wmActionListener, in MenuFileMenu() argument
204 ObjectMenu(wmActionListener, parent), in MenuFileMenu()
205 MenuLoader(app, smActionListener, wmActionListener), in MenuFileMenu()
257 YActionListener *wmActionListener, in MenuProgMenu() argument
264 ObjectMenu(wmActionListener, parent), in MenuProgMenu()
265 MenuLoader(app, smActionListener, wmActionListener), in MenuProgMenu()
295 YActionListener *wmActionListener, in StartMenu() argument
298 : MenuFileMenu(app, smActionListener, wmActionListener, name, parent), in StartMenu()
300 wmActionListener(wmActionListener) in StartMenu()
350 YActionListener *wmActionListener) in HelpMenu() argument
[all …]
H A Dwmprog.h15 YActionListener *wmActionListener) : in MenuLoader() argument
18 wmActionListener(wmActionListener) in MenuLoader()
40 YActionListener *wmActionListener; variable
96 YActionListener *wmActionListener,
115 YActionListener *wmActionListener,
143 YActionListener *wmActionListener);
151 YActionListener *wmActionListener,
161 YActionListener *wmActionListener; variable
H A Dobjmenu.h17 ObjectMenu(YActionListener *wmActionListener, YWindow *parent = nullptr);
30 wmActionListener = al; in setActionListener()
45 YActionListener* wmActionListener; variable
H A Dobjmenu.cc6 wmActionListener(actionListener) in ObjectMenu()
24 if (wmActionListener) { in actionPerformed()
25 wmActionListener->actionPerformed(action, modifiers); in actionPerformed()
H A Dbrowse.cc21 YActionListener *wmActionListener, in BrowseMenu() argument
23 YWindow *parent): ObjectMenu(wmActionListener, parent) in BrowseMenu()
H A Dtestmenus.cc35 MenuWindow(IApp *app, YSMListener *smListener, YActionListener *wmActionListener) { in MenuWindow() argument
38 menu = new StartMenu(app, smListener, wmActionListener, "menu"); in MenuWindow()
H A Dwmmenu.cc211 ObjectMenu *sub = new ObjectMenu(wmActionListener); in parseAMenu()
250 app, smActionListener, wmActionListener, in parseMenuFile()
288 app, smActionListener, wmActionListener, in parseMenuProg()
332 app, smActionListener, wmActionListener, in parseMenuProgReload()
H A Dbrowse.h11 YActionListener *wmActionListener,
H A Dwmtaskbar.h63 …TaskBar(IApp *app, YWindow *aParent, YActionListener *wmActionListener, YSMListener *smActionListe…
165 YActionListener *wmActionListener; variable
H A Dthemes.cc51 …Listener *smActionListener, YActionListener *wmActionListener, YWindow *parent): ObjectMenu(wmActi… in ThemesMenu() argument
H A Dthemes.h24 …ThemesMenu(IApp *app, YSMListener *smActionListener, YActionListener *wmActionListener, YWindow *p…
H A Dwmtaskbar.cc110 TaskBar::TaskBar(IApp *app, YWindow *aParent, YActionListener *wmActionListener, YSMListener *smAct… in TaskBar() argument
130 wmActionListener(wmActionListener), in TaskBar()
347 MenuLoader(app, smActionListener, wmActionListener) in initApplets()
371 fShowDesktop->setActionListener(wmActionListener); in initApplets()
981 wmActionListener->actionPerformed(action, modifiers); in actionPerformed()
H A Dwmmgr.cc62 YActionListener *wmActionListener, in YWindowManager() argument
68 wmActionListener(wmActionListener), in YWindowManager()
474 wmActionListener->actionPerformed(actionWindowList, 0); in handleWMKey()
542 wmActionListener->actionPerformed(actionTileVertical, 0); in handleWMKey()
550 wmActionListener->actionPerformed(actionCascade, 0); in handleWMKey()
554 wmActionListener->actionPerformed(actionArrange, 0); in handleWMKey()
558 wmActionListener->actionPerformed(actionUndoArrange, 0); in handleWMKey()
562 wmActionListener->actionPerformed(actionArrangeIcons, 0); in handleWMKey()
566 wmActionListener->actionPerformed(actionMinimizeAll, 0); in handleWMKey()
570 wmActionListener->actionPerformed(actionHideAll, 0); in handleWMKey()
[all …]
H A Dwmframe.h29 YFrameWindow(YActionListener *wmActionListener,
474 YActionListener *wmActionListener; variable
H A Dwmmgr.h72 YActionListener *wmActionListener,
326 YActionListener *wmActionListener; variable
H A Dwmframe.cc36 YActionListener *wmActionListener, unsigned dep, Visual* vis, Colormap col) in YFrameWindow() argument
75 wmActionListener(wmActionListener), in YFrameWindow()
1160 wmActionListener->actionPerformed(action, modifiers); in actionPerformed()