Sha256: ad2f057d9d9433bb480234f1f7367423c919744c1265604fe55ed0aabec86478

Contents?: true

Size: 228 Bytes

Versions: 23

Compression:

Stored size: 228 Bytes

Contents

module Rho
 
class NativeToolbar
 
  def self.create(params)  
    NativeBar.create_native_toolbar(Rho::RhoApplication::TOOLBAR_TYPE, params)
  end
 
  def self.remove()
    NativeBar.remove_native_toolbar()
  end

end
 
 
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rhodes-3.0.2 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.2.beta.1 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1.beta.8 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1.beta.7 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1.beta.6 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1.beta.5 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1.beta.4 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1.beta.3 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.1.beta.2 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0.beta.7 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0.beta.6 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0.beta.5 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0.beta.4 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0.beta.3 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0.beta.2 lib/framework/rho/rhotoolbar.rb
rhodes-3.0.0.beta.1 lib/framework/rho/rhotoolbar.rb
rhodes-2.4.1 lib/framework/rho/rhotoolbar.rb
rhodes-2.4.1.beta.1 lib/framework/rho/rhotoolbar.rb