Your code works fine for me, I think you need to get the proper version match between the c-libs and the Perl module for Gtk2. Gtk2 is moving to Gtk3, and the last version of the c libs which can still be called Gtk2, is gtk+-2.24.5. After 2.24, it is known as Gtk3, even though it still has a 2.25 numbering. So you might try installing the latest libs, then reinstall the Perl module which corresponds to that lib level.

If it's any help to you, my latest Gtk2 uses cairo-1.10.2, gdk-pixbuf-2.23.4, glib-2.29.8, glib-networking-2.29.9, pango-1.29.3, atk-2.0.1, and gtk+-2.24.5. There is a specific installation order you must follow, but it is explained on the gtk+ installation website.

Those libs are compatible, and can be used with the Perl modules: Cairo-1.062, Glib-1.223, Pango-1.221, and Gtk2-1.223.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

In reply to Re: Gtk2::ComboBox: Cannot be changed after initial selection by zentara
in thread Gtk2::ComboBox: Cannot be changed after initial selection by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.