/* * Tests the mail summary display bonobo component * * Author: * Miguel de Icaza (miguel@kernel.org) * * (C) 2000 Helix Code, Inc. */ #include #include #include #include static guint create_container (void) { GtkWidget *window, *control; BonoboUIHandler *uih; gdk_rgb_init (); gtk_widget_set_default_colormap (gdk_rgb_get_cmap ()); gtk_widget_set_default_visual (gdk_rgb_get_visual ()); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_set_usize (GTK_WIDGET (window), 640, 480); gtk_widget_show (GTK_WIDGET (window)); uih = bonobo_ui_handler_new (); control = bonobo_widget_new_control ("OAFIID:control:evolution-mail:833d5a71-a201-4a0e-b7e6-5475c5c4cb45", bonobo_object_corba_objref (BONOBO_OBJECT (uih))); if (control == NULL){ printf ("Could not launch mail control\n"); exit (1); } gtk_container_add (GTK_CONTAINER (window), control); gtk_widget_show (window); gtk_widget_show (control); return FALSE; } int main (int argc, char *argv []) { gnome_init ("sample-control-container", "1.0", argc, argv); oaf_init (argc, argv); if (bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL) == FALSE) g_error ("Could not initialize Bonobo\n"); gtk_idle_add ((GtkFunction) create_container, NULL); /* * Main loop */ bonobo_main (); return 0; } .submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Drop all my portspav2013-07-108-8/+8
* Remove useless USE_DISPLAYbapt2013-07-091-4/+2
* Convert the ports I maintain to USES=gmake.madpilot2013-07-091-2/+1
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-099-11/+9
* - Fix shlib symlinksgahr2013-07-081-3/+3
* Delaboratory is unique image post-processing application, it allows colordanfe2013-07-084-0/+52
* - update to 1.5.17dinoex2013-07-072-5/+5
* Fix build of gnash [1] and vlc [2] after libva update.madpilot2013-07-072-1/+14
* - remove option KDE3dinoex2013-07-072-42/+9
* graphics/mapnik: update to 2.2.0wg2013-07-065-104/+325
* - Update to the latest RCmva2013-07-062-3/+3
* - Update to the latest RCmva2013-07-062-3/+3
* Convert remanent USE_PKGCONFIG to USES=pkgconfigbapt2013-07-062-3/+2
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-0515-30/+30
* - Upgrade to 1.5.6.thierry2013-07-055-114/+49
* - Pass me that pointy hat: ${OPT}_USES is actually supported, among othersdanfe2013-07-041-6/+3
* Port Entangle, an application which uses GTK+3 and libgphoto2 to provide adanfe2013-07-046-0/+404
* Add a maintainereadler2013-07-041-0/+1
* Remove ports which are replaced by graphics/linux-f10-dri :rene2013-07-039-201/+0
* Use BUILD_WRKSRC and ALL_TARGET instead of custom do-build: target.kwm2013-07-031-4/+3
* Remove the QT option as it depends on the expired QT3 port.rene2013-07-031-11/+1
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-0316-33/+30
* Update to 1.6.3lme2013-07-033-5/+5
* Deprecate ports broken on FreeBSD 8 or newerantoine2013-07-023-0/+9
* - Update to 2.67bmva2013-07-023-3/+23
* - Update to version 1.2.2, another patch release in 1.2 branch, which mostlydanfe2013-07-013-5/+6
* - Update to 1.2.0ak2013-06-303-12/+25
* Do not try to remove directories not created by the portantoine2013-06-301-3/+0
* Remove USE_IMAKE leftoverbapt2013-06-291-1/+0
* Convert to USES=imakebapt2013-06-2913-50/+37
* - Switch to new Makefile header formatmartymac2013-06-283-9/+24
* - fix clang regression with lua moduledinoex2013-06-281-3/+19
* New USES imake to handle the dependency on imake.bapt2013-06-2811-45/+21
* - add option X11 (default off)dinoex2013-06-281-7/+7
* - Update to 0.8-10tota2013-06-282-4/+3
* - Unbreak build on currentmiwi2013-06-276-12/+78
* - Update to 0.3.1olivierd2013-06-272-3/+3
* graphics/founts: minor fixeswg2013-06-252-15/+21
* Build with modern gcc.demon2013-06-251-0/+1
* Update multimedia/ffmpeg1 to 1.2.1mm2013-06-252-0/+2
* - fix build of option RUBY with ruby19dinoex2013-06-252-1/+29
* - fix option PERLdinoex2013-06-251-6/+11
* Update to 2.8.6.kwm2013-06-254-11/+10
* Unbreak after PORT_OPTIONS conversionantoine2013-06-251-1/+1
* Welcome PHP 5.5!ale2013-06-244-0/+33
* graphics/radius-engine: minor fixeswg2013-06-241-8/+4
* Update to version 0.40.demon2013-06-242-3/+3
* - Update to 0.5.4swills2013-06-232-3/+3
* - Update to 1.0.9swills2013-06-232-9/+5
* - Update to 1.6.5swills2013-06-232-7/+6
* - Make X11 dependency on ImageMagick optionalswills2013-06-231-2/+11
* Update to 1.3.1.rakuco2013-06-232-5/+4
* Update to 2.9.3zeising2013-06-232-3/+3
* Update to 0.2.3madpilot2013-06-223-13/+16
* graphics/py-graphillion: Move from graphics/ to math/ at authors requestkoobs2013-06-226-79/+0
* Add distinfo, this was somehow missed in the split off from libGL.kwm2013-06-22