RE: Gdk::DECOR_xxx
- From: Foster Gareth <gareth foster siemens com>
- To: Bart Verstraete <bartverstraete telenet be>, paul linuxaudiosystems com
- Cc: gtkmm-list gnome org
- Subject: RE: Gdk::DECOR_xxx
- Date: Mon, 26 Sep 2005 10:48:34 +0100
At a guess, he means the method of the base class.
class wee : public something
{
void
woo ()
{
something::woo(); // like so
// then other code ...
}
};
Gaz
> -----Original Message-----
> From: Bart Verstraete [mailto:bartverstraete telenet be]
> Sent: 26 September 2005 10:43
> To: paul linuxaudiosystems com
> Cc: gtkmm-list gnome org
> Subject: Re: Gdk::DECOR_xxx
>
> 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
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]