Page 1 of 1

How to enable border of WebGadget?

Posted: Tue Oct 15, 2013 5:34 pm
by Kukulkan
Hi,

on Linux the WebGadget does not display a border. Is there a GTK call available to activatethe border around a WebGadget?

Best

Kukulkan

Re: How to enable border of WebGadget?

Posted: Wed Oct 16, 2013 7:27 am
by USCode
Maybe you could embed it within a ContainerGadget?
http://www.purebasic.com/documentation/ ... adget.html

Re: How to enable border of WebGadget?

Posted: Wed Oct 16, 2013 8:22 am
by Kukulkan
Hi,

thank you, but later in the code I use some special functions to do resize and stuff. And there the container is not known anymore so can not get resized. This would need some big changes in a lot of code.

I need to activate the border for the gadget itself. I believe there is some GTK call available but I can not find which one.

Kukulkan