Home
last modified time | relevance | path

Searched refs:GtkCast (Results 1 – 5 of 5) sorted by relevance

/dports/devel/glademm/glademm-2.6.0/src/writers/
H A Dpixmapmenuitem.cc33 const std::string GtkCast(const Widget &w) const in GtkCast() function in Gtk_PixmapMenuItem
H A Dmenubar.cc373 f << '(' << LookupWriter(w2.Class(),false).GtkCast(w2) in recursively_fill_pointers()
388 f << '(' << LookupWriter(w3.Class(),false).GtkCast(w3) in recursively_fill_pointers()
415 f << '(' << LookupWriter(w2.Class(),false).GtkCast(w2) in recursively_fill_pointers()
H A Dlibglademm.cc69 f << "Glib::wrap(" << GtkCast(w) << in CreatePointer2()
H A DWriterBase.hh149 virtual const std::string GtkCast(const Widget &w) const;
H A DWriterBase.cc266 const std::string WriterBase::GtkCast(const Widget &w) const in GtkCast() function in WriterBase