I made a button widget. Currently the outermost container has an explicit "display: inline-block" applied to it. But I want an outer container with that property built-in (like a span) so that users of uibinder can use styleName='...' with the widget rather than having to use addStyleNames='...' (they currently need to use addStyleNames so that they do not mess up the inline-block property). So my question is: is there a panel or some GWT container which is NOT "display: block"?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
