DeviceWorkstation.st
changeset 5977 8d55715c166f
parent 5969 e0ad7aefc6a5
child 5980 91400212b3e4
equal deleted inserted replaced
5976:fc2bc2186bfa 5977:8d55715c166f
  8023     "define a windows name (i.e. windowTitle)"
  8023     "define a windows name (i.e. windowTitle)"
  8024 
  8024 
  8025     ^ self subclassResponsibility
  8025     ^ self subclassResponsibility
  8026 !
  8026 !
  8027 
  8027 
       
  8028 setWindowPid:anIntegerOrNil in:aWindowId
       
  8029     "Sets the _NET_WM_PID property for the window.
       
  8030      This may be used by the window manager to group windows.
       
  8031      If anIntegerOrNil is nil, then PID of currently running
       
  8032      Smalltalk is used"
       
  8033 
       
  8034     "/ default here is to ignore the request
       
  8035 
       
  8036     "Created: / 04-01-2013 / 16:02:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
  8037 !
       
  8038 
  8028 setWindowShape:aPixmapId in:aWindowId
  8039 setWindowShape:aPixmapId in:aWindowId
  8029     "set a windows visible shape"
  8040     "set a windows visible shape"
  8030 
  8041 
  8031     "/ default here is to ignore the request
  8042     "/ default here is to ignore the request
  8032 !
  8043 !
  8181 ! !
  8192 ! !
  8182 
  8193 
  8183 !DeviceWorkstation class methodsFor:'documentation'!
  8194 !DeviceWorkstation class methodsFor:'documentation'!
  8184 
  8195 
  8185 version
  8196 version
  8186     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.574 2012-12-14 09:08:06 stefan Exp $'
  8197     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.575 2013-01-04 16:23:58 vrany Exp $'
  8187 !
  8198 !
  8188 
  8199 
  8189 version_CVS
  8200 version_CVS
  8190     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.574 2012-12-14 09:08:06 stefan Exp $'
  8201     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.575 2013-01-04 16:23:58 vrany Exp $'
  8191 ! !
  8202 ! !
  8192 
  8203 
  8193 DeviceWorkstation initialize!
  8204 DeviceWorkstation initialize!