Re: wx::Grid::SetCol/RowLabelSize()

2014-05-01 Thread Steve Cookson - gmail
Hi Jim, On 01/05/14 17:55, Jim Clark wrote: I would like to use wxGRID_AUTOSIZE with wx::Grid::SetCol/RowLabelSize(), but it doesn't seem to be implemented in wxPerl. Can anyone lend a hand as to what I am doing wrong? Well, I looked into this. I can see no sign of it being wrapped. I used

Re: Re: wxWidgets apps have no window decorations when run via NX

2014-05-01 Thread Ian Macdonald
Hi and thanks to all who responded. I'm afraid we didn't come up with a good fix, because we found a good alternative first. X2Go, which I believe was forked from the same base as NX originally, has worked for us without any issues and unfortunately we're a little too close to deadline for the spi

wx::Grid::SetCol/RowLabelSize()

2014-05-01 Thread Jim Clark
Folks, I would like to use wxGRID_AUTOSIZE with wx::Grid::SetCol/RowLabelSize(), but it doesn't seem to be implemented in wxPerl. Can anyone lend a hand as to what I am doing wrong? I tried: $grid->SetColLabelSize(&wx::Grid::wxGRID_AUTOSIZE); $grid->SetColLabelSize(&wx::wxGRID_AUTOSIZE);

wxWindow::GetHandle

2014-05-01 Thread Steve Cookson
Hi Guys, I want to pass the Gtk window pointer for a wx::Panel to render a GStreamer video on. In c++, it looks like this: GdkWindow* window = gtk_widget_get_window(widget); wxASSERT(window); gst_video_overlay_set_window_handle( GST_VIDEO_OVERLAY(be->m_xoverlay),