Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::cellview(3pm) [debian man page]

Gtk2::CellView(3pm)					User Contributed Perl Documentation				       Gtk2::CellView(3pm)

NAME
Gtk2::CellView - wrapper for GtkCellView HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::CellView INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::CellLayout METHODS
widget = Gtk2::CellView->new widget = Gtk2::CellView->new_with_markup ($markup) o $markup (string) widget = Gtk2::CellView->new_with_pixbuf ($pixbuf) o $pixbuf (Gtk2::Gdk::Pixbuf) widget = Gtk2::CellView->new_with_text ($text) o $text (string) $cell_view->set_background_color ($color) o $color (Gtk2::Gdk::Color) list = $cellview->get_cell_renderers treepath = $cell_view->get_displayed_row $cell_view->set_displayed_row ($path) o $path (Gtk2::TreePath) treemodel or undef = $cellview->get_model Since: gtk+ 2.16 $cell_view->set_model ($model) o $model (Gtk2::TreeModel or undef) requisition = $cell_view->get_size_of_row ($path) o $path (Gtk2::TreePath) PROPERTIES
'background' (string : default undef : writable / private) Background color as a string 'background-gdk' (Gtk2::Gdk::Color : default undef : readable / writable / private) Background color as a GdkColor 'background-set' (boolean : default false : readable / writable / private) Whether this tag affects the background color 'model' (Gtk2::TreeModel : default undef : readable / writable / private) The model for cell view SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::CellView(3pm)

Check Out this Related Man Page

Gtk2::ColorSelectionDialog(3pm) 			User Contributed Perl Documentation			   Gtk2::ColorSelectionDialog(3pm)

NAME
Gtk2::ColorSelectionDialog - wrapper for GtkColorSelectionDialog HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Dialog +----Gtk2::ColorSelectionDialog INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::ColorSelectionDialog->new ($title) o $title (string) widget = $dialog->cancel_button widget = $dialog->get_color_selection widget = $dialog->help_button widget = $dialog->ok_button PROPERTIES
'cancel-button' (Gtk2::Widget : default undef : readable) The cancel button of the dialog. 'color-selection' (Gtk2::Widget : default undef : readable) The color selection embedded in the dialog. 'help-button' (Gtk2::Widget : default undef : readable) The help button of the dialog. 'ok-button' (Gtk2::Widget : default undef : readable) The OK button of the dialog. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::ColorSelectionDialog(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Change the cell background in excel sheet using Perl

I need to change a cell in an excel sheet to different background color using perl. Please help regarding this. Thanks and Regards, Neelam G (1 Reply)
Discussion started by: gujrathinr
1 Replies

2. Shell Programming and Scripting

How to change cell background in excel sheet using perl

I need to change a cell in an excel sheet to different background color using perl.I tried SaveParse, but was unable to get it Please help regarding this. Thanks and Regards, Neelam G https://www.unix.com/images/misc/progress.gif (0 Replies)
Discussion started by: gujrathinr
0 Replies