Re: Converting from Gtk2 -> Gtk3 Notes



On 25.09.2013 07:03, Thierry Vignaud wrote:
On 24 September 2013 21:56, Torsten Schoenfeld <kaffeetisch gmx de> wrote:
Both Frame and Labels must be passed a blank string '' instead of no value

Could add overrides.  Patches welcome.

They already were sent to you some time ago...

Yeah, but I replied that they'd need unit tests before they can go in.

But I just realized that in these two cases, the issues are due to
missing gtk+ annotations.  They've actually since been added, so as of
gtk+ 3.9.14 this works:

# perl -MGtk3=-init -E'say Gtk3::Label->new'
Gtk3::Label=HASH(0x1e55cb8)
# perl -MGtk3=-init -E'say Gtk3::Frame->new'
Gtk3::Frame=HASH(0x3535e58)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]