Re: How can i place the widget



On Mon, Oct 30, 2000 at 04:47:48PM +0900, ±èÁ¾Ãµ wrote:
> How can i place the widget that is invisible,hidden(after call
> gtk_widget_show )  in top of the screen ?
> In Xwindow programming, this is just like "XRaiseWindow".

Widget, or window?

If the widget in question is a GtkWindow, and is pointed to by a
GtkWidget pointer "win", you can do

	gdk_window_raise(win->window);

which, in the version of GTK+/GDK running on the X Window System, will,
in fact, call...

..."XRaiseWindow()".




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