Home | History | Annotate | Download | only in layout

Lines Matching refs:GtkWidget

37 GtkWidget *newSample(const gchar *fileName);
38 void closeSample(GtkWidget *sample);
40 static void showabout(GtkWidget *widget, gpointer data)
42 GtkWidget *aboutBox;
79 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app"));
90 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area"));
111 GtkWidget *app = GTK_WIDGET(data);
112 GtkWidget *fileselection;
113 GtkWidget *okButton;
114 GtkWidget *cancelButton;
143 GtkWidget *app = newSample("Sample.txt");
148 static void closeapp(GtkWidget *widget, gpointer data)
150 GtkWidget *app = GTK_WIDGET(data);
187 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data)
195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context)
209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context)
224 GtkWidget *newSample(const gchar *fileName)
228 GtkWidget *app;
229 GtkWidget *area;
279 void closeSample(GtkWidget *app)
302 GtkWidget *app;