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 w
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
gtk-app-devel
> 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
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
com
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 Ubuntu