Class: Gtk::CellRendererText

Inherits:
Widget show all
Defined in:
lib/gtk/cell_renderer_text.rb

Instance Attribute Summary

Attributes inherited from GObject

#native, #type

Instance Method Summary collapse

Methods inherited from Widget

#get_style_context

Methods inherited from GObject

#method_missing, #signal_connect, type_register, #unref

Constructor Details

#initializeCellRendererText

Returns a new instance of CellRendererText.



7
8
9
# File 'lib/gtk/cell_renderer_text.rb', line 7

def initialize
  @native = Lib.gtk_cell_renderer_text_new()
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Gtk::GObject