devel-docs: undeprecate doc-shooter and add a few more widgets

Doesn't use X11 any longer, just plain GTK and cairo.
This commit is contained in:
Michael Natterer
2019-07-24 19:17:14 +02:00
parent 9e88105ee6
commit dcbd83cafc
5 changed files with 292 additions and 386 deletions

View File

@ -12,10 +12,10 @@ typedef enum
typedef struct WidgetInfo
{
GtkWidget *window;
GtkWidget *widget;
gchar *name;
gboolean no_focus;
gboolean include_decorations;
gboolean show_all;
WidgetSize size;
} WidgetInfo;