Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::sourceview2::styleschememanager(3pm) [debian man page]

Gtk2::SourceView2::StyleSchemeManager(3pm)		User Contributed Perl Documentation		Gtk2::SourceView2::StyleSchemeManager(3pm)

NAME
Gtk2::SourceView2::StyleSchemeManager HIERARCHY
Glib::Object +----Gtk2::SourceView2::StyleSchemeManager METHODS
styleschememanager = Gtk2::SourceView2::StyleSchemeManager->new $manager->append_search_path ($path) o $path (string) styleschememanager = Gtk2::SourceView2::StyleSchemeManager->get_default $manager->force_rescan $manager->prepend_search_path ($path) o $path (string) stylescheme = $manager->get_scheme ($scheme_id) o $scheme_id (string) list = $manager->get_scheme_ids list = $manager->get_search_path $manager->set_search_path (...) o ... (list) Sets the list of directories where the manager looks for style scheme files. If no dirs are given (empty list) then the search path is cleared, if "undef" is passed then the search path is reset to default. PROPERTIES
'scheme-ids' (Glib::Strv : default undef : readable) List of the ids of the available style schemes 'search-path' (Glib::Strv : default undef : readable / writable) List of directories and files where the style schemes are located SEE ALSO
Gtk2::SourceView2, Glib::Object COPYRIGHT
Copyright (C) 2009 by Emmanuel Rodriguez perl v5.14.2 2011-11-16 Gtk2::SourceView2::StyleSchemeManager(3pm)

Check Out this Related Man Page

Gtk2::ImageView::ScrollWin(3pm) 			User Contributed Perl Documentation			   Gtk2::ImageView::ScrollWin(3pm)

NAME
Gtk2::ImageView::ScrollWin - Scrollable window suitable for Gtk2::ImageView. HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Table +----Gtk2::ImageView::ScrollWin INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable DESCRIPTION
Gtk2::ImageView::ScrollWin provides a widget similar in appearance to Gtk2::ScrollWin that is more suitable for displaying Gtk2::ImageView's. METHODS
widget or undef = Gtk2::ImageView::ScrollWin->new ($view) o $view (Gtk2::ImageView) Returns a new Gtk2::ImageView::ScrollWin containing the Gtk2::ImageView. The widget is built using four subwidgets arranged inside a Gtk2::Table with two columns and two rows. Two scrollbars, one navigator button (the decorations) and one Gtk2::ImageView. When the Gtk2::ImageView fits inside the window, the decorations are hidden. PROPERTIES
'view' (Gtk2::ImageView : default undef : writable / construct-only) Image View to navigate SEE ALSO
Gtk2::ImageView, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Table COPYRIGHT
Copyright (C) 2007 by Jeffrey Ratcliffe. This software is licensed under the GPL-3; see Gtk2::ImageView for a full notice. perl v5.14.2 2011-11-16 Gtk2::ImageView::ScrollWin(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Search File content.

Hi, I have a problem when searching a file, the file containt with the following: 95671660:Jones:Sarah:45:sales manager 93272658:Smith:John:43:technical manager 98781987:Williams:Nick:35:computer officer 99893878:Brown:Sarah:12:electrician 95673456:Couch:David:26:chef... (3 Replies)
Discussion started by: elenatec
3 Replies

2. Shell Programming and Scripting

List files with full path

Hi all, How to save file full name to a file. I tried the following but don't know to include path name. $ ls -l | awk '{print $9}' > outputfile.dat $ cat outputfile.dat fifth.txt first.txt fourth.txt second.txt third.txt My wanted result is ie: ... (3 Replies)
Discussion started by: mr_bold
3 Replies

3. Shell Programming and Scripting

How to list the files having particular string in it ?

I want to list the name of files with path having perticular string in it. search must be start from root (/) dir. Thanks:) (3 Replies)
Discussion started by: anandgodse
3 Replies