Re: ... child window doesn't hide
- From: Antonio Coralles <noche suapie reflex at>
- To: gtkmm-list gnome org
- Subject: Re: ... child window doesn't hide
- Date: Wed, 24 Nov 2004 00:56:02 +0100
[snip]
i've a class derived from Gtk::Window, and in this class lies an object
of a class which is also derived from Gtk::Window. now, when a button in
my main window is pressed, show() is called for my child window, and it
shows up .... the problem is, that it doen't disapear again when i click
on close, or eaven on a button on this window directly connected with
hide(). i've allready tried to unset the Gtk::TOPLEVEL flag - but that
just resulted in lot's of gtk warnings and a subwindow not recognizing
my desktop theme ... then i've tried Gtk::Window(/Gtk::WINDOW_POPUP/),
but this is not what i want because it removes the standard buttons (so
i didn't test it) .
[snip]
i hope that nobody thougt about that "problem" to much ... i've just
overiden on_hide() without calling the base class on hide; yes, that
simple, and that annoying.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]