Re: Gtk1.2(PopUp)



Hi, POPUP is for things like menus and tooltips, I don't think it's a
good idea to make a real window with this set.

In gtk2.4, you just call gtk_window_set_decorated( window, FALSE ) to
get rid of the icons at the top. In 1.2 (I think) you need to call
Xlib directly :-( But I've not used 1.2 for years so I'm probably
wrong. Could you update your system to 2.4?

John

On Thu, 19 Aug 2004 07:22:56 +0100, Bibin Bhanu
<bibin_2004 operamail com> wrote:
 I am working with gtk1.2.I am using
 window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 to create a new window and I have successfully tried the text entry, and it is working fine.
  Now if i make the window GTK_WINDOW_POPUP it does not let me edit the text boxes.I am using 
GTK_WINDOW_POPUP so that I get a window without the defauly icons at the top.
  Any idea on how to make the text box editable.



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