GtkAdjustment: add an auxiliary function

This is going to be used in AtkValue implementations.
This commit is contained in:
Matthias Clasen
2011-06-28 00:38:20 -04:00
parent 98918137a8
commit 1ff2076cdd
5 changed files with 47 additions and 285 deletions

View File

@ -116,6 +116,8 @@ void gtk_adjustment_configure (GtkAdjustment *adjustment,
gdouble page_increment,
gdouble page_size);
gdouble gtk_adjustment_get_minimum_increment (GtkAdjustment *adjustment);
G_END_DECLS
#endif /* __GTK_ADJUSTMENT_H__ */