Ignore:
Timestamp:
Jun 5, 2015, 10:09:25 AM (9 years ago)
Author:
ldelgass
Message:

Merge r5657:5659 from trunk (whitespace/style)

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/scripts/switch.tcl

    r3642 r5660  
    1 # -*- mode: tcl; indent-tabs-mode: nil -*- 
     1# -*- mode: tcl; indent-tabs-mode: nil -*-
    22# ----------------------------------------------------------------------
    33#  COMPONENT: switch - on/off switch
    44#
    5 #  This widget is used to control a (boolean) on/off value. 
     5#  This widget is used to control a (boolean) on/off value.
    66# It is just a wrapper around a button.
    77# ======================================================================
     
    4848    }
    4949    pack $itk_component(button) -side left -expand yes -fill both
    50     eval itk_initialize $args 
     50    eval itk_initialize $args
    5151}
    5252
     
    9090#
    9191#        Use internally to convert the toggled button into the
    92 #        proper boolean format.  Yes, right now it's hardcoded to 
     92#        proper boolean format.  Yes, right now it's hardcoded to
    9393#        yes/no.  But in the future it could be some other text.
    9494#
Note: See TracChangeset for help on using the changeset viewer.