![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include "bt-edit.h" struct BtPanoramaPopup; GtkWidget * bt_panorama_popup_new (GtkAdjustment *adj
); void bt_panorama_popup_show (BtPanoramaPopup *self
); void bt_panorama_popup_hide (BtPanoramaPopup *self
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----BtPanoramaPopup
GtkWidget * bt_panorama_popup_new (GtkAdjustment *adj
);
Create a new instance
|
the adjustment for the popup |
Returns : |
the new instance or NULL in case of an error |
void bt_panorama_popup_show (BtPanoramaPopup *self
);
Show and activate the widget
|
the popup widget |
void bt_panorama_popup_hide (BtPanoramaPopup *self
);
Hide and deactivate the widget
|
the popup widget |