mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
499687a11d
This is an obvious variation of the preview command. It can save a .ui file as either .png or .node.
12 lines
332 B
C
12 lines
332 B
C
|
|
#ifndef __GTK_BUILDER_TOOL_H__
|
|
#define __GTK_BUILDER_TOOL_H__
|
|
|
|
void do_simplify (int *argc, const char ***argv);
|
|
void do_validate (int *argc, const char ***argv);
|
|
void do_enumerate (int *argc, const char ***argv);
|
|
void do_preview (int *argc, const char ***argv);
|
|
void do_screenshot (int *argc, const char ***argv);
|
|
|
|
#endif
|