0
如何從PHP中的GtkTreeView中檢索行數據?獲取GtkTreeView在PHP中的行值
我嘗試:
// $this->guidata = new GtkListStore();
// $this->view = new GtkTreeView($this->guidata);
$dutarray = array();
$selection = $this->view->get_selection();
$selection->select_all();
$dutArray = $selection->get_selected_rows();
謝謝你的幫助!
招呼leon22
PS:我有一個表2列和n行(加有$行這個 - > guidata->追加($行))
沒有人?我如何從單元格中檢索文本數據? – leon22