mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
4ab18b6657
This is our current coding style.
15 lines
702 B
C
15 lines
702 B
C
#pragma once
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
void gtk_nuclear_snapshot (GtkSnapshot *snapshot,
|
|
const GdkRGBA *foreground,
|
|
const GdkRGBA *background,
|
|
double width,
|
|
double height,
|
|
double rotation);
|
|
|
|
GdkPaintable * gtk_nuclear_icon_new (double rotation);
|
|
GdkPaintable * gtk_nuclear_animation_new (gboolean draw_background);
|
|
GtkMediaStream *gtk_nuclear_media_stream_new (void);
|