Ok I am sorry but I solved it as I explained at the end of the email,
doing it by hand line by line with the help of pango_layout_get_line,
pango_cairo_show_layout_line and PangoLayout->length; it wasn't that
dificult after all as it seemed at first.
Sorry for wasting your time :-(.
Goodbye.
Hello.
I have various lines that start at diferent positions and have
diferent lengths (widths) and I want to put some user text (paragraph)
on them with wordwrapping and some alignment; I am using Cairo to draw
on a GtkDrawingArea and I got the lines and other things drawed
correctly but
Hi,
I'd like to make one entry in my application behave as if
gtk_entry_select_on_focus is set to 0, that is, it should not have its
contents selected when it is focused. All other entries should behave
with the default settings.
Is it possible to set that option just for one named entry?
OK, it was to late, in the morning i found the painfull mistake.
sorry
On 7/27/06, rupert <[EMAIL PROTECTED]> wrote:
>
> I have a small textview which tells/helps the user what to do,
> so when a user moves his mouse onto a button i'd like to show small
> message in the textview
>
> I am so far