[gtkmm] Gtk::Image scale?
- From: Akbar <linux cwazy co uk>
- To: gtkmm-list gnome org
- Subject: [gtkmm] Gtk::Image scale?
- Date: Tue, 25 May 2004 20:50:35 +0700
I use this to display wallpapers:
Gtk::Image* m_Picture;
m_refGlade->get_widget("picture", m_Picture);
if(m_Picture) {
// some code here
Glib::ustring temp = row2[m_Columns.m_col_wallp];
m_Picture->set(temp);
}
However my wallpaper is too big to display in my window. How can I scale
it?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]