Drag and Drop
This commit is contained in:
@@ -25,6 +25,12 @@ pub enum Message {
|
||||
// --- Arquivo ---
|
||||
SelecionarArquivo,
|
||||
ArquivoSelecionado(PathBuf),
|
||||
/// Arquivo arrastado e solto sobre a janela (drag-and-drop).
|
||||
ArquivoSolto(PathBuf),
|
||||
/// Arquivo está sendo arrastado sobre a janela (hover).
|
||||
ArquivoEmHover,
|
||||
/// Arquivo arrastado saiu da janela sem ser solto.
|
||||
ArquivoHoverSaiu,
|
||||
AbaSelecionada(String),
|
||||
|
||||
// --- XLSX: abas carregadas em background ---
|
||||
|
||||
Reference in New Issue
Block a user