Class
IdeGrid
Instance methods
ide_grid_count_pages
No description available.
ide_grid_focus_neighbor
Attempts to focus a neighbor IdePage
in the grid based on
the direction requested.
Available since: 3.32
ide_grid_foreach_page
This function will call callback
for every page found in self
.
Available since: 3.32
ide_grid_get_current_column
Gets the most recently focused column of the grid.
Available since: 3.32
ide_grid_get_current_page
Gets the most recent page used by the user as determined by tracking the window focus.
Available since: 3.32
ide_grid_get_current_stack
Gets the most recently focused stack. This is useful when you want to open a document on the stack the user last focused.
Available since: 3.32
ide_grid_set_current_column
Sets the current column for the grid. Generally this is automatically updated for you when the focus changes within the workbench.
Available since: 3.32
Properties
Ide.Grid:current-column
No description available.
Ide.Grid:current-page
No description available.
Ide.Grid:current-stack
No description available.
Class structure
struct IdeGridClass {
DzlMultiPanedClass parent_class;
IdeFrame* (* create_frame) (
IdeGrid* self
);
IdePage* (* create_page) (
IdeGrid* self,
const gchar* uri
);
}
Class members
parent_class |
|
No description available. | |
create_frame |
|
No description available. | |
create_page |
|
No description available. |
Virtual methods
Ide.GridClass.create_frame
No description available.
Ide.GridClass.create_page
No description available.