gtkmm Toggle Button Bug

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ruben

    #1

    gtkmm Toggle Button Bug

    It seems to me that the togglebutton toggled() function has a but.
    Documentation says that when called it will change the state of the
    object. I can't varify this behavior. It calls the toogle signal but
    doesn't seem to change the state of the object.

    Example Code Below:







    result of package config is as follows:

    pkg-config gtkmm-2.4 --cflags --libs
    -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_AP I -I/opt/gnome/include/gtkmm-2.4
    -I/opt/gnome/lib/gtkmm-2.4/include -I/opt/gnome/include/glibmm-2.4
    -I/opt/gnome/lib/glibmm-2.4/include -I/opt/gnome/include/gdkmm-2.4
    -I/opt/gnome/lib/gdkmm-2.4/include -I/opt/gnome/include/pangomm-1.4
    -I/opt/gnome/include/atkmm-1.6 -I/opt/gnome/include/gtk-2.0
    -I/opt/gnome/include/sigc++-2.0 -I/opt/gnome/lib/sigc++-2.0/include
    -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include
    -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2
    -I/usr/include/freetype2/config -I/opt/gnome/include/atk-1.0
    -L/opt/gnome/lib -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0
    -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0
    -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0
    -lgmodule-2.0 -ldl -lglib-2.0

    --
    http://www.mrbrklyn.com - Interesting Stuff
    http://www.nylxs.com - Leadership Development in Free Software

    So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998

    http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002

    "Yeah - I write Free Software...so SUE ME"

    "The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society."

    "I'm an engineer. I choose the best tool for the job, politics be damned.<
    You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one."

    © Copyright for the Digital Millennium

  • Ian Collins

    #2
    Re: gtkmm Toggle Button Bug

    Ruben wrote:

    [stuff]

    Once is enough!

    --
    Ian Collins

    Comment

    • Ruben

      #3
      Re: gtkmm Toggle Button Bug

      On Fri, 10 Oct 2008 16:53:39 +1300, Ian Collins wrote:
      Ruben wrote:
      >
      [stuff]
      >
      Once is enough!
      Thanks

      I had to fix the subject for archival purposes...


      I posted to the gtk list as well, when it is up which seems only 50% of
      the time of late...


      Ruben
      --
      http://www.mrbrklyn.com - Interesting Stuff
      http://www.nylxs.com - Leadership Development in Free Software

      So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998

      http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002

      "Yeah - I write Free Software...so SUE ME"

      "The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society."

      "I'm an engineer. I choose the best tool for the job, politics be damned.<
      You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one."

      © Copyright for the Digital Millennium

      Comment

      Working...