11
I Use This!
Very Low Activity

News

Analyzed about 7 hours ago. based on code collected about 18 hours ago.
Posted over 18 years ago by Frédéric G. Marand
If you are logged in to the site (instead of passing by anonymously) you may have noticed the small, dark, lowercase "b" marks which started appearing today on the "Recent pages", "Community", and "Manual Updates" blocks in the right ... [More] column of the site. These are the most visible sign of a new feature on the site: registered members now have their own blog on the site, and blogging about a manual update, community story or recent page is just one click away.read more [Less]
Posted over 18 years ago by Frédéric G. Marand
Call Function Within Class Using Gtk::timeout_add(); ( 4) 2007-06-12 19:27 Post-installationPHP-GTK Glade object ( 5) 2007-05-21 03:53 Post-installationRunning external aplication ( 6) 2007-02-14 12:02 Post-installationPHP-GTK programming ( 1) ... [More] 2007-02-01 09:59 Post-installationAccessing Callicore sources with SVN ( 1) 2007-01-18 04:04 General discussionFor more posts, go to the community forums or, for a less formal environment, to the Opsat Forums, or head to the community page for international (non-english) forums. [Less]
Posted over 18 years ago by Frédéric G. Marand
New server ( 0) 2007-12-28 15:04 News and announcementsDrupal 5.5 update ( 0) 2007-12-28 15:03 News and announcementsFew remarks about GTK2 ( 2) 2007-12-20 16:13 General discussionFatal Fatal error: Class 'GladeXML' not found. ( 1) 2007-11-21 09:51 ... [More] InstallationCtrl C, Ctrl V etc. ( 0) 2007-10-25 10:34 Post-installationFor more posts, go to the forums page or, for a less formal environment, to the Gnope forums, or head to the community page for international (non-english) forums. [Less]
Posted over 18 years ago by Janosch Gräf
php-desktop emulates a desktop using KDE programs/icons php-desktop is tested with KDE. It also uses KDE programs (for example kde-open) and KDE icons. php-desktop gets the icon by the mimetype of a file. If the file is a desktop-file php-desktop gets the icon from there.read more
Posted over 18 years ago by Elizabeth Marie Smith
From Widget to Pixbuf Need to grab a screenshot in your program? Or maybe you just need to create an image from an existing GtkWidget. There's an easy way to accomplish both tasks using GdkPixbuf::get_from_drawable(); To use the method ... [More] you'll need two things - an empty GdkPixbuf and the "drawable" (GdkDrawable) associated with your widget. Most widgets will have a GdkWindow located in $widget->window. You can get the entire screen, however, by using Gdk::get_default_root_window();. Now for the code examples...read more [Less]
Posted over 18 years ago by Elizabeth Marie Smith
From Widget to Pixbuf Need to grab a screenshot in your program? Or maybe you just need to create an image from an existing GtkWidget. There's an easy way to accomplish both tasks using GdkPixbuf::get_from_drawable(); To use the method ... [More] you'll need two things - an empty GdkPixbuf and the "drawable" (GdkDrawable) associated with your widget. Most widgets will have a GdkWindow located in $widget->window. You can get the entire screen, however, by using Gdk::get_default_root_window();. Now for the code examples...read more [Less]
Posted over 18 years ago by Ryan Huff
This code shows how to use a GtkProgressBar in "fraction" mode, in which the progress bar advances from one side to the other. It also demonstrates how Pango integration allows the text to be automatically ellipsized to fit within a given rectangle : try resizing the window to see what happens with the text.read more