/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/GPumpPostContainer.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-09 17:42:01 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140609174201-9j752hye8k69m9ze
* UI for preferences done, it is still not functional.
  * TODO: bind some functions to the different buttons and switches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil
2
 
 * vi: set shiftwidth=2 tabstop=2 expandtab:
3
 
 * :indentSize=2:tabSize=2:noTabs=true:
4
 
 */
5
 
 
6
 
/*
7
 
 * GPumpPostContainer is a widget that represents the posts that are to be
8
 
 * displayed to the user. It has a list of comment associated to it.
9
 
 *
10
 
 * An instance of GPumpPostContainer has a TreeView that contains a list of
11
 
 * GPumpCommentContainer.
12
 
 *
13
 
 * The wiget layout is defined in the file ../ui/GPumpPostContainer.ui
14
 
 */