a few problems



I'm having a couple of problems.


A.) When using gnome bindings to creat such things as toolbars, you can
choose a stock icon like

pixmap_type => 'stock',
pixmap_info => 'Convert',

however, due to the lack of documentation, how can I continue to use the
gnome object but yet use my own xpm file/data for a image/icon?


B.) Setting window sizes do not seem to work. I made sure to turn size
memory off in my window manager and I made it so that I couldn't resize
it. However, no matter what I did, it would not size the window at all.


C.) I'm creating buttons in another pop up window with a for loop.
Anyway, a callback for one of them would be done with

$select_button->signal_connect( "clicked", sub{ $video_card =
$card_list[$x_temp]; } );


However, it will not set $video_card at all. I've set up a few prints to
see what was going on and all is fine. The callback just seems to do
nothing on the first click and on the second click it sets $video_card
to null. It's weird.




Anyway help or suggestions would be great. I'm working on a GLXSetup
application. Other than these few specific cases, everything is going
along fine.





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