Class: MyCellRendererPixbuf

Inherits:
Gtk::CellRendererPixbuf
  • Object
show all
Defined in:
lib/ListHolder/EditableList/CellRenderers/Pixbuf.rb

Overview

this file is part of manqod manqod is distributed under the CDDL licence the author of manqod is Dobai-Pataky Balint([email protected])

Instance Method Summary collapse

Constructor Details

#initialize(column) ⇒ MyCellRendererPixbuf

Returns a new instance of MyCellRendererPixbuf.



6
7
8
# File 'lib/ListHolder/EditableList/CellRenderers/Pixbuf.rb', line 6

def initialize(column)
	super()
end

Instance Method Details

#set_column(column) ⇒ Object



10
11
12
# File 'lib/ListHolder/EditableList/CellRenderers/Pixbuf.rb', line 10

def set_column(column)
	#we do nothing
end

#set_font(font) ⇒ Object



14
15
16
# File 'lib/ListHolder/EditableList/CellRenderers/Pixbuf.rb', line 14

def set_font(font)
	# we do nothing
end