| CodeSlayer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
#include <codeslayer/codeslayer-notebook-search.h> struct CodeSlayerNotebookSearch; GtkWidget * codeslayer_notebook_search_new (GtkWidget *notebook,CodeSlayerSettings *settings); void codeslayer_notebook_search_find (CodeSlayerNotebookSearch *notebook_search); void codeslayer_notebook_search_replace (CodeSlayerNotebookSearch *notebook_search); void codeslayer_notebook_search_find_next (CodeSlayerNotebookSearch *notebook_search); void codeslayer_notebook_search_find_previous (CodeSlayerNotebookSearch *notebook_search); void codeslayer_notebook_search_sync_with_notebook (CodeSlayerNotebookSearch *notebook_search); void codeslayer_notebook_search_create_search_marks (CodeSlayerNotebookSearch *notebook_search,gboolean scrollable);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----CodeSlayerNotebookSearch
CodeSlayerNotebookSearch implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * codeslayer_notebook_search_new (GtkWidget *notebook,CodeSlayerSettings *settings);
Creates a new CodeSlayerNotebookSearch.
|
a CodeSlayerNotebook. |
|
a CodeSlayerSettings. |
Returns : |
a new CodeSlayerNotebookSearch. |
void codeslayer_notebook_search_find (CodeSlayerNotebookSearch *notebook_search);
Search the editors highlighted text.
|
a CodeSlayerNotebookSearch. |
void codeslayer_notebook_search_replace (CodeSlayerNotebookSearch *notebook_search);
Replace the editors highlighted text.
|
a CodeSlayerNotebookSearch. |
void codeslayer_notebook_search_find_next
(CodeSlayerNotebookSearch *notebook_search);
Find the next search value.
|
a CodeSlayerNotebookSearch. |
void codeslayer_notebook_search_find_previous
(CodeSlayerNotebookSearch *notebook_search);
Find the previous search value.
|
a CodeSlayerNotebookSearch. |
void codeslayer_notebook_search_sync_with_notebook
(CodeSlayerNotebookSearch *notebook_search);
Update the sensitivity of search related items based on the current state of the notebook CodeSlayerEditor widgets.
|
a CodeSlayerNotebookSearch. |
void codeslayer_notebook_search_create_search_marks (CodeSlayerNotebookSearch *notebook_search,gboolean scrollable);
Create the search marks based on the current settings.
|
a CodeSlayerNotebookSearch. |
|
is TRUE if should scroll after finding marks. |
"close-search" signalvoid user_function (CodeSlayerNotebookSearch *codeslayernotebooksearch,
gpointer user_data) : No Hooks
Note: for internal use only.
The ::close-search signal is a request for the inline search to be closed.
|
the search that received the signal. |
|
user data set when the signal handler was connected. |