/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ #include #include #include #include #include #include "e-note.h" void text_changed (GtkWidget *widget, gpointer data) { g_print ("Text changed!\n"); } gint main (gint argc, gchar **argv) { GtkWidget *note; gnome_init ("NotesTest", "0.0.1", argc, argv); note = e_note_new (); e_note_set_text (E_NOTE (note), "This is a text note widget"); gtk_signal_connect (GTK_OBJECT (note), "changed", GTK_SIGNAL_FUNC (text_changed), NULL); gtk_widget_show (note); gtk_main (); return 0; } ome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Reset maintainership of my portsPietro Cerutti2014-12-111-1/+1
* - Fix the encoding of the '>' xml entity when exportingPietro Cerutti2014-10-012-3/+12
* Add USES=readline to fix configure.Adam Weinberger2014-07-221-1/+1
* Support stagingEmanuel Haupt2014-02-261-7/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* Convert left sysutils ports to new options frameworkBaptiste Daroussin2013-04-291-9/+5
* - Fix X11 libraries dependency handling: this is a better fix to ports/153198Sunpoet Po-Chuan Hsieh2011-12-051-8/+17
* - Add missing dependencies according to the build log (-lSM -lICE -lXmu -lX11)Sunpoet Po-Chuan Hsieh2011-10-211-0/+2
* - Get Rid MD5 supportMartin Wilke2011-03-19