Paketname | libgtk2-ex-entry-pango-perl |
Beschreibung | Gtk2::Entry that accepts pango markup |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.09-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | perl, libgtk2-perl (>= 1.100) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 17092 Byte |
Prüfsumme MD5 | b9e6c1f2f050a6b632c5e83c8e03801c |
Prüfsumme SHA1 | dc16995befe7f8f7dab306a07f5040b59fe5f675 |
Prüfsumme SHA256 | 329143337f2a81187be48fce255431cacfbffb251b84f549779e16a9bd1f9d32 |
Link zum Herunterladen | libgtk2-ex-entry-pango-perl_0.09-1_all.deb |
Ausführliche Beschreibung | 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.
|