mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Update most deprecated gtk functions
This commit is contained in:
@@ -41,7 +41,6 @@ GtkWidget *gtkutil_clist_new (int columns, char *titles[], GtkWidget * box,
|
||||
int gtkutil_clist_selection (GtkWidget * clist);
|
||||
int gtkutil_clist_multiple_selection (GtkWidget * clist,
|
||||
int ** rows, const int max_rows);
|
||||
void add_tip (GtkWidget * wid, char *text);
|
||||
void show_and_unfocus (GtkWidget * wid);
|
||||
void gtkutil_set_icon (GtkWidget *win);
|
||||
GtkWidget *gtkutil_window_new (char *title, char *role, int width, int height, int flags);
|
||||
|
||||
Reference in New Issue
Block a user