Dirbrowser
Dirbrowser —
Directory browser
|
|
Synopsis
GtkWidget* gpe_create_dir_browser (gchar *title,
gchar *current_path,
GtkSelectionMode mode,
void (*handler) (gchar *));
Description
This interface provides a simple function to open a directory browser
dialog.
Details
gpe_create_dir_browser ()
GtkWidget* gpe_create_dir_browser (gchar *title,
gchar *current_path,
GtkSelectionMode mode,
void (*handler) (gchar *));
Creates and opens a directory browser dialog.
title : |
Dialog title
|
current_path : |
Path to start with.
|
mode : |
A selection mode to set in directory browser.
|
handler : |
Function to handle directory selection.
|
Returns : |
Dialof widget
|