The Gnome Chemistry Utils
0.14.0
|
#include "rectangle.h"
#include "structs.h"
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <pango/pango.h>
#include <list>
#include <string>
Go to the source code of this file.
Classes | |
class | gccv::Text |
Text. More... |
Namespaces | |
namespace | gccv |
Gnome Chemistry Canvas library namespace. |
Macros | |
#define | GCCV_TEXT_PROP(type, member) |
Definition in file gccv/text.h.
#define GCCV_TEXT_PROP | ( | type, | |
member | |||
) |
Defines a private member with appropriate get/set methods. This macro should be used when a property change imples a size and/or position change of the text item. GCCV_TEXT_PROP((Type,Foo) expands to one private member:
and three public methods:
Calling SetFoo(val) will set the member, reevaluate the size and position, and redraw the text item.
Definition at line 57 of file gccv/text.h.