Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: ed5020dd4be3600bd92da155e4822c8f38c9b47e93866325d655315fc9382093
Ticket: f380f2313094ae7f31cc8eed3d6cde0595c53233
style 'Toolbutton' no more effective? macOS
User & Date: Takamoto 2019-10-12 13:29:55
Changes

  1. icomment:
    Updated script to match images:
    
    image create photo .imgobj -file "/Users/fc/Desktop/cancel.png"
    ttk::button .b1 -image .imgobj  -style "Toolbutton"
    ttk::button .b2 -text "Hello" -style "Toolbutton"
    ttk::button .b4 -image .imgobj -text " Cancel " -compound "top" -style "Toolbutton"
    grid .b1 -row 0 -column 0
    grid .b2 -row 0 -column 1
    grid .b4 -row 0 -column 3
    
  2. login: "Takamoto"
  3. mimetype: "text/plain"