~ubuntu-branches/ubuntu/maverick/notecase/maverick

« back to all changes in this revision

Viewing changes to src/TreeView.h

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Van Wambeke
  • Date: 2008-05-29 20:20:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080529202017-kp2a07u83prpz0id
Tags: 1.9.1-0ubuntu1
New Upstream Release (LP: #230041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        void SetFocus();
60
60
        
61
61
        void WrapTreeToSize(int nSize);
 
62
        void SetTreeLines(bool bTree);
62
63
 
63
64
public:
64
65
        GtkWidget *m_pWidget;