Skip to content

Commit

Permalink
Добавить комментарий
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Apr 7, 2024
1 parent d9107bf commit b536d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ namespace Cassette {
}
}

/**
* Функция удобства для очистки ``Gtk.FlowBox``.
*/
public void clear_flow_box (Gtk.FlowBox flow_box) {
while (flow_box.get_last_child () != null) {
flow_box.remove (flow_box.get_last_child ());
Expand Down

0 comments on commit b536d89

Please sign in to comment.