a little reordering.. useless really
This commit is contained in:
parent
5de751b104
commit
619864a172
2 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
||||||
#include "appwidget.hh"
|
#include "appwidget.hh"
|
||||||
#include "application.hh"
|
#include "application.hh"
|
||||||
#include "assassin.hh"
|
#include "assassin.hh"
|
||||||
|
#include "label.hh"
|
||||||
#include "button.hh"
|
#include "button.hh"
|
||||||
#include "rendercolor.hh"
|
#include "rendercolor.hh"
|
||||||
#include "configuration.hh"
|
#include "configuration.hh"
|
||||||
|
@ -19,7 +20,6 @@
|
||||||
#include "font.hh"
|
#include "font.hh"
|
||||||
//#include "gccache.hh"
|
//#include "gccache.hh"
|
||||||
#include "rendercontrol.hh"
|
#include "rendercontrol.hh"
|
||||||
#include "label.hh"
|
|
||||||
#include "point.hh"
|
#include "point.hh"
|
||||||
#include "property.hh"
|
#include "property.hh"
|
||||||
#include "rect.hh"
|
#include "rect.hh"
|
||||||
|
|
|
@ -65,6 +65,7 @@ namespace otk {
|
||||||
%include "rendertexture.hh"
|
%include "rendertexture.hh"
|
||||||
%include "renderstyle.hh"
|
%include "renderstyle.hh"
|
||||||
%include "widget.hh"
|
%include "widget.hh"
|
||||||
|
%include "label.hh"
|
||||||
%include "focuswidget.hh"
|
%include "focuswidget.hh"
|
||||||
%include "focuslabel.hh"
|
%include "focuslabel.hh"
|
||||||
%include "appwidget.hh"
|
%include "appwidget.hh"
|
||||||
|
@ -75,7 +76,6 @@ namespace otk {
|
||||||
%include "display.hh"
|
%include "display.hh"
|
||||||
%include "font.hh"
|
%include "font.hh"
|
||||||
%include "rendercontrol.hh"
|
%include "rendercontrol.hh"
|
||||||
%include "label.hh"
|
|
||||||
%include "property.hh"
|
%include "property.hh"
|
||||||
%include "screeninfo.hh"
|
%include "screeninfo.hh"
|
||||||
%include "strut.hh"
|
%include "strut.hh"
|
||||||
|
|
Loading…
Reference in a new issue