Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
oops, GtkSpinButton doesn't have a "changed" signal
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Dec 12, 2022
1 parent 6c5e8d7 commit 72c1f9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/input.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ GtkAdjustmentLeaf(spinButton::GtkSpinButton) = convert(GtkAdjustmentLeaf,
configure!(sb::GtkSpinButton; adj = nothing, climb_rate = nothing, digits = nothing)
Sets the adjustment `adj`, the `climb_rate`, and the number of `digits` of
a `GtkSpinButton` with only one emission of its `changed` signal. If an argument is
`nothing`, it is not changed.
a `GtkSpinButton`. If an argument is `nothing`, it is not changed.
"""
function configure!(sb::GtkSpinButton; adj = nothing, climb_rate = nothing, digits = nothing)
if adj === nothing
Expand Down

0 comments on commit 72c1f9b

Please sign in to comment.