Liangxu Wang wrote:
> Hi,
>       I am study gtkmm now, and after some search about the statusbar with
> google, I have not get the answer on how to show menu tooltip in
> statusbar, so can you tell me how to do this?
>       for e.g., I create the mainwindow in a glade file,after load the glade
> file, how to show menu's tooltip in statusbar?
>       
> Sincerely yours,
> Liangxu Wang
>
>
>   
Gtk::Tooltips m_tooltips;
:
:
.....

m_tooltips.set_tip(*m_eventbox, "string");


-- 
  In my life God comes first.... but Linux is pretty high after that :-D
Grizzly(Francis Smit)
http://www.geekcode.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GM/CS/P/PA d- s+:+> a+>? C++++ UL++++@ P+ L+++ E--- W+++ N+(++) K w--- M-- V-- 
PS(+) PE(-) Y+(++) PGP++ t+(++) 5 X- R- tv b+++(++++) DI(--) D G e++(+++) h-- 
r- y-
------END GEEK CODE BLOCK------

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to