Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::rcstyle(3) [suse man page]

Gtk2::RcStyle(3)					User Contributed Perl Documentation					  Gtk2::RcStyle(3)

NAME
Gtk2::RcStyle HIERARCHY
Glib::Object +----Gtk2::RcStyle METHODS
rcstyle = Gtk2::RcStyle->new color = $style->base ($state, $new=undef) o $state (Gtk2::StateType) o $new (Gtk2::Gdk::Color or undef) color = $style->bg ($state, $new=undef) o $state (Gtk2::StateType) o $new (Gtk2::Gdk::Color or undef) scalar = $style->bg_pixmap_name ($state, $new=undef) o $state (Gtk2::StateType) o $new (string or undef) rcflags = $style->color_flags ($state, $new=0) o $state (Gtk2::StateType) o $new (Gtk2::RcFlags) rcstyle = $orig->copy color = $style->fg ($state, $new=undef) o $state (Gtk2::StateType) o $new (Gtk2::Gdk::Color or undef) scalar = $style->font_desc ($new=undef) o $new (scalar) scalar = $style->name ($new=undef) o $new (scalar) color = $style->text ($state, $new=undef) o $state (Gtk2::StateType) o $new (Gtk2::Gdk::Color or undef) scalar = $style->xthickness ($new=undef) o $new (scalar) scalar = $style->ythickness ($new=undef) o $new (scalar) ENUMS AND FLAGS
flags Gtk2::RcFlags o 'fg' / 'GTK_RC_FG' o 'bg' / 'GTK_RC_BG' o 'text' / 'GTK_RC_TEXT' o 'base' / 'GTK_RC_BASE' enum Gtk2::StateType o 'normal' / 'GTK_STATE_NORMAL' o 'active' / 'GTK_STATE_ACTIVE' o 'prelight' / 'GTK_STATE_PRELIGHT' o 'selected' / 'GTK_STATE_SELECTED' o 'insensitive' / 'GTK_STATE_INSENSITIVE' SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::RcStyle(3)

Check Out this Related Man Page

Gtk2::Gdk::PangoRenderer(3)				User Contributed Perl Documentation			       Gtk2::Gdk::PangoRenderer(3)

NAME
Gtk2::Gdk::PangoRenderer HIERARCHY
Glib::Object +----Pango::Renderer +----Gtk2::Gdk::PangoRenderer METHODS
renderer = Gtk2::Gdk::PangoRenderer->new ($screen) o $screen (Gtk2::Gdk::Screen) renderer = Gtk2::Gdk::PangoRenderer->get_default ($screen) o $screen (Gtk2::Gdk::Screen) $gdk_renderer->set_drawable ($drawable) o $drawable (Gtk2::Gdk::Drawable or undef) $gdk_renderer->set_gc ($gc) o $gc (Gtk2::Gdk::GC or undef) $gdk_renderer->set_override_color ($part, $color) o $part (Pango::RenderPart) o $color (Gtk2::Gdk::Color or undef) $gdk_renderer->set_stipple ($part, $stipple) o $part (Pango::RenderPart) o $stipple (Gtk2::Gdk::Bitmap or undef) PROPERTIES
'screen' (Gtk2::Gdk::Screen : readable / writable / construct-only / private) the GdkScreen for the renderer ENUMS AND FLAGS
enum Pango::RenderPart o 'foreground' / 'PANGO_RENDER_PART_FOREGROUND' o 'background' / 'PANGO_RENDER_PART_BACKGROUND' o 'underline' / 'PANGO_RENDER_PART_UNDERLINE' o 'strikethrough' / 'PANGO_RENDER_PART_STRIKETHROUGH' SEE ALSO
Gtk2, Glib::Object, Pango::Renderer COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Gdk::PangoRenderer(3)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

undef

how to undef a readonly parameter? (2 Replies)
Discussion started by: tukuna82
2 Replies

2. Shell Programming and Scripting

please explain the command

Hi all , please explain the following command : perl -e 'select(undef,undef,undef,.15)' Thanks and Regards Navatha (2 Replies)
Discussion started by: Navatha
2 Replies

3. Shell Programming and Scripting

Perl : converting file to different scalar elements

I have a text file containing 2 exec statements as below and trying to store the below 2 execs into 2 different scalar variables in perl. /* ICD Dist, Total */ /* need to export to Excel, sheet=ICD_Dist__Total */ exec( 'select sum(count(*)) cast(count(*)*100.0/sum(count(*)) over() as... (7 Replies)
Discussion started by: scriptscript
7 Replies