~unity-team/nux/texture-atlas

« back to all changes in this revision

Viewing changes to Nux/GroupBox.h

  • Committer: Nicolas d'Offay
  • Date: 2012-11-16 18:23:48 UTC
  • mfrom: (682.2.25 trunk)
  • Revision ID: nicolas.doffay@canonical.com-20121116182348-ygq13lkwgbugen04
Additional work to get the texture atlas class running as a normal texture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
    virtual void Draw(GraphicsEngine &graphics_engine, bool force_draw);
43
43
    virtual void DrawContent(GraphicsEngine &graphics_engine, bool force_draw);
44
 
    virtual void PostDraw(GraphicsEngine &graphics_engine, bool force_draw);
45
44
 
46
45
    virtual bool SetLayout(Layout *layout);
47
46
    void SetCaption(const char *Caption);