~brandontschaefer/nux/xim-tests

« back to all changes in this revision

Viewing changes to Nux/ToolButton.h

  • Committer: Brandon Schaefer
  • Date: 2012-10-19 00:23:27 UTC
  • mfrom: (637.2.55 trunk)
  • Revision ID: brandon.schaefer@canonical.com-20121019002327-60e88jn3k8chi7gt
* Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  protected:
56
56
    virtual void Draw(GraphicsEngine &GfxContext, bool force_draw);
57
57
    virtual void DrawContent(GraphicsEngine &GfxContext, bool force_draw);
58
 
    virtual void PostDraw(GraphicsEngine &GfxContext, bool force_draw);
59
58
 
60
59
  private:
61
60
    HLayout    *hlayout;