Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1019045 // wmctrl_closeWindow

JavaX fragment (include)

svoid wmctrl_closeWindow(wmctrl_Entry e) {
  if (e != null) wmctrl_closeWindow(e.windowIdentity);
}

svoid wmctrl_closeWindow(S windowIdentity) {
  if (nempty(windowIdentity)) backtick("wmctrl -i -c "
    + assertRegexp("0x[a-fA-F0-9]+", windowIdentity));
}

Author comment

Began life as a copy of #1019043

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019045
Snippet name: wmctrl_closeWindow
Eternal ID of this version: #1019045/5
Text MD5: bce8dcd8fb5fe13d46362fa86edff95f
Author: stefan
Category: javax / linux
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-04 00:20:52
Source code size: 264 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 283 / 337
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)