LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: HalfBrian Date: Sat Sep 6 20:13:01 2008 Subject: GtkEntry "insert-at-cursor" not working
I am trying to write an image resizer and I need to get two boxes to update
when one of them is updated (the width and height boxes, so that
fixed-aspect is possible) I figured out that I should use the
insert-at-cursor of a GtkEntry to make that feasible. I have the following
code:
$txtWidth = new GtkEntry();
$txtWidth->connect_simple("insert-at-cursor","test");
Theoretically, it should work, but test() never gets called. If I change
"insert-at-cursor" to "backspace", it works (test() is called).
Any ideas? Am I going about this the wrong way?
-HalfBrian
--
View this message in context: http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html
Sent from the Php - GTK - General mailing list archive at Nabble.com.
| Navigate in group php.gtk.general at sever news.php.net | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |