Top | ![]() |
![]() |
![]() |
![]() |
AnjutaDockPaneAnjutaDockPane — Wrapper class for AnjutaDock panes |
AnjutaDockPane is an abstract wrapper class for panes in an AnjutaDock.
Using AnjutaDockPane is especially helpful for those panes that show data from extenal sources that must be refreshed frequently, or panes that are exceptionally complex.
void
anjuta_dock_pane_refresh (AnjutaDockPane *self
);
Refreshes the given pane. Subclasses only need to override this method if needed.
void
anjuta_dock_pane_notify_single_selection_changed
(AnjutaDockPane *self
);
Emits the single-selection-changed signal.
void
anjuta_dock_pane_notify_multiple_selection_changed
(AnjutaDockPane *self
);
Emits the multiple-selection-changed signal.
“plugin”
property“plugin” AnjutaPlugin *
Plugin object associated with this pane.
Flags: Read / Write
“multiple-selection-changed”
signalvoid user_function (AnjutaDockPane *pane, gpointer user_data)
This signal is emitted by pane subclasses to notify clients that the set of selected items in the pane has changed.
Flags: Run First
“single-selection-changed”
signalvoid user_function (AnjutaDockPane *pane, gpointer user_data)
This signal is emitted by pane subclasses to notify clients that the user has selected an item. This signal should be used when users are expected to only select one item at a time.
Flags: Run First