Last change
on this file since 104 was
69,
checked in by epyon, 12 years ago
|
- gui::element - render_data, class, dirty and text fields added with proper accessors
- gui::element - on_event implemented and draw calling environment
- gui::environment skeleton class added
|
File size:
342 bytes
|
Line | |
---|
1 | // Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
|
---|
2 | // http://chaosforge.org/
|
---|
3 | //
|
---|
4 | // This file is part of NV Libraries.
|
---|
5 | // For conditions of distribution and use, see copyright notice in nv.hh
|
---|
6 |
|
---|
7 | #include "nv/gui/gui_environment.hh"
|
---|
8 |
|
---|
9 | using namespace nv;
|
---|
10 | using namespace nv::gui;
|
---|
11 |
|
---|
12 | void environment::draw( element* e )
|
---|
13 | {
|
---|
14 |
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.