I have tried to set a Window as a TOOLTIP using:

set_type_hint();

i have tried:

set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
set_type_hint(Gdk::WINDOW_TYPE_HINT_TOOLBAR);

and everything works fine.. but when i use:

set_type_hint(Gdk::WINDOW_TYPE_HINT_TOOLTIP);

the compiler give this error:

error: ‘WINDOW_TYPE_HINT_TOOLTIP’ is not a member of ‘Gdk’


any idea?

PD: printings the other ENUMS i can supose that WINDOW_TYPE_HINT_TOOLTIP
= 10 so i have tried to use:

set_type_hint(10);

but doesnt work..




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

Reply via email to