[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Posible BUG??
- From: Iker Perez de Albeniz <ialbeniz cbt es>
- To: gtkmm-list gnome org
- Subject: Posible BUG??
- Date: Fri, 05 Oct 2007 16:37:59 +0200
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..
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]