mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
62176a3bd0
This comes in handy for testing, among other things. For now, this supports decomposing, reversing, rendering, info and preview.
10 lines
194 B
C
10 lines
194 B
C
#pragma once
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#define PATH_TYPE_VIEW (path_view_get_type ())
|
|
|
|
G_DECLARE_FINAL_TYPE (PathView, path_view, PATH, VIEW, GtkWidget)
|
|
|
|
GtkWidget * path_view_new (GskPath *path);
|