Top | ![]() |
![]() |
![]() |
![]() |
#define | ide_widget_warning() |
void | (*IdeWidgetContextHandler) () |
void | ide_widget_set_context_handler () |
IdeContext * | ide_widget_get_context () |
void | ide_widget_reveal_and_grab () |
IdeWorkbench * | ide_widget_get_workbench () |
IdeWorkspace * | ide_widget_get_workspace () |
gboolean | ide_gtk_show_uri_on_window () |
void | ide_gtk_window_present () |
void (*IdeWidgetContextHandler) (GtkWidget *widget
,IdeContext *context
);
void ide_widget_set_context_handler (gpointer widget
,IdeWidgetContextHandler handler
);
Calls handler
when the IdeContext has been set for widget
.
widget |
a GtkWidget. |
[type Gtk.Widget] |
handler |
A callback to handle the context. |
[scope async] |
Since: 3.32
IdeContext *
ide_widget_get_context (GtkWidget *widget
);
Gets the context for the widget.
Since: 3.32
IdeWorkbench *
ide_widget_get_workbench (GtkWidget *widget
);
Gets the IdeWorkbench that contains widget
.
Since: 3.32
IdeWorkspace *
ide_widget_get_workspace (GtkWidget *widget
);
Gets the IdeWorkspace containing widget
.
Since: 3.32
gboolean ide_gtk_show_uri_on_window (GtkWindow *window
,const gchar *uri
,gint64 timestamp
,GError **error
);