[gtkmm] MessageDialog



Gtk::MessageDialog
dialog(*p_window_main,
	 "Your address book has been modified.\nWould you like to save the changes?",
	Gtk::MESSAGE_QUESTION,
	(Gtk::ButtonsType)(Gtk::BUTTONS_OK | Gtk::BUTTONS_CANCEL));

This displays a valid MessageDialog except for one problem.  Only the Cancel
button is shown!!!  Can someone please explain how to fix this or why in the
world it is happening in the first place?  Thanks a lot!

-- 
Craig Slusher
ouslush columbus rr com



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