Re: [Vala] screen-changed signal emitted before constructor is invoked?

2009-01-08 Thread Arto Karppinen
vala-l...@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Arto Karppinen -- arto.karppi...@iki.fi ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GtkPixbuf from Char buffer

2008-10-16 Thread Arto Karppinen
the image are: - Name of file. - Size of file. - Contents of file. -- Arto Karppinen -- [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkPixbuf from Char buffer

2008-10-16 Thread Arto Karppinen
to download images everytime could cause user angst. This is about a small preview image for the complete Irreco Theme, so i don't feel there is any real need to cache it. The theme will be saved to disk if the user likes the preview, and chooses do download the whole thing. -- Arto Karppinen

Re: How to center vbox inside full screen window

2008-09-04 Thread Arto Karppinen
fill the whole window. -- Arto Karppinen -- [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Dialogs and gtk_window_set_transient_for()

2008-02-20 Thread Arto Karppinen
to build some kind of system which keeps track of what dialogs are currently shown? -- Arto Karppinen -- [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman

Re: Listbox, Treeview and attaching pointers to rows

2007-10-25 Thread Arto Karppinen
Damien Caliste wrote: Hello, Le 24/10/2007, Arto Karppinen [EMAIL PROTECTED] a écrit : Row one - Data pointer 1 Row two - Data pointer 1 Row n+1 - Data pointer 1 How would one accomplish such amazing task? Your data pointer should added in your model: enum { COL_LABEL

Listbox, Treeview and attaching pointers to rows

2007-10-24 Thread Arto Karppinen
that with an array where the correct data happens to be in the same index. -- Arto Karppinen -- [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app

Re: How to redraw the blanked section of a widget after a expose-event?

2007-10-09 Thread Arto Karppinen
, 0, widget-allocation.width, widget-allocation.height); And create a pixmap where you draw the images, and queue redraw when the you redraw the pixmap. -- Arto Karppinen -- [EMAIL PROTECTED

Getting mouse movement, motion-notify-event problem

2007-04-12 Thread Arto Karppinen
, G_CALLBACK(motion_notify_event), NULL); But those events stop coming if i press the any mouse button down and move the mouse. Events resume when i lift the button. How do i get mouse movement at all times? -- Arto Karppinen ___ gtk-app-devel-list mailing