![]() |
![]() |
![]() |
RhythmCat Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <rc-ui-library-view.h> struct RCUiLibraryListView; struct RCUiLibraryListViewClass; struct RCUiLibraryPropView; struct RCUiLibraryPropViewClass; void rc_ui_library_list_delete_items (RCUiLibraryListView *list_view
); void rc_ui_library_list_refresh (RCUiLibraryListView *list_view
); void rc_ui_library_list_select_all (RCUiLibraryListView *list_view
); GtkWidget * rc_ui_library_list_view_new (); GtkWidget * rc_ui_library_prop_view_new (const gchar *property_text
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkTreeView +----RCUiLibraryListView
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkTreeView +----RCUiLibraryPropView
RCUiLibraryListView implements AtkImplementorIface, GtkBuildable and GtkScrollable.
RCUiLibraryPropView implements AtkImplementorIface, GtkBuildable and GtkScrollable.
This module provides the Library List and Property view widgets for the player. They show library item list and property item list in the library window.
struct RCUiLibraryListView;
The data structure used for RCUiLibraryListView class.
struct RCUiLibraryListViewClass { };
RCUiLibraryListViewClass class.
struct RCUiLibraryPropView;
The data structure used for RCUiLibraryPropView class.
struct RCUiLibraryPropViewClass { };
RCUiLibraryPropViewClass class.
void rc_ui_library_list_delete_items (RCUiLibraryListView *list_view
);
Delete all selected items in the RCUiLibraryListView.
|
the RCUiLibraryListView |
void rc_ui_library_list_refresh (RCUiLibraryListView *list_view
);
Refresh all selected items in the RCUiLibraryListView.
|
the RCUiLibraryListView |
void rc_ui_library_list_select_all (RCUiLibraryListView *list_view
);
Select all items in the RCUiLibraryListView
|
the RCUiLibraryListView |
GtkWidget * rc_ui_library_list_view_new ();
Create a new library list view widget.
Returns : |
The new library list view widget, NULL if any error occurs. |