section: Remove row

This commit is contained in:
Dorota Czaplejewicz
2019-08-14 17:09:46 +00:00
parent 0c83101b3f
commit 5630cf31f1
3 changed files with 0 additions and 85 deletions

View File

@ -31,7 +31,6 @@ test_create (void)
keyboard = g_object_new (EEK_TYPE_KEYBOARD, NULL);
section = eek_keyboard_real_create_section (keyboard);
g_assert (EEK_IS_SECTION(section));
eek_section_add_row (section, 2, EEK_ORIENTATION_HORIZONTAL);
key0 = eek_section_create_key (section, "key0", 1, 0);
g_assert (EEK_IS_KEY(key0));
key1 = eek_section_create_key (section, "key1", 2, 0);