AddRadioButton & AddCheckBox have ...Group and ...Stem methods, but AddButton has only the ...Group method. It would be very helpful to have an AddButtonStem method.
In looking into this, I see that the doc for addButtonGroup() is incomplete. Looking at the code itself, I found out you can use a multi-word label by enclosing the label part in quotes within the overall string.
status: accepted --> pending
pending_work_items: code+doc+test --> complete
milestone: ooDialog.4.2.0 --> ooDialog.4.2.1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That makes sense, otherwise you can not use button labels with more than one word.
It is really a feature request, rather than a support request, so I'm changing it to a RFE.
In looking into this, I see that the doc for addButtonGroup() is incomplete. Looking at the code itself, I found out you can use a multi-word label by enclosing the label part in quotes within the overall string.
Committed revision [r8493] implementation
Committed revision [r8494] doc
This enhancement is available in the ooDialog 4.2.1 release.