problems setting the draggable parameter

rekotc

17-07-2010 00:31:13

im tryin to make my window not draggable by setting the parameter in the WindowDesc
wd->widget_dragable = false;

it doesnt work, it works if i use the same parameter on a button but the main window can be dragged everywhere

kungfoomasta

17-07-2010 02:04:30

I'm guessing you mean its dragable via the TitleBar?

You can set

wd->window_titleBarDragable = false;

That should work.

rekotc

17-07-2010 12:21:44

aaah..ok stupid question sorry :)...i didnt notice it was draggable only using the title bar, thanks again for taking care of my problems :D