I haven't tried using this myself so I'm not 100% sure.

LessTif can be compiled to work as a Motif 1.2 clone, or as a 2.* clone.

In the 1.2 case it obviously doesn't do this functionality, in the 2.*
case it should. The place to look for this is lib/Xm/FileSB.c .

There are statements in there that look like this :
            max = 64;
            table = (XmString *)XtCalloc(max, sizeof(XmString));

        #if XmVERSION > 1
            /* we use two versions of this loop for better performance */
            if (FS_FileFilterStyle(widget)==XmFILTER_HIDDEN_FILES) {

So either it doesn't work right, or you're using a 1.2 version.

Would you care to have a look and see what the problem is ?

        Danny

Sam Halliday wrote:
> i certianly prefer the license of lesstif over openmotif, and i woudl
> liek to use it as my system's libXm*. unfortunatley, i cannot get the
> resource
> *fileFilterStyle: XmFILTER_HIDDEN_FILES
> to be set whilst using lesstif, and this leads me to belive that it is
> not implemented yet. has it been implemented? and if not, where should i
> look in the code to think about changing this?

-- 
Danny Backx ([EMAIL PROTECTED] [EMAIL PROTECTED])
Home page :     http://users.skynet.be/danny.backx
Projects:       LessTif (http://lesstif.sourceforge.net)
                Xbae    (http://xbae.sourceforge.net)
_______________________________________________
Lesstif mailing list
[EMAIL PROTECTED]
https://terror.hungry.com/mailman/listinfo/lesstif

Reply via email to