Method: Tk::TreeCtrl::Column#current_width
- Defined in:
- lib/tkextlib/treectrl/tktreectrl.rb
#current_width ⇒ Object
1832 1833 1834 |
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 1832 def current_width @tree.column_width(@tree.column_index(@id)) end |