search for: tc_project_list

Displaying 1 result from an estimated 1 matches for "tc_project_list".

2007 Dec 30
1
ReOrdering Wx::TreeCtrl Items
...39;'Contract6long contract with Characters ~!!@#$!@$%#$&$^&(^&()'' => nil, ''Contract7'' => nil, ''Contract8'' => nil, ''Contract9'' => nil } #... #And Given the following code: #... @tc_project_list = Wx::TreeCtrl.new(self, :size => Wx::Size.new(175, 150), :style => Wx::TR_HIDE_ROOT | Wx::TR_EDIT_LABELS | Wx::TR_HAS_BUTTONS | Wx::TR_LINES_AT_ROOT) tcr_project_root = @tc_project_list.add_root("Project List") populate_project_tree(@project_list, tcr_project_root) #......