Keyboard Event Focus

2008-04-09 Thread Markus Müller
Hello list, i have a mplayer running in my application. Keyboard events are used to navigate and to switch between different video sources. When the player is in a QVGA-mode (just a quarter of the VGA-Screen) the keyboard strokes are registered correctly in the application, but when the video

Gtkmm Printing in Ubuntu 7.10

2008-04-09 Thread Garth's KidStuff
Hi, As covered in some earlier posts, Murry helped point me to the bug report on Ubuntu 7.10 that showed that gtk+ printing just didn't work there. I've upgraded to Ubuntu 8.04 (beta), and Printing now works great for me (yay!). BUT I'd like to distribute this app to users who are still on

Gtk::ProgressBar doesn't work synchronously

2008-04-09 Thread Garth's KidStuff
Hi All, I'm converting a large Windows/Mac project to run on Ubuntu, and I'm a little stuck when trying to use a ProgressBar. We have a cross-platform class that assumes I can create a Progress Monitor dialog during time-intensive tasks, and then periodically update the progress as the task

Re: Gtk::ProgressBar doesn't work synchronously

2008-04-09 Thread Gabriele Greco
Start a complex task Create a Progress Monitor dialog and show it Update the dialog as the task progresses Destroy the dialog Every time you update the dialog (or also more often if you can) you should do something like: while (gtk_events_pending()) gtk_main_iteration(); To let GTK

How to add an alpha channel to Gdk::Drawable?

2008-04-09 Thread Magicloud Magiclouds
Hello, I want to draw something (not with cairo, just gdk) then make a shape combine mask from it. But As I tried, there seems no alpha channel by default. Could someone help me? Thanks. ___ gtk-app-devel-list mailing list

Re: Gtkmm Printing in Ubuntu 7.10

2008-04-09 Thread Murray Cumming
On Wed, 2008-04-09 at 08:15 -0700, Garth's KidStuff wrote: Hi, As covered in some earlier posts, Murry helped point me to the bug report on Ubuntu 7.10 that showed that gtk+ printing just didn't work there. Specifically, there is a problem with the printing API when used from gtkmm (not with

Re: thoughts about improving GtkTreeView: better selection interaction

2008-04-09 Thread Murray Cumming
On Wed, 2008-04-09 at 00:16 +0300, Vlad Grecescu wrote: All of these brought to my memory the fact that TreeView doesn't have a 'vertical listview' mode where only one model column is repeated multiple times (and only that is selectable). IconView comes close, though it orders horizontally.

Re: Language bindings on gtk.org

2008-04-09 Thread Andy Wingo
Hi Andreas, On Mon 07 Apr 2008 16:24, Andreas Nilsson [EMAIL PROTECTED] writes: * guile-gtk (http://www.gnu.org/software/guile-gtk) Obsoleted by guile-gnome, whose gtk binding is independent of gnome * guile-gnome (http://www.gnu.org/software/guile-gnome/) libs, and wraps GTK+ 2.10: