MulticolumnListbox Methods

Inherits from Generic»GObject»Control.

MethodDescription
Get Clicked Column HeaderGet the column number for which the user clicked the column header. The first column on the left is numbered zero. A value of -2 means that no column header has been clicked. Once the value is read by this method, it is cleared back to -2. Details
Get Double-clicked RowGet the row number the user double-clicked. The first row on the top is numbered zero. A value of -2 means that no row has been double-clicked. Once the value is read by this method, it is cleared back to -2. Details