[Solved] How to integrate FvwmIconMan in FvwmButtons?

Got it working, so this is obsolete (;

Here is my final code, in case it might prove to be useful to somebody someday:
[size=85](And I know its rough, but I’m still working on it =D)[/size]

[code]Colorset 10 fg black, bg #c6c3c6, RootTransparent, Tint #efebef 65
DestroyModuleConfig FvwmIconMan: *
*FvwmIconMan: NumManagers 1
*FvwmIconMan: Action Mouse 0 N sendcommand Iconify
*FvwmIconMan: Background gray
#*FvwmIconMan: ButtonGeometry 96x18
*FvwmIconMan: Colorset 10
#*FvwmIconMan: DontShow list of windows to ignore
*FvwmIconMan: DrawIcons true
*FvwmIconMan: FocusAndSelectButton flat grey black
*FvwmIconMan: FocusAndSelectColorset 10
*FvwmIconMan: FocusButton up grey black
*FvwmIconMan: FocusColorset 10
*FvwmIconMan: FollowFocus true
#*FvwmIconMan: Font 8x13
*FvwmIconMan: Foreground black
*FvwmIconMan: Format “%c: %i”
*FvwmIconMan: IconName FvwmIconMan
*FvwmIconMan: IconButton up black grey
*FvwmIconMan: IconColorset 10
*FvwmIconMan: ManagerGeometry 7x1+0-0
#*FvwmIconMan: MaxButtonWidth 96
#*FvwmIconMan: MaxButtonWidthByColumns
*FvwmIconMan: NoIconAction NOP
*FvwmIconMan: PlainButton up black grey
*FvwmIconMan: PlainColorset 10
*FvwmIconMan: ReliefThickness 1
*FvwmIconMan: Resolution page
*FvwmIconMan: Reverse none
*FvwmIconMan: SelectButton flat black grey
*FvwmIconMan: SelectColorset 10
*FvwmIconMan: Shape false
#*FvwmIconMan: Show list of windows to show
*FvwmIconMan: ShowOnlyIcons false
*FvwmIconMan: ShowNoIcons false
*FvwmIconMan: ShowTransient true
*FvwmIconMan: ShowOnlyFocused false
*FvwmIconMan: Sort none
#*FvwmIconMan: SortWeight weight for sorting
#*FvwmIconMan: Tips none
#*FvwmIconMan: TipsDelays Tool Tips mapping delays 1000 300
#*FvwmIconMan: TipsFont Font for Tool Tips default fvwm font
#*FvwmIconMan: TipsColorset Tool Tips Colorset 0
#*FvwmIconMan: TipsFormat describes Tips label the Format value
#*FvwmIconMan: TipsBorderWidth Tool Tips border size 1
#*FvwmIconMan: TipsPlacement Tips placement vs button updown
#*FvwmIconMan: TipsJustification Tips Just vs button leftup
#*FvwmIconMan: TipsOffsets Tips placement Offsets 3 2
*FvwmIconMan: Title FvwmIconMan
*FvwmIconMan: TitleButton raisededge black grey
*FvwmIconMan: TitleColorset 10
*FvwmIconMan: UseWinList true

Colorset 10 fg black, bg #c6c3c6, RootTransparent, Tint #efebef 65
DestroyModuleConfig FvwmButtons: *
*FvwmButtons: Columns 30
*FvwmButtons: Font “Shadow=1 1 SE:xft:Bitstream Vera Sans Mono:style=Roman:size=10”
*FvwmButtons: Colorset 10
*FvwmButtons: Frame 1
*FvwmButtons: Padding 2 2
*FvwmButtons: Rows 1
*FvwmButtons: (1x1, Title (Side) " << ", Center, Back #dedbde, Action (Mouse 1) GotoPage -1p +0p)
*FvwmButtons: (1x1, Title (Side) " >> ", Center, Back #dedbde, Action (Mouse 1) GotoPage +1p +0p)
*FvwmButtons: (3x1, Swallow “FvwmPager” “FvwmPager 0 0”)
*FvwmButtons: (21x1, Swallow “FvwmIconMan” “FvwmIconMan”)
*FvwmButtons: (2x1, Swallow stalonetray, ‘Exec exec stalonetray -f 3 --grow-gravity W -i 16 -p --scrollbars horizontal --geometry 4x1 --max-geometry 4x1 -s 18’)
*FvwmButtons: (2x1, Swallow “FvwmApplet-DigitalClock” “Module FvwmScript FvwmApplet-DigitalClock”)[/code]

Best regards,
Dc