|
carol.gimp.orggimp2Python:Radio Menu |
|
The py-slice plug-in contains an unpublished widget option called PF_RADIO. |
|
|
This is how it was used in the registry in py-slice. |
| radiomenu |
|---|
|
File Edit Search Preferences |
(PF_RADIO, "image_extension", "The format of the images: {gif, jpg, png}", "gif", (("gif", "gif"),
("jpg", "jpg"),
("png", "png")))
|
|
|
|