Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 19, 2023
1 parent 7814699 commit 68e61fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Widgets/SegmentedButton.vala
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
*/

/**
* A SegmentedButton is a group of buttons that selects a setting
* or chooses a view in a small space. Does not work with stacks
* of less than 2 elements. The developer supplies the stack, and or
* buttons as child for further coding in their app.
* A SegmentedButton is a group of buttons that selects a setting.
* The developer supplies the buttons as children for further coding
* in their app.
*/
public class He.SegmentedButton : Gtk.Box {
/**
Expand Down

0 comments on commit 68e61fb

Please sign in to comment.