ATK dependency

2013-07-12 Thread Kemin Zhou
Hi, I am trying to configure GTK, it gave an error message: checking for GDK_DEP... yes checking for ATK... no configure: error: Package requirements (atk atk-bridge-2.0) were not met: No package 'atk-bridge-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installe

Re: Re-attaching tab to notebook via "close" event

2013-07-12 Thread Ryan Taylor
Richard, No, basically just that if I open the program. Detach from notebook (creates separate window), re-attach to notebook (via re-parenting), then detach from notebook again, I am unable (with the same event, ie delete-event aka X/File->Close) to re-attach. Nothing happens. It seems likely

Re: Re-attaching tab to notebook via "close" event

2013-07-12 Thread Ryan Taylor
Yes, I have done this and it works, except simply "reparenting" does not save the tab label (for example, before it might be XYZ and after I reparent back to notebook the text is the original page number. I have gotten around this by re-setting the tab label. Also, reparenting does not save the det

Questions concerning to LTR against RTL and vice versa

2013-07-12 Thread Genghis Khan
Hello, 1. I would like to know why in GTK+3 open file LTR widget, there is a proper alignment forced on any character while this is not the case in GTK+2? Please make GTK+2 to display it like GTK+3 does. i.e. In GTK+3 open file, a string משרד הפנים would align from left direction (good) and in

Fwd: Re-attaching tab to notebook via "close" event

2013-07-12 Thread Ryan Taylor
-- Forwarded message -- From: Ryan Taylor Date: Fri, Jul 12, 2013 at 11:31 AM Subject: Re: Re-attaching tab to notebook via "close" event To: richard boaz Richard, I'm curious, could this issue be connected to the fact that the delete-event callback method has to be static?

Re: Re-attaching tab to notebook via "close" event

2013-07-12 Thread richard boaz
you will need to study notebooks, its tabs, how a notebook manages its children (tab names, properties, etc.) to fully understand why it behaves the way it does (your questions) since i am not privy to such details (never needed to know them myself). only being able to reparent once sounds strange