>
> 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
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
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
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
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),
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:
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
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
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