mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
(trunk gtk) add portability wrappers for gtk_hbox_new() and gtk_vbox_new(), which are deprecated now in GTK+ 3.2
This commit is contained in:
@@ -88,6 +88,12 @@ const char* gtr_get_help_uri( void );
|
||||
****
|
||||
***/
|
||||
|
||||
/* backwards-compatible wrapper around gtk_hbox_new() */
|
||||
GtkWidget* gtr_hbox_new( gboolean homogenous, gint spacing );
|
||||
|
||||
/* backwards-compatible wrapper around gtk_vbox_new() */
|
||||
GtkWidget* gtr_vbox_new( gboolean homogenous, gint spacing );
|
||||
|
||||
/* backwards-compatible wrapper around gtk_widget_set_visible() */
|
||||
void gtr_widget_set_visible( GtkWidget *, gboolean );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user