~ubuntu-branches/ubuntu/feisty/htop/feisty

« back to all changes in this revision

Viewing changes to DisplayOptionsListBox.c

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz Fenski
  • Date: 2005-06-08 20:02:19 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050608200219-ujcbo539qsuhdflj
Tags: 0.5.2-1
New upstream bugfix release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
   ListBox_add(super, (Object*) CheckItem_new(String_copy("Tree view"), &(settings->pl->treeView)));
35
35
   ListBox_add(super, (Object*) CheckItem_new(String_copy("Shadow other users' processes"), &(settings->pl->shadowOtherUsers)));
36
36
   ListBox_add(super, (Object*) CheckItem_new(String_copy("Hide kernel threads"), &(settings->pl->hideKernelThreads)));
 
37
   ListBox_add(super, (Object*) CheckItem_new(String_copy("Hide userland threads"), &(settings->pl->hideUserlandThreads)));
37
38
   ListBox_add(super, (Object*) CheckItem_new(String_copy("Highlight program \"basename\""), &(settings->pl->highlightBaseName)));
38
39
   ListBox_add(super, (Object*) CheckItem_new(String_copy("Highlight megabytes in memory counters"), &(settings->pl->highlightMegabytes)));
39
40
   ListBox_add(super, (Object*) CheckItem_new(String_copy("Leave a margin around header"), &(settings->header->margin)));