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

@ -54,11 +54,6 @@ struct _EekSectionClass
EekContainerClass parent_class;
/*< public >*/
gint (* get_n_rows) (EekSection *self);
void (* add_row) (EekSection *self,
gint num_columns,
EekOrientation orientation);
EekKey *(* create_key) (EekSection *self,
const gchar *name,
gint keycode,
@ -75,10 +70,6 @@ void eek_section_set_angle (EekSection *section,
gint angle);
gint eek_section_get_angle (EekSection *section);
gint eek_section_get_n_rows (EekSection *section);
void eek_section_add_row (EekSection *section,
gint num_columns,
EekOrientation orientation);
EekKey *eek_section_create_key (EekSection *section,
const gchar *name,
guint keycode, guint oref);