summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtklevelbar.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtklevelbar.c b/gtk/gtklevelbar.c
index 5661e0269f..6cffd980c9 100644
--- a/gtk/gtklevelbar.c
+++ b/gtk/gtklevelbar.c
@@ -34,6 +34,10 @@
* #GTK_LEVEL_BAR_OFFSET_HIGH and #GTK_LEVEL_BAR_OFFSET_FULL, with
* values 0.25, 0.75 and 1.0 respectively.
*
+ * Note that it is your responsibility to update preexisting offsets
+ * when changing the minimum or maximum value. GTK+ will simply clamp
+ * them to the new range.
+ *
* ## Adding a custom offset on the bar
*
* |[<!-- language="C" -->
@@ -1266,6 +1270,9 @@ gtk_level_bar_set_value_internal (GtkLevelBar *self,
*
* Sets the value of the #GtkLevelBar:min-value property.
*
+ * You probably want to update preexisting level offsets after calling
+ * this function.
+ *
* Since: 3.6
*/
void
@@ -1297,6 +1304,9 @@ gtk_level_bar_set_min_value (GtkLevelBar *self,
*
* Sets the value of the #GtkLevelBar:max-value property.
*
+ * You probably want to update preexisting level offsets after calling
+ * this function.
+ *
* Since: 3.6
*/
void