Re: [PHP-GTK] A input type="file"-box?
[email protected] ("Frank M. Kromann")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
Hi Jonas, > > Use GtkEntry and GtkButton together. :) > > ugh - i was hoping that you would not say that. > So, instead of placing just one element, i have to make a input-field, a > button, give the button an action that opens a filedialog, and at last gets > the selected file and places the path in the input-box. yuk. You only need to do this once. You can create your own class for handling this and then use this class each time you need the button. - Frank