>Exceptions

Exceptions

As some widgets do not implement properties for all required properties. This section documents some of the exceptions built into libglade's logic.

The following properties have custom handlers in libglade. Most of these will probably become real properties in GTK+ 2.2.

There are custom handlers for a number of deprecated widgets, and deprecated settings for some widgets. These most likely won't be converted to real properties in the future. These include:

GtkPixmap::build_insensitive
GtkPixmap::filename
GtkProgress::format
GtkCalendar::display_options
GtkCList::column_widths
GtkCList::selection_mode
GtkCList::shadow_type
GtkCList::show_titles
GtkTree::selection_mode
GtkTree::view_mode
GtkTree::view_line
GtkList::selection_mode
GtkCheckMenuItem::always_show_toggle
GtkText::text

XXXX - To be done