~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to ext/tk/lib/tkextlib/tile/tradiobutton.rb

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-16 12:37:06 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080516123706-r4llcdfd35aobrjv
Tags: 1.9.0.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.
* debian/control:
  - ruby1.9 pkg: moved rdoc1.9 suggestion to depends. (LP: #228345)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
module Tk
9
9
  module Tile
10
 
    class TRadioButton < TkRadioButton
 
10
    class TRadioButton < Tk::RadioButton
11
11
    end
12
12
    TRadiobutton = TRadioButton
13
13
    RadioButton  = TRadioButton
15
15
  end
16
16
end
17
17
 
18
 
class Tk::Tile::TRadioButton < TkRadioButton
 
18
Tk.__set_toplevel_aliases__(:Ttk, Tk::Tile::Radiobutton, 
 
19
                            :TkRadiobutton, :TkRadioButton)
 
20
 
 
21
 
 
22
class Tk::Tile::TRadioButton < Tk::RadioButton
19
23
  include Tk::Tile::TileWidget
20
24
 
21
25
  if Tk::Tile::USE_TTK_NAMESPACE