guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

get-path-at-pos [guile-gnome2 2.16.1-4]


From: David Pirotte
Subject: get-path-at-pos [guile-gnome2 2.16.1-4]
Date: Mon, 28 Jun 2010 16:12:39 -0300

Hello,

        debian [testing/unstable]
        all guile-gnome2        2.16.1-4        installed

        gtk-menu-popup

the following error:

        ERROR: In procedure gtk-menu-popup:
        ERROR: Wrong type argument in position 5: #f

is raised by the following code [unmodified since guile-gnome0]

        (gtk-menu-popup popup-menu
                                #f  ;; parent-menu-shell or #f
                                #f  ;; parent-menu-item or #f
                                #f  ;; user supplied func to position the menu 
or #f 
                                #f  ;; user supplied data to pass to func 
                                button
                                time)

                user data to pass to func ...
                -]      when trying to pass '() it raises an error too
                -]      if I pass an integer [just to try]:
                                --]     no more errors
                                --]     but no popup menu is poped-up :-)

Thanks for some hints,
David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]