![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define PLANK_WIDGETS_TYPE_HOVER_WINDOW void plank_widgets_hover_window_move_hover (PlankWidgetsHoverWindow *self
,gint item_x
,gint item_y
); PlankWidgetsHoverWindow * plank_widgets_hover_window_new (PlankDockController *controller
); const gchar * plank_widgets_hover_window_get_Text (PlankWidgetsHoverWindow *self
); void plank_widgets_hover_window_set_Text (PlankWidgetsHoverWindow *self
,const gchar *value
); struct PlankWidgetsHoverWindow; struct PlankWidgetsHoverWindowClass;
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----PlankWidgetsCompositedWindow +----PlankWidgetsHoverWindow
#define PLANK_WIDGETS_TYPE_HOVER_WINDOW (plank_widgets_hover_window_get_type ())
The type for PlankWidgetsHoverWindow.
void plank_widgets_hover_window_move_hover (PlankWidgetsHoverWindow *self
,gint item_x
,gint item_y
);
Centers the window at the x/y location specified.
|
the PlankWidgetsHoverWindow instance |
|
. the x location. [in] |
|
. the y location. [in] |
PlankWidgetsHoverWindow * plank_widgets_hover_window_new
(PlankDockController *controller
);
|
const gchar * plank_widgets_hover_window_get_Text (PlankWidgetsHoverWindow *self
);
Get and return the current value of the "Text" property.
The text to display in the window.
|
the PlankWidgetsHoverWindow instance to query |
Returns : |
the value of the "Text" property |
void plank_widgets_hover_window_set_Text (PlankWidgetsHoverWindow *self
,const gchar *value
);
Set the value of the "Text" property to value
.
The text to display in the window.
|
the PlankWidgetsHoverWindow instance to modify |
|
the new value of the "Text" property |
struct PlankWidgetsHoverWindow;
A hover window that shows labels for dock items. This window floats outside (but near) the dock. The window uses a themed renderer and has its own theme file.
struct PlankWidgetsHoverWindowClass { PlankWidgetsCompositedWindowClass parent_class; };
The class structure for PLANK_WIDGETS_TYPE_HOVER_WINDOW
. All the fields in this structure are private and should never be accessed directly.
PlankWidgetsCompositedWindowClass |
the parent class structure |
"Text"
property"Text" gchar* : Read / Write
The text to display in the window.
Default value: NULL