Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
GooCanvasUtils.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_GTK_GOOCANVASUTILS_HPP_
2#define IV_SRC_UI_GTK_GOOCANVASUTILS_HPP_
3
4#include "third_party/goocanvas/goocanvasutils.h"
5#include "ui/enums.hpp"
6
7#include <pango/pango.h>
8
9namespace iv::gtk::GooCanvas
10{
11
12PangoAlignment textAlignment(iv::ui::eAnchorPoint anchorPoint);
13GooCanvasAnchorType textAnchor(iv::ui::eAnchorPoint anchorPoint);
14
15}// namespace iv::gtk::GooCanvas
16
17#endif//IV_SRC_UI_GTK_GOOCANVASUTILS_HPP_
Definition GooCanvasUtils.cpp:4
PangoAlignment textAlignment(iv::ui::eAnchorPoint anchorPoint)
Definition GooCanvasUtils.cpp:6
GooCanvasAnchorType textAnchor(iv::ui::eAnchorPoint anchorPoint)
Definition GooCanvasUtils.cpp:29
eAnchorPoint
Definition enums.hpp:8