On Sun, Dec 05, 2004 at 07:44:40PM -0500, Dan Espen wrote: > FVWM CVS <fvwm-workers@fvwm.org> writes: > > CVSROOT: /home/cvs/fvwm > > Module name: fvwm > > Changes by: olicha 04/12/03 02:47:49 > > > > Modified files: > > . : ChangeLog NEWS > > libs : Makefile.am defaults.h > > modules : ChangeLog > > modules/FvwmIconMan: FvwmIconMan.1.in FvwmIconMan.c > > FvwmIconMan.h fvwm.c globals.c readconfig.c > > x.c xmanager.c xmanager.h > > Added files: > > libs : FTips.c FTips.h > > > > Log message: > > * Added a set of functions for implementing tool tips > > * Implemented tips in IconMan > > * New options IconMan MaxButtonWidth and MaxButtonWidthByColumns > > * Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation > > * One needs_lang_check in fvwm.1.in and one in FvwmIconMan.1.in > > fvwm.1.in is not checked in. Did you really change it? >
Yes, but I probably forget to save the file before the commit I will commit again soon. > For FvwmIconMan, I adjusted the first paragraph, but got stuck on the > second: > > .IP "*FvwmIconMan: [id] MaxButtonWidth \fIwidth\fP" > Defines a maximum for the width of a button (in pixels). By default there > is no maximum. A value of 0 resets the default. The maximum is only used > with a non growing manager (the ManagerGeometry option > specifies non zero width and height). > > .IP "*FvwmIconMan: [id] MaxButtonWidthByColumns \fIcol\fP" > This is equivalent to MaxButtonWidth ManWidth/col where ManWidth is > the width of the Manager. > > > What is "ManWidth"? > > Should this be "MaxWidthInColumns", or just "MaxColumns"? > ManWidth is the width of the full FvwmIconMan. For example if the width of the FvwmIconMan manager is 1024, "MaxButtonWidthByColumns 4" is equivalent to "MaxButtonWidth 256". This is useful when you do not know, at config time, the width of the manager (e.g., for swallowed IconMan). In a certain sense you will never have less than 4 columns. So maybe, MinColumns is good. I used MaxButtonWidthByColumns to say that the MaxButtonWidth is expressed in terms of columns (or computed from a number of columns. I like the idea to use something like MaxButtonWidth_something_good to express the fact that this option is just an other way to set the MaxButtonWidth option. I will follow any suggestion. Thanks Dan, Olivier -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]