|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2006-05-26 21:23 UTC] cweiske@php.net
  [2014-02-02 23:05 UTC] niels at quotar dot com
  [2014-02-19 17:28 UTC] fuck at me dot cum
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 18:00:01 2025 UTC | 
Description: ------------ Hi, I've got the following error... Call to undefined method GtkTreeView::get_cursor() the set_cursor() function works fine... jeez, you must realy hate bugs... 4th time now, truying to submit br. Niels Berkers Reproduce code: --------------- <?php class foo{ function foo(){ /* $this->element_properties = new GtkTreeView etc. */ $this->element_properties->connect("cursor-changed" ,array($this,"moved"),"cursor-changed"); } function moved($sig){ $m =$this->element_properties->get_cursor(); } } ?> Expected result: ---------------- a digit 8-) Actual result: -------------- Call to undefined method GtkTreeView::get_cursor()