Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9164253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:38:16+00:00 2026-06-17T14:38:16+00:00

According to the ActiveTcl 8.5 Documentation: ttk::radiobutton widgets are used in groups to show

  • 0

According to the ActiveTcl 8.5 Documentation:
ttk::radiobutton widgets are used in groups to show or change a set of mutually-exclusive options. Radiobuttons are linked to a Tcl variable, and have an associated value; when a radiobutton is clicked, it sets the variable to its associated value.
And a more general definition:
You use radio buttons for mutually exclusive settings. Clicking on one causes any other that has been pressed to pop up, just like on an old car radio.

I really prefer to use the look and feel of buttons instead of radio buttons. How can I achieve the same behaviour of radiobuttons in a group of buttons?
I found on http://wiki.tcl.tk/17899 about toggle buttons, but these behaves more like checkbuttons.

Any insights really appreacited. Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:38:17+00:00Added an answer on June 17, 2026 at 2:38 pm

    You can set the button’s relief to maintain it’s sunken-ness.

    set colours {red blue green}
    foreach c $colours {
        pack [button .$c -text $c -command [list pushed $c]]
    }
    
    proc pushed colour {
        puts $colour
        set label [.$colour cget -text]
        foreach c $::colours {
            .$c configure -relief [expr {$c eq $label ? "sunken" : "raised"}]
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to the Ruby Set class's documentation, == Returns true if two sets are
According to the Scala documentation for the method Range.end , it returns the exclusive
According to Hibernate documentation : After observing that arrays cannot be lazy , you
According to the official documentation, when there is a new RawContact inserted to the
According to the Android documentation if I don't want my ShareActionProvider to persist the
according to the twitter api documentation http://dev.twitter.com/doc/get/statuses/user_timeline accessing the current logged in users timeline
According to the official documentation , the KeyDown event on a Windows Forms control
According to the definition, a Junction Table (bridge table/link table) is used for many-to-many
According to the MSDN Documentation for ThreadState , the Stopped state can be entered
According to the Quartz 2's documentation RequestsRecovery - if a job requests recovery, and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.