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
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
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);
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),