File: control

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 (30 lines) | stat: -rw-r--r-- 1,576 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
Source: libgtk2-ex-entry-pango-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libgtk2-perl (>= 1.100)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>, Xavier Oswald <xoswald@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/

Package: libgtk2-ex-entry-pango-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libgtk2-perl (>= 1.100)
Description: Gtk2::Entry that accepts pango markup
 Gtk2::Ex::Entry::Pango is a Gtk2::Entry that can accept Pango markup for
 various purposes (for more information about Pango text markup language see 
 http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html).
 .
 The widget allows Pango markup to be used for input as an alternative to
 set_text or for setting a default value when the widget is empty. The default
 value when empty is ideal for standalone text entries that have no accompanying
 label (such as a text field for a search).
 .
 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.