Re: PDF pixbuf loader

2008-07-07 Thread Karl Reis
> > On Sat, 5 Jul 2008 20:14:22 -0700 > "Karl Reis" <[EMAIL PROTECTED]> wrote: > > > Any pointers are appreciated. > > No pixbuf loader but a whole library: poppler. > > Ciao > -- > Nicola > > Thanks for the pointer! Karl ___ gtk-app-devel-list ma

Re: Forking from Gtk

2008-07-07 Thread James Scott Jr
G, The basic design decision to use fork() as a way to do work in the background flawed. fork()ing is not practical for gtk program. While fork() has been a valid option for many non-gui programs in the absence of threads, either g_thread_create() or pthread_create(). Today it is not very usefu

gtk_text_view_get_iter_at_location

2008-07-07 Thread Steve Salazar
Hi, I'm having some problems and confusion. I am trying to truncate all text not visible in a GtkTextView but am getting very different results depending on if the text has any "\n" characters or not even if they all appear after where I would truncate. Here is the test case: http://pa

Forking from Gtk

2008-07-07 Thread G Hasse
Hello, I have a small demo app. This works on FreeBSD but I can't get to work on Linux. I know that in Linux setsid will fail if the child has the same session_id as the parent. So on Linux you must fork twice. But it also seems that the parent must do an exit. And I don't want that. The code is n

Can't set custom GtkWidget style property in gtkrc

2008-07-07 Thread Stefan WEBER
Hi all, I wish to add a style property to GtkWidget in order to retrieve it in several derived gtkmm-classes. In main() I do the following: gpointer p = gtk_type_class(GTK_TYPE_WIDGET); gtk_widget_class_install_style_property (GTK_WIDGET_CLASS(p),

Wrting to a text file in N800 /media/mmc1

2008-07-07 Thread nisha jain
Hi All, Does any Hildon or gtk API supports writing into text files my following code written in C is not working for N800 which works perfectly fine under MAEMO ARMEL mode.Please if some one has some information let me know... Regards, Nisha -- Forwarded message -- From:

Re: [Usability] UI design question

2008-07-07 Thread Dave Foster
On Sun, Jun 29, 2008 at 9:35 AM, natan yellin <[EMAIL PROTECTED]> wrote: > I'm curious by nature, so does your application already have a website? > This is something that I've always felt would be useful. > Not yet, I want to finish most of it before revealing it. I know, developing in the dark

How to align buttons in GtkHButtonBox?

2008-07-07 Thread Mitko Haralanov
Hi, Is it possible to get the buttons of a gtk_toolbar to align to the left side of the widget (the same behaviour as gtk_button_box_set_layout(button_box, GTK_BUTTONBOX_END))? I could not find anything in the widget's hierarchy that would do it and packing it into a GtkAlignment does help either

Dynamic color setting of GtkListStore/TreeStore selection cursor

2008-07-07 Thread R. Dresens
Hello, I have a question regarding the color of the cursor/selection of the selected item(s) in a GtkListStore or GtkTreeStore. I'm currently able to set the colors of individual cells by associating the 'foreground'-property of a TreeViewColumn/CellRendererText to a certain column in a liststor