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
|
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)
|
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
|
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
|
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
|
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
|