Re: GtkHandleBox - detaching menubar by other ways than dragging with the mouse?

2005-03-02 Thread devzero
Gus, thank you for your long reply! Unfortunately I have no access to the source of that application - so it`s _very_ foreign. I wished we would live in an OSS world - but some people make their money out of closed source software.(and though, very good one) Your hints are very detailed - than

RE: documentation of GtkBinding

2005-03-02 Thread Owen Taylor
On Wed, 2005-03-02 at 14:39 -0600, Boncek, John wrote: > Thanks, Owen. I'll definitely have to check out the book when it comes > out. The book isn't coming out ... after some years of working on it, it came apparent that the author group was better suited to writing GTK+ than writing about GTK+,

RE: documentation of GtkBinding

2005-03-02 Thread Boncek, John
Thanks, Owen. I'll definitely have to check out the book when it comes out. -Original Message- From: Owen Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 9:31 PM To: Boncek, John Cc: gtk-app-devel-list@gnome.org Subject: Re: documentation of GtkBinding Boncek, John wrote:

how to add accelerator for GtkToolItem descendents?

2005-03-02 Thread santhosh
Hi, I have just used the following code to add accelerator to a GtkToolButton. gdk_accelerator_parse ("O", &keyval, &mod_type); if (keyval) gtk_widget_add_accelerator (my_tool_button, "activate", accel_group, keyval, mod_type, 0); ... When I run the program, I get the following warning a

Re: GtkHandleBox - detaching menubar by other ways than dragging with the mouse?

2005-03-02 Thread Gus Koppel
"roland" wrote: > i have an application which seems to use GTK. > The menue of the app can be detached and I found this could be the > GTKHandleBox widget. Are you talking about an application you wrote or about a foreign application? > I want to run the application in a "restricted" manner and