section: Remove row

This commit is contained in:
Dorota Czaplejewicz
2019-08-13 18:23:21 +00:00
parent 725b36ba79
commit eb118d67fc
2 changed files with 0 additions and 56 deletions

View File

@ -58,24 +58,12 @@ struct _EekSectionClass
void (* add_row) (EekSection *self,
gint num_columns,
EekOrientation orientation);
void (* get_row) (EekSection *self,
gint index,
gint *num_columns,
EekOrientation *orientation);
EekKey *(* create_key) (EekSection *self,
const gchar *name,
gint keycode,
guint oref);
/* signals */
void (* key_locked) (EekSection *self,
EekKey *key);
void (* key_unlocked) (EekSection *self,
EekKey *key);
void (* key_cancelled) (EekSection *self,
EekKey *key);
/*< private >*/
/* padding */
gpointer pdummy[19];
@ -91,11 +79,6 @@ gint eek_section_get_n_rows (EekSection *section);
void eek_section_add_row (EekSection *section,
gint num_columns,
EekOrientation orientation);
void eek_section_get_row (EekSection *section,
gint index,
gint *num_columns,
EekOrientation *orientation);
EekKey *eek_section_create_key (EekSection *section,
const gchar *name,
guint keycode, guint oref);