Re: [PHP-GTK] A input type="file"-box?
[email protected] (Andrei Zmievski)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 23 Jul 2001, Jonas Delfs wrote: > Hi > > How do i create a box equal to the one you can make in HTML: <input > type="file"> ? Use GtkEntry and GtkButton together. :) -Andrei