From: <dom...@us...> - 2011-01-29 21:10:17
|
Revision: 72 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=72&view=rev Author: dominique_libre Date: 2011-01-29 21:10:11 +0000 (Sat, 29 Jan 2011) Log Message: ----------- StaloneTray: cleanup Modified Paths: -------------- ChangeLog fvwm/components/functions/NotificationAreaManager-stalonetray Modified: ChangeLog =================================================================== --- ChangeLog 2011-01-29 21:05:24 UTC (rev 71) +++ ChangeLog 2011-01-29 21:10:11 UTC (rev 72) @@ -18,6 +18,7 @@ * Mixer: cleanup * components/Music: common code to all the players * updated the media players for use with components/Music + * StaloneTray: cleanup Samedi 1 janvier 2011 Dominique Michel * Wimdow-Raise-Move-Lover witll focus on a non overlapped window Modified: fvwm/components/functions/NotificationAreaManager-stalonetray =================================================================== --- fvwm/components/functions/NotificationAreaManager-stalonetray 2011-01-29 21:05:24 UTC (rev 71) +++ fvwm/components/functions/NotificationAreaManager-stalonetray 2011-01-29 21:10:11 UTC (rev 72) @@ -30,8 +30,8 @@ # --withdrawn -w <bool> new in 0.7 # --xsync [bool] slow -# Settings of Trayer {{{1 -AddToFunc StartFunction I Exec exec killall stalonetray +# Settings of TrayerPanel {{{1 +AddToFunc ExitFunction I Exec exec killall stalonetray DestroyFunc TrayerPanel AddToFunc TrayerPanel @@ -44,14 +44,18 @@ + I *FvwmStalonePanel: Columns 1 + I *FvwmStalonePanel: Rows 1 + I *FvwmStalonePanel: (1x1, Padding 0 0, Swallow (NoClose) "stalonetray" 'Exec stalonetray \ ---dbg-level 1 \ ---parent-bg \ +--decorations none \ +--parent-bg true \ -d none \ ---window-type normal \ +--ignore-icon-resize true \ +--window-type dock \ --no-shrink true \ --icon-size $[trayer_ic_size] \ --geometry $[trayer_area_width]x$[trayer_area_eigth]$[trayer_x]$[trayer_y] \ +-geometry $[trayer_area_width]x$[trayer_area_heigth]$[trayer_x]$[trayer_y] \ --icon-gravity $[trayer_ic_grav]') -+ I Module FvwmButtons -g $[trayer_area_width]x$[trayer_area_eigth]$[trayer_x]$[trayer_y] FvwmStalonePanel ++ I Module FvwmButtons -g $[trayer_area_width]x$[trayer_area_heigth]$[trayer_x]$[trayer_y] FvwmStalonePanel +Style FvwmStalonePanel ParentalRelativity +Style stalonetray NoTitle, !Borders, NoIcon + # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |