Re: arrow type



On Mon, 11 Jul 2005, [utf-8] Bo?tjan ?peti? wrote:
i'm using the 'arrow' widget... when i wnat to change direction with:
        $me->set('arrow-type' => 'right');

i get an error:
        *** unhandled exception in callback:
*** FATAL: invalid enum GtkArrowType value arrow-type, expecting: up /
GTK_ARROW_UP, down / GTK_ARROW_DOWN, left / GTK_ARROW_LEFT, right /
        GTK_ARROW_RIGHT at modules/bumblebee/gui.pm line 398.

Did you try
        $me->set('arrow-type' => GTK_ARROW_RIGHT);
?



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