Skip to content

Commit

Permalink
port: List View with Sections
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Oct 31, 2024
1 parent 5ba0b81 commit 729ed3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Gtk from "gi://Gtk";
import GObject from "gi://GObject";

const list_view = workbench.builder.get_object("list_view");
const list_view = workbench.builder.get_object<Gtk.ListView>("list_view");
const item_factory = workbench.builder.get_object("item_factory");
const header_factory = workbench.builder.get_object("header_factory");

Expand Down

0 comments on commit 729ed3a

Please sign in to comment.