Gimp.patterns_popup
function patterns_popup(pattern_callback: String, popup_title: String, initial_pattern: String): Boolean {
// Gjs wrapper for gimp_patterns_popup()
}
Invokes the Gimp pattern selection.
This procedure opens the pattern selection dialog.
- pattern_callback
The callback PDB proc to call when pattern selection is made.
- popup_title
Title of the pattern selection dialog.
- initial_pattern
The name of the pattern to set as the first selected.
- Returns
TRUE on success.