mirror of https://gitlab.com/cppit/jucipp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
270 B
12 lines
270 B
|
6 years ago
|
#include "directories.hpp"
|
||
|
10 years ago
|
|
||
|
10 years ago
|
Directories::Directories() : ListViewText(1) {}
|
||
|
10 years ago
|
|
||
|
|
Directories::~Directories() {}
|
||
|
|
|
||
|
8 years ago
|
void Directories::on_save_file(const boost::filesystem::path &file_path) {}
|
||
|
10 years ago
|
|
||
|
|
bool Directories::on_button_press_event(GdkEventButton *event) {
|
||
|
|
return false;
|
||
|
|
};
|