GtkFileSelection::hide_fileop_buttons

void hide_fileop_buttons(void);

Hides the file operation buttons Create Dir, Delete File and Rename File which by default appear at the top of a GtkFileSelection. hide_fileop_buttons() is useful where the programmer would prefer the end user not to have easy access to these file operations.

$fs->hide_fileop_buttons();