![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
#include <codeslayer/codeslayer-search.h> struct CodeSlayerSearch; GtkWidget * codeslayer_search_new (GtkWindow *window
,CodeSlayerPreferences *preferences
,CodeSlayerGroups *groups
); void codeslayer_search_find_projects (CodeSlayerSearch *search
); void codeslayer_search_find_selection (CodeSlayerSearch *search
,const gchar *file_paths
); void codeslayer_search_clear (CodeSlayerSearch *search
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----CodeSlayerSearch
GtkWidget * codeslayer_search_new (GtkWindow *window
,CodeSlayerPreferences *preferences
,CodeSlayerGroups *groups
);
Creates a new CodeSlayerSearch.
|
a GtkWindow. |
|
a CodeSlayerPreferences. |
|
a CodeSlayerGroups. |
Returns : |
a new CodeSlayerSearch. |
void codeslayer_search_find_projects (CodeSlayerSearch *search
);
|
a CodeSlayerSearch. |
void codeslayer_search_find_selection (CodeSlayerSearch *search
,const gchar *file_paths
);
|
a CodeSlayerSearch. |
|
the file paths as a comma separated list. |
void codeslayer_search_clear (CodeSlayerSearch *search
);
|
a CodeSlayerSearch. |
"close"
signalvoid user_function (CodeSlayerSearch *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 (CodeSlayerSearch *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. |