On Wed, 2007-12-05 at 10:37 +0100, [EMAIL PROTECTED] wrote:
> Hello,
> 
> i am missing the member function:
> 
> void set_has_frame(bool)
> 
> in Class: Gtk::ComboBox/Entry/Text 

Gtk::Entry::set_has_frame() exists:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1Entry.html#504640ca087eb8a02530c6d1a8ba7e06

Gtk::ComboBox::set_has_frame() does not exist (and there is no
equivalent in GTK+ either), but you can use the property:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1ComboBox.html#aee20c9c41ace2b3dba1529deee2cab9

I don't know what you mean by "Gtk::Text".

-- 
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

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

Reply via email to