![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
#include <codeslayer/codeslayer-notebook-pane.h> struct CodeSlayerNotebookPane; GtkWidget * codeslayer_notebook_pane_new (void
); GtkWidget * codeslayer_notebook_pane_get_notebook (CodeSlayerNotebookPane *notebook_pane
); void codeslayer_notebook_pane_set_notebook (CodeSlayerNotebookPane *notebook_pane
,GtkWidget *notebook
); GtkWidget * codeslayer_notebook_pane_get_notebook_search (CodeSlayerNotebookPane *notebook_pane
); void codeslayer_notebook_pane_set_notebook_search (CodeSlayerNotebookPane *notebook_pane
,GtkWidget *notebook_search
); void codeslayer_notebook_pane_search_find (CodeSlayerNotebookPane *notebook_pane
); void codeslayer_notebook_pane_search_replace (CodeSlayerNotebookPane *notebook_pane
); void codeslayer_notebook_pane_search_find_next (CodeSlayerNotebookPane *notebook_pane
); void codeslayer_notebook_pane_search_find_previous (CodeSlayerNotebookPane *notebook_pane
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----CodeSlayerNotebookPane
CodeSlayerNotebookPane implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * codeslayer_notebook_pane_new (void
);
Creates a new CodeSlayerNotebookPane.
Returns : |
a new CodeSlayerNotebookPane. |
GtkWidget * codeslayer_notebook_pane_get_notebook
(CodeSlayerNotebookPane *notebook_pane
);
|
a CodeSlayerNotebookPane. |
Returns : |
the notebook contained with the pane. |
void codeslayer_notebook_pane_set_notebook (CodeSlayerNotebookPane *notebook_pane
,GtkWidget *notebook
);
|
a CodeSlayerNotebookPane. |
|
a CodeSlayerNotebook. |
GtkWidget * codeslayer_notebook_pane_get_notebook_search
(CodeSlayerNotebookPane *notebook_pane
);
|
a CodeSlayerNotebookPane. |
Returns : |
the notebook search contained with the pane. |
void codeslayer_notebook_pane_set_notebook_search (CodeSlayerNotebookPane *notebook_pane
,GtkWidget *notebook_search
);
|
a CodeSlayerNotebookPane. |
|
a CodeSlayerNotebookSearch. |
void codeslayer_notebook_pane_search_find
(CodeSlayerNotebookPane *notebook_pane
);
Open up the inline search and give focus to the find entry field.
|
a CodeSlayerNotebookPane. |
void codeslayer_notebook_pane_search_replace
(CodeSlayerNotebookPane *notebook_pane
);
Open up the inline search and give focus to the replace entry field.
|
a CodeSlayerNotebookPane. |
void codeslayer_notebook_pane_search_find_next
(CodeSlayerNotebookPane *notebook_pane
);
Delegate to the inline search to find the next search value.
|
a CodeSlayerNotebookPane. |
void codeslayer_notebook_pane_search_find_previous
(CodeSlayerNotebookPane *notebook_pane
);
Delegate to the inline search to find the previous search value.
|
a CodeSlayerNotebookPane. |
"notebook"
property"notebook" gpointer : Read / Write
A CodeSlayerNotebook that makes up the top of the pane.
"notebook-search"
property"notebook-search" gpointer : Read / Write
A CodeSlayerNotebookSearch that makes up the bottom of the pane.
"find-next"
signalvoid user_function (CodeSlayerNotebookPane *codeslayernotebookpane,
gpointer user_data) : No Hooks
The ::find-next signal enables the (F3) keystroke to search for the next value in the inline search.
|
the pane that received the signal |
|
user data set when the signal handler was connected. |