Class Index | Cross Index | Namespace Index |
Misc Widget Abstract.
Contained in: Gtk
Derived from:
Widget
Derived by:
Gtk::Arrow
Gtk::Image
Gtk::Label
Gtk::Pixmap
#include <gtk--/misc.h>
public function member index: |
||
gfloat | get_xalign | () const; |
gint | get_xpad | () const; |
gfloat | get_yalign | () const; |
gint | get_ypad | () const; |
GtkMisc* | gtkobj | (); |
const GtkMisc* | gtkobj | () const; |
static bool | isA | (Object* object); |
void | set_alignment | (gfloat xalign, gfloat yalign); |
void | set_padding | (gint xpad, gint ypad); |
virtual | ~Misc | (); |
protected function member index: |
||
Misc | (); | |
Without a window, widgets of this type cannot capture events.
To capture events place in Gtk::EventBox.