rcrsn51 wrote: Tue Jul 25, 2023 11:48 am
@jamesbond I cannot get the --default-item option to work with a menubox widget in the new gtk3 Xdialog.
Thank you for the report. I fixed that and brought --default-item back in 2.3.5.
All my other conversions are going well.
Thank you for the confirmation.
In places where I have used "height width" numbers other than "0 0" , I just replace them with pixel values like "600x400".
In updated 2.3.4 (and in 2.3.5) I have made the GTK3 version "auto-shrink" just like the GTK2 version. But it prudent not to depend on this feature because the default size is always that ... default, and it may be different for different versions.
You're much welcome.
@Sofiya, as per the original documentation for --default-item, it is only meant for --menubox, not for anything else (not for --checklist as well). --checklist has a different way to set the default, as you have already found out.