Re: Gdk::DECOR_xxx



Now when I do this;
void SettingScreen::on_realize()
{
   Glib::RefPtr<Gdk::Window> fr = get_frame();
fr->set_decorations(Gdk::DECOR_ALL | Gdk::DECOR_MINIMIZE | Gdk::DECOR_MAXIMIZE);
   Gtk::Dialog::on_realize();
}

its still cashes wit    h no error warning, ...
help :-                (



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