On Sun, 2014-03-30 at 14:13 +0200, Mihály Palenik wrote:
> Hello!
> I'm making a dialog conversion. I have a ComboBox* pOldSymbols that is
> GtkComboBoxText in .ui file.
> When I runned program I got this:
> nwarn:vcl.layout:6634:1:include/vcl/builder.hxx:269: .ui widget
> "oldSymbols" needs to correspond to vcl type 8ComboBox. I saw with gdb
> and there is the problem: get(pOldSymbols, "oldSymbols"); Why do I get
> this nwarn??
> 
> Another GtkWidgets and CustomWidgets worked well in get function.

And what is the type pf pOldSymbols ? If the GtkComboBoxText is a
"editable" one then it probably should be a "ComboBox" and if its a
non-editable one, then it probably should be a "ListBox"

C.


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to