Develop and Download Open Source Software

Browse Subversion Repository

Diff of /modeline.rb

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

revision 15 by bluedwarf, Sat Apr 7 14:27:59 2007 UTC revision 41 by bluedwarf, Thu Apr 19 18:05:04 2007 UTC
# Line 26  module Edmaru Line 26  module Edmaru
26      #Construct the modeline instance.      #Construct the modeline instance.
27      #      #
28      #=== Arguments      #=== Arguments
29      #_window_ :: The parent window.      #_view_ :: The parent window.
30      #_x_ :: The left edge position in the window's parent view.      #_config_ :: An instance of Edmaru::ConfigurationManager.
     #_y_ :: The right edge position in the window's parent view.  
     #_col_ :: The column size allocated for this modeline.  
31      #      #
32      #=== Warning      #=== Warning
33      #This method *MUST* *NOT* be overrided in derived classes.      #This method *MUST* *NOT* be overrided in derived classes.
34      #      #
35      #=== Return      #=== Return
36      #An initialized instance of ModeLine.      #An initialized instance of ModeLine.
37      def initialize(window)      def initialize(window, config)
38        @window = window        @window = window
39        @elements = Hash.new        @elements = Hash.new
40        @elements_order = Array.new        @elements_order = Array.new
41          @config = config
42    
43        init_ui        init_ui
44      end      end

Legend:
Removed from v.15  
changed lines
  Added in v.41

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26