Class: ArcadiaFlag

Inherits:
ArcadiaExt
  • Object
show all
Defined in:
ext/ae-flag/ae-flag.rb

Instance Method Summary collapse

Instance Method Details

#on_build(_event) ⇒ Object



4
5
6
7
8
9
10
11
# File 'ext/ae-flag/ae-flag.rb', line 4

def on_build(_event)
  @tkLabel3 = TkLabel.new(self.frame){
    image  TkPhotoImage.new('format'=>'GIF','data' =>A_LOGO_GIF)
    background  "#000000"
    place('x'=> 0,'y' => 0, 'relwidth' =>'1', 'relheight'=>'1')
  }

end