Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtksymbolicpaintable.h>
Data Fields | |
GTypeInterface | g_iface |
void(* | snapshot_symbolic )(GtkSymbolicPaintable *paintable, GdkSnapshot *snapshot, double width, double height, const GdkRGBA *colors, gsize n_colors) |
GtkSymbolicPaintableInterface: @snapshot_symbolic: Snapshot the paintable using the given colors. See GtkSymbolicPaintable::snapshot_symbolic()
for details. If this function is not implemented, [vfunc.nosp@m.@Gdk.nosp@m..Pain.nosp@m.tabl.nosp@m.e.sna.nosp@m.psho.nosp@m.t] will be called.
The list of virtual functions for the GtkSymbolicPaintable
interface. No function must be implemented, default implementations exist for each one.
Definition at line 45 of file gtksymbolicpaintable.h.
GTypeInterface _GtkSymbolicPaintableInterface::g_iface |
Definition at line 48 of file gtksymbolicpaintable.h.
void(* _GtkSymbolicPaintableInterface::snapshot_symbolic) (GtkSymbolicPaintable *paintable, GdkSnapshot *snapshot, double width, double height, const GdkRGBA *colors, gsize n_colors) |
Definition at line 51 of file gtksymbolicpaintable.h.