This is the last time I'm asking this, yet agian, sorry

The answer doesn't change :)

Native look and feel means it looks different on each platform, even if by mistake

Is the platform showing the diamond instead of circle for radiobutton using the latest perl/Tk? Tk-804.029_500 ?

If the answer is yes, there is nothing you can do :)

Tk::Radiobutton just doesn't let you choose what kind of indicator, circle or diamond

You could try setting tkvars$Tk::strictMotif, but I doubt it would help

short of implementing your own widgets, say, using Tk::Canvas, Tk::ImageButton..., there is nothing you can do

If you upgrading Tcl/Tk and switching to Tcl::pTk, maybe it allows you to change Styles and Themes, maybe using tile ...

 

Prima on the other hand should look the same on all platforms

 

http://en.wikipedia.org/wiki/List_of_widget_toolkits ... Clutter / http://www.clutter-project.org/about/whos-using-clutter


In reply to Re: Perl::Tk radiobutton yet one more time by Anonymous Monk
in thread Perl::Tk radiobutton yet one more time by pashanoid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.