}
/**
- * midori_browser_set_current_tab:
+ * midori_browser_set_tab:
* @browser: a #MidoriBrowser
* @view: a #GtkWidget
*
* Switches to the page containing @view.
*
* The widget will also grab the focus automatically.
+ *
+ * Since: 0.2.6
**/
void
midori_browser_set_current_tab (MidoriBrowser* browser,
}
/**
- * midori_browser_get_current_tab:
+ * midori_browser_get_tab:
* @browser: a #MidoriBrowser
*
* Retrieves the currently selected tab.
* See also midori_browser_get_current_page().
*
* Return value: the selected tab, or %NULL
+ *
+ * Since: 0.2.6
**/
GtkWidget*
midori_browser_get_current_tab (MidoriBrowser* browser)
void
midori_browser_set_current_tab (MidoriBrowser* browser,
GtkWidget* widget);
+#define midori_browser_set_tab midori_browser_set_current_tab
GtkWidget*
midori_browser_get_current_tab (MidoriBrowser* browser);
+#define midori_browser_get_tab midori_browser_get_current_tab
GList*
midori_browser_get_tabs (MidoriBrowser* browser);
public Gtk.Widget panel { get; }
[NoAccessorMethod]
public string uri { get; set; }
- [NoAccessorMethod]
- public View tab { get; set; }
+ public Gtk.Widget? tab { get; set; }
[NoAccessorMethod]
public uint load_status { get; }
[NoAccessorMethod]