elfmz / far2l

Linux port of FAR v2
GNU General Public License v2.0
1.74k stars 173 forks source link

Table widget in dialog ? #2278

Open hack1nt0 opened 3 weeks ago

hack1nt0 commented 3 weeks ago

I am developing a python plugin, and need a table widget like Find(Alt+F7) Results: 截屏2024-07-10 16 54 38 But only found a LISTBOX in fardialogbuilder.py, am i missing something ?

Thanks for this amazing work!

akruphi commented 3 weeks ago

like Find(Alt+F7) Results: But only found a LISTBOX in fardialogbuilder.py, am i missing something ?

FindFile construct this dialog from DI_LISTBOX, DI_TEXT and DI_BUTTON elements: https://github.com/elfmz/far2l/blob/490b3728fab867099d657df10ac61a7636eee2ce/far2l/src/findfile.cpp#L2444-L2456