[gtkada] Tooltips

Grein, Christoph christoph.grein at eurocopter.com
Thu Jan 23 13:23:08 CET 2003


Hello,

I'm using Glade 0.5.9 on Windows 98.

I've filled in the tooltip box in the .glade file. But when I create Ada code, 
the generated code is the same as when there is not tooltip. Do I have to define 
something additionally to invoke tooltips.

    <widget>
      <class>GtkButton</class>
      <name>Current_State_Delete</name>
      <tooltip>Delete</tooltip>
      <signal>
	<name>clicked</name>
	<handler>on_Current_State_Delete_clicked</handler>
      </signal>
    </widget>

(Just to prevent misunderstandings: The above excerpt was written by Glade, not 
handwritten by me. I deleted a few lines which are of no interest here.)




More information about the gtkada mailing list