Help for this page
...... <object class="GtkTreeView" id="ModelTable"> ... <column type="gfloat"/> </columns> </object>
# this is the table $model_table = $builder->get_object('ModelTable'); ... my $col_cpu = Gtk2::TreeViewColumn->new; $col_cpu->pack_start($renderer_table_cpu,TRUE); $col_cpu->add_attribute($renderer_table_cpu,'text',COL_CPU_NAME);