PHP-GTK
Saturday, July 04, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkCellRendererToggle::radio
GtkCellView Constructornext

Last updated: Sat, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkCellView

A widget for displaying a single cell of a GtkTreeModel.

Object Hierarchy

Implemented Interfaces

Description

A GtkCellView displays a single row of a GtkTreeModel, using cell renderers just like GtkTreeView. GtkCellView doesn't support some of the more complex features of GtkTreeView, like cell editing and drag and drop.

The GtkCellView class is used in GtkComboBox which is therefore capable of displaying several columns of one model at once.

Constructors

-- Creates a new GtkCellView widget.

-- Creates a new GtkCellView widget and adds a pixbuf renderer.

-- Creates a new GtkCellView widget and adds a text renderer.

Methods

get_cell_renderers()
  Returns all cell renderers.
get_displayed_row()
  Returns the path of the row currently visible.
get_size_of_row()
  Returns the size needed to render the row.
set_background_color()
  Sets the background color of the view.
set_displayed_row()
  Sets the row of the model to display.
set_model()
  Set the model to display data from.


User Contributed Notes
gtk.gtkcellview.php
add a note about notes
There are no user contributed notes for this page.


previousGtkCellRendererToggle::radio
GtkCellView Constructornext

Last updated: Sat, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Sat Jul 4 01:52:03 2009 UTC