Overview

../GtkComboBoxEntry is basically the same as ../GtkComboBox. It obeys the appears-as-list style property of the combobox, but will not look differently except for the popup.

screenshot.png

Style Properties

none

Geometry

As you can see in the screenshot above, ../GtkComboBoxEntry consists of a ../GtkEntry and a ../GtkButton with a ../GtkArrow inside it. The only special case that exists, is that it will remove the frame of the ../GtkEntry if the "has-frame" property is set to FALSE. Again I have no idea what this might be usefull for.

The popup works in the same ways as the one of ../GtkComboBox.

Drawing

The ../GtkComboBoxEntry does not do any drawing itself. See the Geometry section.

GTK+ API Documentation

http://library.gnome.org/devel/gtk/stable/GtkComboBoxEntry.html

Attic/GnomeArt/Tutorials/GtkThemes/GtkComboBoxEntry (last edited 2013-11-27 14:33:55 by WilliamJonMcCann)