GtkAdjustment: add an auxiliary function
This is going to be used in AtkValue implementations.
This commit is contained in:
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user