Re: [gtkmm] Radiobutton get_group



jlm wrote:
Any help would be appreciated.

Hi jlm, this works for me in 1.3

  Gtk::RadioButton_Helpers::Group group;
  simulate_rb = new Gtk::RadioButton(group, "Simulate", 0);
  simulateBurn_rb = new Gtk::RadioButton(group, "Simulate and Burn", 0);
  burn_rb = new Gtk::RadioButton(group, "Burn", 0);

--
Manuel Clos
llanero eresmas net

TCPA y Palladium: http://bulmalug.net/body.phtml?nIdNoticia=1398
TCPA and Palladium: http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html




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