Hello Chang-Min, I am also using gtkmm-2.4, so I changed my current application to use Gtk::Stock::MEDIA_PLAY to instantiate one of my buttons. It compiles without error. When I run my program, the stock right arrow icon appears on my button.
In /opt/gnome/include/gtkmm-2.4/gtkmm/stock.h I found the MEDIA_PLAY stockid declared; however, in /opt/gnome/include/gtkmm-2.0/gtkmm/stock.h I find no such declaration. It appears you may be using gtkmm-2.0 instead of gtkmm-2.4. Therefore, I suggest that you make sure you are using `pkg-config --cflags --libs gtkmm-2.4` in your compiler command line so that the correct stock.h file is included by your compiler. Bob Caryl 전창민 wrote: > Hello, I'm Jeon, Chang-Min in Korea. > > So, I can't write English very well. > > Please understand me. > > > declared. > > Gtk::Button m_button_Play > > > initialized > > m_button_Play(Gtk::Stock::MEDIA_PLAY) > > error message > > `MEDIA_PLAY' is not a member of `Gtk::Stock' > > > > I have been compiled GTKMM-2.4 > > > > > > > > 새로운 형태의 이포스트카드 서비스 <http://ecard.nate.com> > > 예쁜 우편 엽서로 마음을 전달 > > > > > 싸이월드 페이퍼까지 찾아준다! <http://www.nate.com/> > > 새로워진 네이트닷컴 써보셨나요? > >------------------------------------------------------------------------ > >_______________________________________________ >gtkmm-list mailing list >[email protected] >http://mail.gnome.org/mailman/listinfo/gtkmm-list > > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
