File: README

package info (click to toggle)
libgtk2-ex-entry-pango-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 104 kB
  • ctags: 28
  • sloc: perl: 583; makefile: 46
file content (37 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Gtk2-Ex-Entry-Pango
===================

Gtk2::Ex::Entry::Pango is a Gtk2::Entry that can accept Pango markup as input
(for more information about Pango text markup language see 
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html).

This widget allows for the text data to be entered either through the normal methods
provided by Gtk2::Entry or to use the method set_markup. It's possible to switch
between two methods for applying the text. The standard Gtk2::Entry methods will
always apply a text without styles while set_markup() will use a style.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires these other modules and libraries:

  Gtk2


COPYRIGHT AND LICENCE

Copyright (C) 2008-2009 by Emmanuel Rodriguez

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.