![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
#include <codeslayer/codeslayer-projects-search.h> struct CodeSlayerProjectsSearch; GtkWidget * codeslayer_projects_search_new (GtkWindow *window
,CodeSlayerProfile *profile
); void codeslayer_projects_search_find_projects (CodeSlayerProjectsSearch *search
); void codeslayer_projects_search_find_selection (CodeSlayerProjectsSearch *search
,const gchar *file_paths
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----CodeSlayerProjectsSearch
GtkWidget * codeslayer_projects_search_new (GtkWindow *window
,CodeSlayerProfile *profile
);
Creates a new CodeSlayerProjectsSearch.
|
a GtkWindow. |
|
a CodeSlayerProfile. |
Returns : |
a new CodeSlayerProjectsSearch. |
void codeslayer_projects_search_find_projects
(CodeSlayerProjectsSearch *search
);
|
a CodeSlayerProjectsSearch. |
void codeslayer_projects_search_find_selection (CodeSlayerProjectsSearch *search
,const gchar *file_paths
);
|
a CodeSlayerProjectsSearch. |
|
the file paths as a comma separated list. |
"close"
signalvoid user_function (CodeSlayerProjectsSearch *codeslayersearch,
gpointer user_data) : No Hooks
Note: for internal use only.
The ::close signal is a request to close the search box.
|
the search that received the signal |
|
user data set when the signal handler was connected. |
"select-document"
signalvoid user_function (CodeSlayerProjectsSearch *codeslayersearch,
gpointer arg1,
gpointer user_data) : No Hooks
Note: for internal use only.
The ::select-document signal is a request to select the document in the tree (which in turn adds a page in the notebook).
|
the search that received the signal |
|
user data set when the signal handler was connected. |