Re: [glade--]Entry max_length not being written, possible fix
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Mark Jones schrieb:
> It does not appear to be writing out the max_length of a text entry
> field.
> //MJ right here
> WriteIntProperty(w,f,instance, "max_length");
> //MJ not sure what the comment below means
> // max length ... seems to be not in gtkmm
this simply means that gtkmm2's entry did not provide set_max_length()
the last time I looked for it ... ;-)
> Perhaps my Widget class file is not up to date? Or perhaps in CVS it is
> not?
was an error on my side. Since I had an dental operation last friday, I
was slightly out of business. And I had to port an huge! application to
gtkmm2 (now it dumps core - much better than not compiling at all).
Christof