Similarly to the various GimpResource select PDB calls, this allows to call a core dialog in order to choose a drawable which will be returned back to the calling plug-in. This new GimpPickableSelect dialog is a subclass of GimpPdbDialog and uses the same GimpPickableChooser widget as GimpPickablePopup, except that since it's inter-process window management, it is harder to make a popup positioned accurately relatively to a parent (especially on Wayland). This is why it's a separate widget as a simpler dialog (which we will still try to make transient as much as possible across platforms).
58 lines
814 B
Perl
58 lines
814 B
Perl
# This file is autogenerated
|
|
@groups = qw(
|
|
brush
|
|
brush_select
|
|
brushes
|
|
buffer
|
|
channel
|
|
context
|
|
debug
|
|
display
|
|
drawable
|
|
drawable_color
|
|
drawable_edit
|
|
drawable_select
|
|
dynamics
|
|
edit
|
|
file
|
|
floating_sel
|
|
font
|
|
font_select
|
|
fonts
|
|
gimp
|
|
gimprc
|
|
gradient
|
|
gradient_select
|
|
gradients
|
|
help
|
|
image
|
|
image_color_profile
|
|
image_convert
|
|
image_grid
|
|
image_guides
|
|
image_sample_points
|
|
image_select
|
|
image_transform
|
|
image_undo
|
|
item
|
|
item_transform
|
|
layer
|
|
message
|
|
paint_tools
|
|
palette
|
|
palette_select
|
|
palettes
|
|
pattern
|
|
pattern_select
|
|
patterns
|
|
pdb
|
|
plug_in
|
|
plug_in_compat
|
|
progress
|
|
resource
|
|
selection
|
|
text_layer
|
|
text_tool
|
|
unit
|
|
vectors
|
|
);
|