Class Index | Cross Index | Namespace Index |
A container which supports fixed sizes and positions of its children.
Contained in: Gtk
Derived from:
Gtk::Container
Derived by:
none
#include <gtk--/fixed.h>
public function member index: |
||
Fixed | (); | |
GtkFixed* | gtkobj | (); |
const GtkFixed* | gtkobj | () const; |
static bool | isA | (Object* object); |
void | move | (Gtk::Widget& widget, gint16 x, gint16 y); |
void | put | (Gtk::Widget& widget, gint16 x, gint16 y); |
virtual | ~Fixed | (); |
widget : the child widget.x: The horizontal position to move the widget to.
y: The vertical position to move the widget to.
widget: The widget to add.x: The horizontal position to place the widget at.
y: The vertical position to place the widget at.