Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-24 Thread Super666666Super
It works ! Really, really thanks !

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-24 Thread Mike Wey
On 04/24/2013 08:43 AM, Super66Super wrote: Sorry, you don't understand me. I want something like this: ACII ART I know that function addOnButtonPressd() prevents change the order of the tabs ... Did you have any idea ? Thanks for your time. I see what you mean, using the enter

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-23 Thread Super666666Super
And sorry for bad ASCI sample ... You should copy it to your favorite text editor. Sorry ...

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-23 Thread Super666666Super
Sorry, you don't understand me. I want something like this: /--Frameless Window--\ |*First Reordalable tab* | *Second ...* || Rest - drag this to begin move window | |*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-23 Thread Mike Wey
On 04/23/2013 08:13 AM, Super66Super wrote: "The begingMoveDrag call in mousepressevent makes it so that you drag the window around when holding the left mouse on on of the tabs. And that prevents you from reordering the tabs." I understand, thanks for the valuable information. "What are you

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-22 Thread Super666666Super
"The begingMoveDrag call in mousepressevent makes it so that you drag the window around when holding the left mouse on on of the tabs. And that prevents you from reordering the tabs." I understand, thanks for the valuable information. "What are you trying to achieve with mousepressevent?" I wan

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-22 Thread Mike Wey
On 04/22/2013 10:48 PM, Super66Super wrote: "Look how this issue could be solved for 'general' gtk+. As GtkD is a wrapper on gtk+, the answer to your question should not be D-specific." Hmmm ... Thanks, but I'm not sure is it a real bug. "If you are not doing so already, try returning false

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-22 Thread Super666666Super
"Look how this issue could be solved for 'general' gtk+. As GtkD is a wrapper on gtk+, the answer to your question should not be D-specific." Hmmm ... Thanks, but I'm not sure is it a real bug. "If you are not doing so already, try returning false from the function you pass to addOnButtonPres

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-22 Thread Mike Wey
On 04/22/2013 12:05 PM, Super66Super wrote: I'm programming in gtkD on Funtoo Linux. I want to catch mouse press event in Notebook, but I would like to don't touch the tabs and their contents. I'm using function: addOnButtonPress () in Notebook, but after that the tabs aren't reorderable ( pr

Re: [ gtkD ] Question about mouse press event in Notebook ...

2013-04-22 Thread angel
Not being able to provide a real answer, I can give you an advice ... Look how this issue could be solved for 'general' gtk+. As GtkD is a wrapper on gtk+, the answer to your question should not be D-specific.

[ gtkD ] Question about mouse press event in Notebook ...

2013-04-22 Thread Super666666Super
I'm programming in gtkD on Funtoo Linux. I want to catch mouse press event in Notebook, but I would like to don't touch the tabs and their contents. I'm using function: addOnButtonPress () in Notebook, but after that the tabs aren't reorderable ( previously yes ). Or similarly, how to catch mous