<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">There is not specific context. </font></p>
    <p><font size="4">Try, in a Workspace, the examples I showed in the
        earlier screenshot:<br>
      </font></p>
    <p><font size="4">(PluggableButtonMorph model: self action:
        #addArgument label: 'Toto')<br>
                    icon: Theme current listAddIcon ;<br>
                    setBalloonText: 'Add an argument to this script.'
        translated;<br>
                    scale: 5;<br>
                    openInWorld</font></p>
    <p><font size="4">The label and icon does not look right together. I
        don't know how icon and label are supposed to look right
        together.<br>
      </font></p>
    <p><font size="4">(PluggableButtonMorph model: self action:
        #addArgument)<br>
                    icon: Theme current listAddIcon ;<br>
                    setBalloonText: 'Add an argument to this script.'
        translated;<br>
                    scale: 5;<br>
                    openInWorld</font></p>
    <p><font size="4">When only icon, it does not look exactly right. On
        an element of GUI construction, I don't think it is up to the
        user to adjust manually the extent of the button. It makes the
        user code unnecessary complicate. <br>
      </font></p>
    <p><font size="4">The roundButtonStyle attribute may need to be
        rationalized: it can be nil, #none, true or false.</font></p>
    <p><font size="4">This change set improve both the semantic of
        roundButtonStyle (renamed buttonStyle) and try to fix the
        situation of rounded button with icon.</font></p>
    <p><font size="4">It does not fix the situation of button with both
        label and icon. Was it ever a viable way to have button?<br>
      </font></p>
    <br>
    <div class="moz-cite-prefix">Le 11/08/2025 à 19:15, Juan Vuletich a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:2e060cae-4694-4dc3-980e-abb3e72781cf@cuis.st">I can't
      run that, because I don't have the context.
      <br>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
  </body>
</html>