Regarding resizing windows

2001-11-19 Thread Jyothi
Hi, How to diasable resizing of windows???.. ie. window should not show options of maximize or minimize... Thanks in advance, Jyothi. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

help

2001-11-19 Thread changming . wang
-- Forwarded by Changming Wang/US/GM/GMC on 11/19/2001 08:33 AM --- [EMAIL PROTECTED] on 11/15/2001 04:01:42 PM To: [EMAIL PROTECTED] cc:(bcc: Changming Wang/US/GM/GMC) Subject: compile error in vopt.c Hi, I got error when I try to make

Regarding the menubar widget...

2001-11-19 Thread Helgi Hrafn Gunnarsson
Howdy, all. There's one thing I've always loved about MacOS since version 8.0, and that's how the menubar behaves. Windows. Method 1: You click the menubar. A menu appears. You click outside of the menubar to make it disappear, or the menubar itself. You click a menuitem to activate it.

Re: Regarding resizing windows

2001-11-19 Thread Havoc Pennington
Jyothi [EMAIL PROTECTED] writes: How to diasable resizing of windows???.. ie. window should not show options of maximize or minimize... You can use gtk_window_set_policy() to set allow_grow = FALSE allow_shrink = FALSE and auto_shrink = TRUE to get a non-resizable window. However most

Re: gtk_ctree_insert_node - why so slow?

2001-11-19 Thread John Cupitt
Olaf Frczyk wrote: On 2001.11.15 13:50:54 +0100 John Cupitt wrote: Hi Olaf, could you post a test program that shows this bad behaviour? It'll save us each making one :-) (maybe you have auto_sort turned on? turn it off, insert 6000 times, then turn it on again) As you wish, I

how to update the content of a vbox???

2001-11-19 Thread RevX
Hi, in my user interface there's a vbox which contains a pixmap (image) at the moment. But I want to update this (vbox) by the click on a button (replace old pixmap with ie. another pixmap). Can anyone tell me how to do that? Hints are also welcome. Thanks in advance. Cheers, RevX. -- GMX -

install without docs?

2001-11-19 Thread Skip Montanaro
I need to do some gtk+ installing on a remote machine and would prefer to simply not have the docs available there (one copy on my laptop is fine). Unfortunately, the install-data target wants to install the docs as well. Getting that to succeed then means I have to install gtk-doc and all its

Re: install without docs?

2001-11-19 Thread Havoc Pennington
Skip Montanaro [EMAIL PROTECTED] writes: I need to do some gtk+ installing on a remote machine and would prefer to simply not have the docs available there (one copy on my laptop is fine). Unfortunately, the install-data target wants to install the docs as well. Getting that to succeed then

Re: how to update the content of a vbox???

2001-11-19 Thread Paul Davis
in my user interface there's a vbox which contains a pixmap (image) at the moment. But I want to update this (vbox) by the click on a button (replace old pixmap with ie. another pixmap). gtk_pixmap_set (old_pixmap, new_pixmap); otherwise: gtk_container_remove (vbox, old_pixmap);

Re: install without docs?

2001-11-19 Thread Skip Montanaro
Would I encounter any functional problems if I simply eliminated docs from SUBDIRS in Makefile.am? Havoc No, it should work fine. configure --disable-gtk-doc should also Havoc work. Ah, thanks. S ___ gtk-list mailing list [EMAIL

Hi

2001-11-19 Thread Jyothi
Hi, I am facing problem of changing the widgets when the button is clicked. when once the button is clicked it should display the Menubar and when the button is clicked again, it should display a box packed with label and sepertor( ie. titlebar )... problem I am facing is when I click once