class MyCellRendererPixbuf

this file is part of manqod manqod is distributed under the CDDL licence the author of manqod is Dobai-Pataky Balint(dpblnt@gmail.com)

Public Class Methods

new(column) click to toggle source
Calls superclass method
# File lib/ListHolder/EditableList/CellRenderers/Pixbuf.rb, line 6
def initialize(column)
        super()
end

Public Instance Methods

set_column(column) click to toggle source
# File lib/ListHolder/EditableList/CellRenderers/Pixbuf.rb, line 10
def set_column(column)
        #we do nothing
end
set_font(font) click to toggle source
# File lib/ListHolder/EditableList/CellRenderers/Pixbuf.rb, line 14
def set_font(font)
        # we do nothing
end