mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Drop row/column-span-column from tests
This commit is contained in:
parent
e2693ef44f
commit
19dbc831c5
@ -529,8 +529,6 @@ test_type (gconstpointer data)
|
||||
|
||||
/* Special restrictions on allowed values */
|
||||
if (pspec->owner_type == GTK_TYPE_COMBO_BOX &&
|
||||
(g_str_equal (pspec->name, "row-span-column") ||
|
||||
g_str_equal (pspec->name, "column-span-column") ||
|
||||
g_str_equal (pspec->name, "id-column") ||
|
||||
g_str_equal (pspec->name, "active-id") ||
|
||||
g_str_equal (pspec->name, "entry-text-column")))
|
||||
|
@ -67,8 +67,6 @@ list_ignore_properties (gboolean buglist)
|
||||
{ "GtkColorSelectionDialog","has-separator", (void*) MATCH_ANY_VALUE, }, /* property disabled */
|
||||
{ "GtkColorSelection", "child", NULL, },
|
||||
{ "GtkColorSelection", "current-color", (void*) NULL, }, /* not a valid boxed color */
|
||||
{ "GtkComboBox", "row-span-column", (void*) MATCH_ANY_VALUE }, /* GtkComboBoxEntry needs a tree model for this */
|
||||
{ "GtkComboBox", "column-span-column", (void*) MATCH_ANY_VALUE }, /* GtkComboBoxEntry needs a tree model for this */
|
||||
{ "GtkFileChooserButton", "select-multiple", (void*) MATCH_ANY_VALUE }, /* property disabled */
|
||||
{ "GtkFileChooserButton", "action", (void*) GTK_FILE_CHOOSER_ACTION_SAVE },
|
||||
{ "GtkFileChooserButton", "action", (void*) GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER },
|
||||
|
Loading…
Reference in New Issue
Block a user