Re: Gdk::DECOR_xxx
- From: Bart Verstraete <bartverstraete telenet be>
- To: paul linuxaudiosystems com
- Cc: gtkmm-list gnome org
- Subject: Re: Gdk::DECOR_xxx
- Date: Mon, 26 Sep 2005 11:42:31 +0200
Paul Davis wrote:
On Sun, 2005-09-25 at 23:34 +0200, Bart Verstraete wrote:
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();
call this first. you're not allowing the normal "realize" path to take
place before you try to use the Gdk::Window
??? what do I need to call first? You say 'this', but what do you mean
with 'this'?
Grts Bart
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]