Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
ab4ba69c
Commit
ab4ba69c
authored
Sep 14, 2010
by
Javier Jardón
Browse files
Add deprecation guards for gtk_cell_view_get_size_of_row()
parent
7b42d4fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
gtk/gtk.symbols
View file @
ab4ba69c
...
...
@@ -684,7 +684,9 @@ gtk_cell_view_get_desired_height_for_width_of_row
gtk_cell_view_get_desired_width_of_row
gtk_cell_view_get_displayed_row
gtk_cell_view_get_model
#ifndef GTK_DISABLE_DEPRECATED
gtk_cell_view_get_size_of_row
#endif
gtk_cell_view_get_type G_GNUC_CONST
gtk_cell_view_new
gtk_cell_view_new_with_markup
...
...
gtk/gtkcellview.h
View file @
ab4ba69c
...
...
@@ -66,9 +66,11 @@ GtkTreeModel *gtk_cell_view_get_model (GtkCellView *cell_v
void
gtk_cell_view_set_displayed_row
(
GtkCellView
*
cell_view
,
GtkTreePath
*
path
);
GtkTreePath
*
gtk_cell_view_get_displayed_row
(
GtkCellView
*
cell_view
);
#ifndef GTK_DISABLE_DEPRECATED
gboolean
gtk_cell_view_get_size_of_row
(
GtkCellView
*
cell_view
,
GtkTreePath
*
path
,
GtkRequisition
*
requisition
);
#endif
void
gtk_cell_view_get_desired_width_of_row
(
GtkCellView
*
cell_view
,
GtkTreePath
*
path
,
gint
*
minimum_size
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment