mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
860 B
860 B
Resource Viewer
This directory contains the source code for the Resource Viewer tool.
Installation
This tool must be compiled before it can be used. Build, package, and install it the same way you would with any other program in this repo, eg:
(in the /packaging dir)
./build.sh tools/resvwr
./package.sh tools/resvwr
sudo dpkg -i local-out/wintc-resvwr.deb
Adjust the dpkg command to whatever the package manager is on your distro (eg. for Fedora do sudo dnf install ./local-out/wintc-resvwr.rpm)
Usage
The tool allows you to view most of the GTK builder XML resources in this project. Some of course require custom widgets which may not be available.
It's a viewer only, to aid with development. It is not a fully featured editor like Glade.