/* Signals */
void (* columns_changed) (GSheetColumn *geo,
- glong col, glong n_columns);
+ glong col, glong n_columns);
/* Virtual Table */
gint (* get_width) (const GSheetColumn *gcolumn, glong col);
gchar * (*get_subtitle)(const GSheetColumn *geo, glong col);
gboolean (*get_button_visibility)(const GSheetColumn *geo,
- glong col);
+ glong col);
GtkJustification * (*get_button_justification)(const GSheetColumn *geo,
- glong col);
+ glong col);
};
-inline GType g_sheet_column_get_type (void) G_GNUC_CONST;
+GType g_sheet_column_get_type (void) G_GNUC_CONST;
-inline gint g_sheet_column_get_width (const GSheetColumn *gcolumn,
- glong col);
+gint g_sheet_column_get_width (const GSheetColumn *gcolumn,
+ glong col);
-inline void g_sheet_column_set_width (GSheetColumn *gcolumn,
- glong col, gint size);
+void g_sheet_column_set_width (GSheetColumn *gcolumn,
+ glong col, gint size);
-inline gboolean g_sheet_column_get_visibility (const GSheetColumn *gcolumn,
- glong col);
+gboolean g_sheet_column_get_sensitivity (const GSheetColumn *gcolumn,
+ glong col);
-inline gboolean g_sheet_column_get_sensitivity (const GSheetColumn *gcolumn,
- glong col);
-
-inline GtkSheetButton *g_sheet_column_get_button (const GSheetColumn *gcolumn,
- glong col);
+GtkSheetButton *g_sheet_column_get_button (const GSheetColumn *gcolumn,
+ glong col);
gchar *g_sheet_column_get_subtitle (const GSheetColumn *, glong);
-inline GtkJustification g_sheet_column_get_justification (const GSheetColumn *gcolumn, glong col);
+GtkJustification g_sheet_column_get_justification (const GSheetColumn *gcolumn, glong col);
-inline glong g_sheet_column_get_column_count (const GSheetColumn *geo);
+glong g_sheet_column_get_column_count (const GSheetColumn *geo);
-inline gint g_sheet_column_start_pixel (const GSheetColumn *geo, glong col);
+gint g_sheet_column_start_pixel (const GSheetColumn *geo, glong col);
-inline void g_sheet_column_columns_changed (GSheetColumn *geo,
- glong first, glong n_columns);
+void g_sheet_column_columns_changed (GSheetColumn *geo,
+ glong first, glong n_columns);
G_END_DECLS
glong row, glong n_rows);
void (* columns_inserted) (GSheetModel *sheet_model,
- glong column, glong n_columns);
+ glong column, glong n_columns);
void (* columns_deleted) (GSheetModel *sheet_model,
- glong column, glong n_columns);
+ glong column, glong n_columns);
/* Virtual Table */
gchar * (* get_string) (const GSheetModel *sheet_model,
- glong row, glong column);
+ glong row, glong column);
gboolean (* set_string) (GSheetModel *sheet_model,
const gchar *s, glong row, glong column);
gboolean (* is_editable) (const GSheetModel *sheet_model, glong row, glong column);
GdkColor * (* get_foreground) (const GSheetModel *sheet_model,
- glong row, glong column);
+ glong row, glong column);
GdkColor * (* get_background) (const GSheetModel *sheet_model,
- glong row, glong column);
+ glong row, glong column);
const GtkJustification * (* get_justification) (const GSheetModel *sheet_model,
glong row, glong column);
GType g_sheet_model_get_type (void) G_GNUC_CONST;
-inline gchar * g_sheet_model_get_string (const GSheetModel *sheet_model,
- glong row, glong column);
+gchar * g_sheet_model_get_string (const GSheetModel *sheet_model,
+ glong row, glong column);
-inline gboolean g_sheet_model_set_string (GSheetModel *sheet_model,
- const gchar *s,
- glong row, glong column);
+gboolean g_sheet_model_set_string (GSheetModel *sheet_model,
+ const gchar *s,
+ glong row, glong column);
-inline gboolean g_sheet_model_datum_clear (GSheetModel *sheet_model,
- glong row, glong column);
+gboolean g_sheet_model_datum_clear (GSheetModel *sheet_model,
+ glong row, glong column);
-inline void g_sheet_model_range_changed (GSheetModel *sheet_model,
- glong row0, glong col0,
- glong rowi, glong coli);
+void g_sheet_model_range_changed (GSheetModel *sheet_model,
+ glong row0, glong col0,
+ glong rowi, glong coli);
-inline void g_sheet_model_rows_deleted (GSheetModel *sheet_model,
- glong row, glong n_rows);
+void g_sheet_model_rows_deleted (GSheetModel *sheet_model,
+ glong row, glong n_rows);
-inline void g_sheet_model_rows_inserted (GSheetModel *sheet_model,
- glong row, glong n_rows);
+void g_sheet_model_rows_inserted (GSheetModel *sheet_model,
+ glong row, glong n_rows);
-inline void g_sheet_model_columns_inserted (GSheetModel *sheet_model,
- glong column, glong n_columns);
+void g_sheet_model_columns_inserted (GSheetModel *sheet_model,
+ glong column, glong n_columns);
-inline void g_sheet_model_columns_deleted (GSheetModel *sheet_model,
- glong column, glong n_columns);
+void g_sheet_model_columns_deleted (GSheetModel *sheet_model,
+ glong column, glong n_columns);
-inline gboolean g_sheet_model_is_editable (const GSheetModel *model,
- glong row, glong column);
+gboolean g_sheet_model_is_editable (const GSheetModel *model,
+ glong row, glong column);
-inline gboolean g_sheet_model_is_visible
- (const GSheetModel *model, glong row, glong column);
+gboolean g_sheet_model_is_visible
+ (const GSheetModel *model, glong row, glong column);
-inline GdkColor *g_sheet_model_get_foreground
- (const GSheetModel *model, glong row, glong column);
+GdkColor *g_sheet_model_get_foreground
+ (const GSheetModel *model, glong row, glong column);
-inline GdkColor *g_sheet_model_get_background
- (const GSheetModel *model, glong row, glong column);
+GdkColor *g_sheet_model_get_background
+ (const GSheetModel *model, glong row, glong column);
-inline const GtkJustification *g_sheet_model_get_justification
- (const GSheetModel *model, glong row, glong column);
+const GtkJustification *g_sheet_model_get_justification
+ (const GSheetModel *model, glong row, glong column);
-inline const PangoFontDescription *g_sheet_model_get_font_desc
- (const GSheetModel *model, glong row, glong column);
+const PangoFontDescription *g_sheet_model_get_font_desc
+ (const GSheetModel *model, glong row, glong column);
-inline const GtkSheetCellBorder * g_sheet_model_get_cell_border
- (const GSheetModel *model, glong row, glong column);
+const GtkSheetCellBorder * g_sheet_model_get_cell_border
+ (const GSheetModel *model, glong row, glong column);
-inline gboolean g_sheet_model_free_strings (const GSheetModel *sheet_model);
+gboolean g_sheet_model_free_strings (const GSheetModel *sheet_model);
-inline glong g_sheet_model_get_column_count (const GSheetModel *sheet_model);
+glong g_sheet_model_get_column_count (const GSheetModel *sheet_model);
-inline gint g_sheet_model_get_row_count (const GSheetModel *sheet_model);
+gint g_sheet_model_get_row_count (const GSheetModel *sheet_model);
G_END_DECLS