Home
last modified time | relevance | path

Searched refs:browse_directory (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/lensfun/lensfun-0.3.95/tools/calibrate/
H A Dcalibrate.py122 def browse_directory(directory): function
134 browse_directory("distortion")
135 browse_directory("tca")
137 browse_directory(directory)
/dports/sysutils/slider/Slider-7bf0423/
H A Dtransactions-delete.ads107 procedure browse_directory (directory_path : in String); subprogspec
H A Dtransactions-delete.adb191 browse_directory (path);
924 procedure browse_directory (directory_path : in String) subprogram
1024 end browse_directory;
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dpreferences.h107 …GtkWidget* appendPathEntry(const char* name, bool browse_directory, const StringImportCallback& im… in appendPathEntry() argument
109 return m_dialog.addPathEntry(m_vbox, name, browse_directory, importCallback, exportCallback); in appendPathEntry()
H A Ddialog.cpp703 GtkWidget* Dialog::addPathEntry(GtkWidget* vbox, const char* name, bool browse_directory, const Str… in addPathEntry() argument
706 …g_signal_connect(G_OBJECT(pathEntry.m_button), "clicked", G_CALLBACK(browse_directory ? button_cli… in addPathEntry()
716 … Dialog::addPathEntry(GtkWidget* vbox, const char* name, CopiedString& data, bool browse_directory) in addPathEntry() argument
718 …return addPathEntry(vbox, name, browse_directory, StringImportCallback(StringImportCaller(data)), … in addPathEntry()
H A Ddialog.h177 …GtkWidget* addPathEntry(GtkWidget* vbox, const char* name, bool browse_directory, const StringImpo…
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dpreferences.h91 GtkWidget* appendPathEntry( const char* name, bool browse_directory, const StringImportCallback& im… in appendPathEntry() argument
92 return m_dialog.addPathEntry( m_vbox, name, browse_directory, importCallback, exportCallback ); in appendPathEntry()
H A Ddialog.cpp618 GtkWidget* Dialog::addPathEntry( GtkWidget* vbox, const char* name, bool browse_directory, const St… in addPathEntry() argument
620 …g_signal_connect( G_OBJECT( pathEntry.m_button ), "clicked", G_CALLBACK( browse_directory ? button… in addPathEntry()
630 …alog::addPathEntry( GtkWidget* vbox, const char* name, CopiedString& data, bool browse_directory ){ in addPathEntry() argument
631 …return addPathEntry( vbox, name, browse_directory, StringImportCallback( StringImportCaller( data … in addPathEntry()
H A Ddialog.h162 GtkWidget* addPathEntry( GtkWidget* vbox, const char* name, bool browse_directory, const StringImpo…