mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Use a standard GtkScrolledWindow with xtext
Used in maingui, fkeys, text events, rawlog This also implements the set_scroll_adjustments signal in xtext
This commit is contained in:
@@ -239,6 +239,7 @@ struct _GtkXTextClass
|
||||
{
|
||||
GtkWidgetClass parent_class;
|
||||
void (*word_click) (GtkXText * xtext, char *word, GdkEventButton * event);
|
||||
void (*set_scroll_adjustments) (GtkXText *xtext, GtkAdjustment *hadj, GtkAdjustment *vadj);
|
||||
};
|
||||
|
||||
GtkWidget *gtk_xtext_new (GdkColor palette[], int separator);
|
||||
|
||||
Reference in New Issue
Block a user