Re: Alt+Button click and events

2008-07-10 Thread Robert Pearce
On Wed, 9 Jul 2008, Toralf Lund [EMAIL PROTECTED] wrote : I probably need to reconsider the way the application using modifiers, though (but I can blame the current setup on someone else), since it's probably quite common that the window manager wants to use Alt. It's also quite common for

expose event on scrolled window while using scrollbars

2008-07-10 Thread douwe vos
Hi, My application uses a scrolled-window to show some content. When I use the mouse-wheel everything scrolls fine, but as soon as I start dragging the scrollbars it doesn't update as often as I would like it to do. Sometimes the scroll-grip (or however it is called) is still at the top of the

Pixmap Theme Engine options

2008-07-10 Thread Nik Bhattacharya
Hello, I compiled a list of valid options for the Pixmap Theme Engine for Gtk. There is precious little information out there as far as documentation, so I looked at the source code and came up with the list. Hope this helps some of you! engine pixmap { image {

Re: Pixmap Theme Engine options

2008-07-10 Thread Tommi Komulainen
2008/7/10 Nik Bhattacharya [EMAIL PROTECTED]: Hello, I compiled a list of valid options for the Pixmap Theme Engine for Gtk. There is precious little information out there as far as documentation, so I looked at the source code and came up with the list. Hope this helps some of you! I've

Re: How do I get absolute screen position of a widget?

2008-07-10 Thread Jörn Reder
zentara wrote: Maybe perldoc Gtk2::Gdk::Window ? Hmm, I tried this: my ($x, $y, $width, $height) = $gtk_entry-get_parent_window-get_geometry; but that gives me the geometry of the toplevel window which contains the widget. This is the absolute reference I would have to add all the relative

Trouble receiving from the maillist

2008-07-10 Thread zentara
Hi, For some reason, some of my posts to the maillist are not being sent back to me. If I look in the http archives, I see they are there. The latest ones, were my replies to Scribble Example. I see them in the archives, but I never received them back, which is confusing for me. Is there more

Re: Scribble Example

2008-07-10 Thread Mario Kemper
Thanks again. I've implemented the exact features in my application last night ;-) Now i know to draw on a canvas. Do you have any ideas on how i can draw on a foreign window? First of all, i know how to integrate a foreign window so i get a gdk-window. (with use of xwininfo i get the xid etc.)

Re: custom model rows-reordered marshal

2008-07-10 Thread Kevin Ryde
There might be another similar bit in gtk_tree_model_get too. Failing program below, getting Bizarre copy of CODE in aassign at multi-get.pl line 79. The case where you give explicit column numbers seems ok. I suppose the sp global is already past where the local XPUSHs is writing.