/[freeride]/freeride/plugins/rubyide_fox_gui/appframe.rb
ViewVC logotype

Diff of /freeride/plugins/rubyide_fox_gui/appframe.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by richkilmer, Fri Dec 20 17:27:31 2002 UTC revision 1.2 by ljulliar, Fri May 23 21:28:22 2003 UTC
# Line 21  require 'rubyide_fox_gui/fxscintilla/sci Line 21  require 'rubyide_fox_gui/fxscintilla/sci
21    
22  module FreeRIDE  module FreeRIDE
23    module FoxRenderer    module FoxRenderer
24        
25      ##      ##
26      # This is the module that renders application-frames using      # This is the module that renders application-frames using
27      # FOX.      # FOX.
# Line 53  module FreeRIDE Line 53  module FreeRIDE
53            @plugin.log_info << "AppFrame started"            @plugin.log_info << "AppFrame started"
54            @app = FXApp.new("FreeRIDETest", "FreeRIDE")            @app = FXApp.new("FreeRIDETest", "FreeRIDE")
55            @app.init(ARGV)            @app.init(ARGV)
56            super(@app, @slot.data, nil, nil, DECOR_ALL)  
57              # use the FR mini icon for the main window
58              mi_path = "#{plugin.plugin_configuration.full_base_path}/icons/fr_icon16.png"
59              mi = Fox::FXPNGIcon.new(@app, File.open(mi_path, "rb").read)
60              super(@app, @slot.data, nil, mi, DECOR_ALL)
61            FXTooltip.new(@app, TOOLTIP_NORMAL)            FXTooltip.new(@app, TOOLTIP_NORMAL)
62                        
63            appFrameSetup            appFrameSetup
# Line 159  module FreeRIDE Line 163  module FreeRIDE
163    
164    end    end
165  end  end
166    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26