Home
last modified time | relevance | path

Searched defs:end_column (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dselection.cpp
H A Dselection.h
/glogg/src/
H A Dselection.cpp42 void Selection::selectPortion( int line, int start_column, int end_column ) in selectPortion()
H A Dselection.h34 Portion( int line, int start_column, int end_column ) in Portion()