Method: Fox::FXFileSelector.patternFromText
- Defined in:
- rdoc-sources/FXFileSelector.rb
.patternFromText(pattern) ⇒ Object
Given filename pattern of the form “GIF Format (*.gif)”, returns the pattern only, i.e. “*.gif” in this case. If the parentheses are not found then returns the entire input pattern.
174 |
# File 'rdoc-sources/FXFileSelector.rb', line 174 def FXFileSelector.patternFromText(pattern) ; end |