php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31362 GtkFileSelection->complete more complete
Submitted: 2004-12-31 05:58 UTC Modified: 2005-03-30 08:59 UTC
From: ceo at l-i-e dot com Assigned:
Status: Not a bug Package: PHP-GTK related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2004-12-31 05:58 UTC] ceo at l-i-e dot com
Description:
------------
It would be Really Nifty (tm) if GtkFileSelection->complete took an optional second argument which would make the pattern matching 'pervasive'

IE, the dialog would continue to only present filenames that matched the given expression.

Providing the same functionality through some other mechanism would be fine, of course.

I suppose one could, in theory, dig down into the guts of the Widget, and find all the widgets inside that can affect the selection, and then connect() a function to each one that would call complete() repeatedly...

But it would be Really Hard for your mere mortal programmer to find *ALL* the possible circumstances that could change the selection....



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-01 23:44 UTC] jed@php.net
gtk_file_selection_complete() doesn't offer this in GTK. PHP-GTK is simply a wrap over GTK itself.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 07:01:29 2024 UTC