Hi all,
I was wondering if it's possible to do row specific tooltips.
Thanks in advance.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi all
i need to save a GtkTextView content in a database, and this content
have images who i need save inside a database too and get back after,
but i dont know how i get this content with the images.
can anyone know how i do it ? (how i could save in blob type or something)
cheers
Arx Cruz
--
hi,
you need to use an event_box() to cover the region you want to colour,
then set the background of the event box to the colour you want.
your hierarchy could be one of several options, one being:
event box > vbox1 > scl > vbox2 > button
cheers,
richard
> Hi all,
> witha few of of VBOX s
> I would like to insert a close button, on the notebook tab, like
> gedit did, and i'm looking for an easy solution, or would one
> explain me how to do it ?
Personally, I much prefer to have one close button off to the side of the tabs
like Mozilla lets me do, rather than wasting space within
That worked. Thank you very much..
Deekshith M
On 9/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> hi,
>
> you need to use an event_box() to cover the region you want to colour,
> then set the background of the event box to the colour you want.
>
> your hierarchy could be one of sever
Hi all,
witha few of of VBOX scrolled window etc. Here is the containment.
vbox1 > scl > vbox2 > button.
I want to make the background area of button to be area. That is the
remaining uncovered part of scl/vbox2 should be in read. I tried to
set the BG/FG color for scl/vbox2 it didn't work.
P