[gtkada] File selector

Emmanuel Briot briot at ACT-Europe.FR
Fri Mar 8 16:32:00 CET 2002


manuel.op.de.coul at eon-benelux.com writes:

> So here's a Windows executable if you want to try
> my new superfast file selector:.

It is fast indeed. Is this free software that people can have a look at ? Can
you summarize what the problem was with the standard gtk widget ?


> No list of drives yet, does anyone know how to get
> that?

Although this is not related to GtkAda, there is the following function in the
win32 functions (available with GNAT's win32 bindings, or maybe simply with a
pragma Import):



DWORD GetLogicalDrives(VOID)
 
Parameters
This function has no parameters. 

Return Values
If the function succeeds, the return value is a bitmask representing
the currently available disk drives. Bit position 0 (the
least-significant bit) is drive A, bit position 1 is drive B, bit
position 2 is drive C, and so on.

There is a mapping for it in Win32.Winbase




More information about the gtkada mailing list