NAME
Gtk2::Ex::EntryBits -- misc functions for Gtk2::Entry widgets
SYNOPSIS
use Gtk2::Ex::EntryBits;
FUNCTIONS
Gtk2::Ex::EntryBits::select_region_noclip ($entry, $start, $end)
-
Select text from
$start
to$end
like$entry->select_region
, but don't put it on the clipboard. This is a good way to let the user type over previous text, without upsetting any cut and paste in progress.This is implemented with a nasty hack temporarily pretending
$entry
is unrealized.
SEE ALSO
HOME PAGE
http://user42.tuxfamily.org/gtk2-ex-widgetbits/index.html
LICENSE
Copyright 2007, 2008, 2009, 2010, 2011 Kevin Ryde
Gtk2-Ex-WidgetBits is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
Gtk2-Ex-WidgetBits is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Gtk2-Ex-WidgetBits. If not, see http://www.gnu.org/licenses/.